Class CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerManagerLinkServiceGrpc
public abstract static class CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage customer-manager links.
-
-
Constructor Summary
Constructors Constructor Description CustomerManagerLinkServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmoveManagerLink(MoveManagerLinkRequest request, io.grpc.stub.StreamObserver<MoveManagerLinkResponse> responseObserver)Moves a client customer to a new manager customer.voidmutateCustomerManagerLink(MutateCustomerManagerLinkRequest request, io.grpc.stub.StreamObserver<MutateCustomerManagerLinkResponse> responseObserver)Creates or updates customer manager links.
-
-
-
Method Detail
-
mutateCustomerManagerLink
public void mutateCustomerManagerLink(MutateCustomerManagerLinkRequest request, io.grpc.stub.StreamObserver<MutateCustomerManagerLinkResponse> responseObserver)
Creates or 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 void moveManagerLink(MoveManagerLinkRequest request, io.grpc.stub.StreamObserver<MoveManagerLinkResponse> responseObserver)
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. i.e: 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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-