Class CustomerClientServiceGrpc.CustomerClientServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CustomerClientServiceGrpc.CustomerClientServiceBlockingStub>
-
- com.google.ads.googleads.v9.services.CustomerClientServiceGrpc.CustomerClientServiceBlockingStub
-
- Enclosing class:
- CustomerClientServiceGrpc
public static final class CustomerClientServiceGrpc.CustomerClientServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CustomerClientServiceGrpc.CustomerClientServiceBlockingStub>
Service to get clients in a customer's hierarchy.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerClientServiceGrpc.CustomerClientServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)CustomerClientgetCustomerClient(GetCustomerClientRequest request)Returns the requested client in full detail.
-
-
-
Method Detail
-
build
protected CustomerClientServiceGrpc.CustomerClientServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerClientServiceGrpc.CustomerClientServiceBlockingStub>
-
getCustomerClient
public CustomerClient getCustomerClient(GetCustomerClientRequest request)
Returns the requested client in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-