Class AccountLinkServiceGrpc.AccountLinkServiceFutureStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • createAccountLink

        public com.google.common.util.concurrent.ListenableFuture<CreateAccountLinkResponse> createAccountLink​(CreateAccountLinkRequest request)
         Creates an account link.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [QuotaError]()
           [RequestError]()
           [ThirdPartyAppAnalyticsLinkError]()
         
      • mutateAccountLink

        public com.google.common.util.concurrent.ListenableFuture<MutateAccountLinkResponse> mutateAccountLink​(MutateAccountLinkRequest request)
         Creates or removes an account link.
         From V5, create is not supported through
         AccountLinkService.MutateAccountLink. Please use
         AccountLinkService.CreateAccountLink instead.
         List of thrown errors:
           [AccountLinkError]()
           [AuthenticationError]()
           [AuthorizationError]()
           [FieldMaskError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [QuotaError]()
           [RequestError]()