Class CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStub
-
- Enclosing class:
- CustomerManagerLinkServiceGrpc
public static final class CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStub>
Service to manage customer-manager links.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MoveManagerLinkResponsemoveManagerLink(MoveManagerLinkRequest request)Moves a client customer to a new manager customer.MutateCustomerManagerLinkResponsemutateCustomerManagerLink(MutateCustomerManagerLinkRequest request)Creates or updates customer manager links.
-
-
-
Method Detail
-
build
protected CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceBlockingStub>
-
mutateCustomerManagerLink
public MutateCustomerManagerLinkResponse mutateCustomerManagerLink(MutateCustomerManagerLinkRequest request)
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 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. 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]()
-
-