Class CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceFutureStub>
com.google.ads.googleads.v18.services.CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceFutureStub
- Enclosing class:
- CustomerManagerLinkServiceGrpc
public static final class CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service CustomerManagerLinkService.
Service to manage customer-manager links.
-
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 Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<MoveManagerLinkResponse>moveManagerLink(MoveManagerLinkRequest request) Moves a client customer to a new manager customer.com.google.common.util.concurrent.ListenableFuture<MutateCustomerManagerLinkResponse>Updates customer manager links.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceFutureStub>
-
mutateCustomerManagerLink
public com.google.common.util.concurrent.ListenableFuture<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 com.google.common.util.concurrent.ListenableFuture<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]()
-