Class CustomerServiceGrpc.CustomerServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomerServiceGrpc.CustomerServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerServiceGrpc
public abstract static class CustomerServiceGrpc.CustomerServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage customers.
-
-
Constructor Summary
Constructors Constructor Description CustomerServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidcreateCustomerClient(CreateCustomerClientRequest request, io.grpc.stub.StreamObserver<CreateCustomerClientResponse> responseObserver)Creates a new client under manager.voidlistAccessibleCustomers(ListAccessibleCustomersRequest request, io.grpc.stub.StreamObserver<ListAccessibleCustomersResponse> responseObserver)Returns resource names of customers directly accessible by the user authenticating the call.voidmutateCustomer(MutateCustomerRequest request, io.grpc.stub.StreamObserver<MutateCustomerResponse> responseObserver)Updates a customer.
-
-
-
Method Detail
-
mutateCustomer
public void mutateCustomer(MutateCustomerRequest request, io.grpc.stub.StreamObserver<MutateCustomerResponse> responseObserver)
Updates a customer. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldMaskError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() [UrlFieldError]()
-
listAccessibleCustomers
public void listAccessibleCustomers(ListAccessibleCustomersRequest request, io.grpc.stub.StreamObserver<ListAccessibleCustomersResponse> responseObserver)
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 void createCustomerClient(CreateCustomerClientRequest request, io.grpc.stub.StreamObserver<CreateCustomerClientResponse> responseObserver)
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-