Class CustomerServiceGrpc.CustomerServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<CustomerServiceGrpc.CustomerServiceBlockingStub>
com.google.ads.googleads.v18.services.CustomerServiceGrpc.CustomerServiceBlockingStub
- Enclosing class:
- CustomerServiceGrpc
public static final class CustomerServiceGrpc.CustomerServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<CustomerServiceGrpc.CustomerServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service CustomerService.
Service to manage customers.
-
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) Creates a new client under manager.Returns resource names of customers directly accessible by the user authenticating the call.mutateCustomer(MutateCustomerRequest request) Updates a customer.Methods inherited from class io.grpc.stub.AbstractBlockingStub
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 CustomerServiceGrpc.CustomerServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerServiceGrpc.CustomerServiceBlockingStub>
-
mutateCustomer
Updates a customer. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldMaskError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() [UrlFieldError]()
-
listAccessibleCustomers
public ListAccessibleCustomersResponse listAccessibleCustomers(ListAccessibleCustomersRequest request) Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
createCustomerClient
Creates a new client under manager. The new client customer is returned. List of thrown errors: [AccessInvitationError]() [AuthenticationError]() [AuthorizationError]() [CurrencyCodeError]() [HeaderError]() [InternalError]() [ManagerLinkError]() [QuotaError]() [RequestError]() [StringLengthError]() [TimeZoneError]()
-