Class CustomerClientServiceGrpc.CustomerClientServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.CustomerClientServiceGrpc.CustomerClientServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerClientServiceGrpc
public abstract static class CustomerClientServiceGrpc.CustomerClientServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to get clients in a customer's hierarchy.
-
-
Constructor Summary
Constructors Constructor Description CustomerClientServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetCustomerClient(GetCustomerClientRequest request, io.grpc.stub.StreamObserver<CustomerClient> responseObserver)Returns the requested client in full detail.
-
-
-
Method Detail
-
getCustomerClient
public void getCustomerClient(GetCustomerClientRequest request, io.grpc.stub.StreamObserver<CustomerClient> responseObserver)
Returns the requested client in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-