Class AccountLinkServiceGrpc.AccountLinkServiceBlockingV2Stub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<AccountLinkServiceGrpc.AccountLinkServiceBlockingV2Stub>
com.google.ads.googleads.v18.services.AccountLinkServiceGrpc.AccountLinkServiceBlockingV2Stub
Enclosing class:
AccountLinkServiceGrpc

public static final class AccountLinkServiceGrpc.AccountLinkServiceBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<AccountLinkServiceGrpc.AccountLinkServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service AccountLinkService.
 This service allows management of links between Google Ads accounts and other
 accounts.
 
  • Method Details

    • build

      protected AccountLinkServiceGrpc.AccountLinkServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<AccountLinkServiceGrpc.AccountLinkServiceBlockingV2Stub>
    • createAccountLink

      public CreateAccountLinkResponse createAccountLink(CreateAccountLinkRequest request)
       Creates an account link.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [FieldError]()
         [HeaderError]()
         [InternalError]()
         [MutateError]()
         [QuotaError]()
         [RequestError]()
         [ThirdPartyAppAnalyticsLinkError]()
       
    • mutateAccountLink

      public MutateAccountLinkResponse mutateAccountLink(MutateAccountLinkRequest request)
       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]()