Class CustomerServiceGrpc.CustomerServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CustomerServiceGrpc.CustomerServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.CustomerServiceGrpc.CustomerServiceBlockingStub
-
- Enclosing class:
- CustomerServiceGrpc
public static final class CustomerServiceGrpc.CustomerServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CustomerServiceGrpc.CustomerServiceBlockingStub>
Service to manage customers.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerServiceGrpc.CustomerServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)CreateCustomerClientResponsecreateCustomerClient(CreateCustomerClientRequest request)Creates a new client under manager.ListAccessibleCustomersResponselistAccessibleCustomers(ListAccessibleCustomersRequest request)Returns resource names of customers directly accessible by the user authenticating the call.MutateCustomerResponsemutateCustomer(MutateCustomerRequest request)Updates a customer.
-
-
-
Method Detail
-
build
protected CustomerServiceGrpc.CustomerServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerServiceGrpc.CustomerServiceBlockingStub>
-
mutateCustomer
public MutateCustomerResponse mutateCustomer(MutateCustomerRequest request)
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
public CreateCustomerClientResponse createCustomerClient(CreateCustomerClientRequest request)
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]()
-
-