Class CustomerClientServiceGrpc.CustomerClientServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<CustomerClientServiceGrpc.CustomerClientServiceStub>
-
- com.google.ads.googleads.v9.services.CustomerClientServiceGrpc.CustomerClientServiceStub
-
- Enclosing class:
- CustomerClientServiceGrpc
public static final class CustomerClientServiceGrpc.CustomerClientServiceStub extends io.grpc.stub.AbstractAsyncStub<CustomerClientServiceGrpc.CustomerClientServiceStub>
Service to get clients in a customer's hierarchy.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerClientServiceGrpc.CustomerClientServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetCustomerClient(GetCustomerClientRequest request, io.grpc.stub.StreamObserver<CustomerClient> responseObserver)Returns the requested client in full detail.
-
-
-
Method Detail
-
build
protected CustomerClientServiceGrpc.CustomerClientServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerClientServiceGrpc.CustomerClientServiceStub>
-
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]()
-
-