Class AccountLinkServiceGrpc.AccountLinkServiceStub

  • Enclosing class:
    AccountLinkServiceGrpc

    public static final class AccountLinkServiceGrpc.AccountLinkServiceStub
    extends io.grpc.stub.AbstractAsyncStub<AccountLinkServiceGrpc.AccountLinkServiceStub>
    A stub to allow clients to do asynchronous rpc calls to service AccountLinkService.
     This service allows management of links between Google Ads accounts and other
     accounts.
     
    • 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 void createAccountLink​(CreateAccountLinkRequest request,
                                      io.grpc.stub.StreamObserver<CreateAccountLinkResponse> responseObserver)
         Creates an account link.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [QuotaError]()
           [RequestError]()
           [ThirdPartyAppAnalyticsLinkError]()
         
      • mutateAccountLink

        public void mutateAccountLink​(MutateAccountLinkRequest request,
                                      io.grpc.stub.StreamObserver<MutateAccountLinkResponse> responseObserver)
         Creates or removes an account link.
         From V5, create is not supported through
         AccountLinkService.MutateAccountLink. Use
         AccountLinkService.CreateAccountLink instead.
         List of thrown errors:
           [AccountLinkError]()
           [AuthenticationError]()
           [AuthorizationError]()
           [FieldMaskError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [QuotaError]()
           [RequestError]()