Class CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingV2Stub

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

public static final class CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service CustomerManagerLinkService.
 Service to manage customer-manager links.
 
  • Method Details

    • build

      protected CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
      Specified by:
      build in class io.grpc.stub.AbstractStub<CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingV2Stub>
    • mutateCustomerManagerLink

      public MutateCustomerManagerLinkResponse mutateCustomerManagerLink(MutateCustomerManagerLinkRequest request)
       Updates customer manager links. Operation statuses are returned.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [FieldError]()
         [FieldMaskError]()
         [HeaderError]()
         [InternalError]()
         [ManagerLinkError]()
         [MutateError]()
         [QuotaError]()
         [RequestError]()
       
    • moveManagerLink

      public MoveManagerLinkResponse moveManagerLink(MoveManagerLinkRequest request)
       Moves a client customer to a new manager customer.
       This simplifies the complex request that requires two operations to move
       a client customer to a new manager, for example:
       1. Update operation with Status INACTIVE (previous manager) and,
       2. Update operation with Status ACTIVE (new manager).
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [FieldError]()
         [HeaderError]()
         [InternalError]()
         [MutateError]()
         [QuotaError]()
         [RequestError]()