public class GrpcServicesStub extends ServicesStub
gRPC stub implementation for the Services service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcServicesStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcServicesStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(ServicesStubSettings settings)
public static final GrpcServicesStub create(ServicesStubSettings settings)
Parameter
Returns
Exceptions
Constructors
GrpcServicesStub(ServicesStubSettings settings, ClientContext clientContext)
protected GrpcServicesStub(ServicesStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcServicesStub, using the given settings. This is protected so that
it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters
GrpcServicesStub(ServicesStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcServicesStub(ServicesStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcServicesStub, using the given settings. This is protected so that
it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
close()
public final void close()
Overrides
deleteServiceCallable()
public UnaryCallable<DeleteServiceRequest,Operation> deleteServiceCallable()
Returns
Overrides
deleteServiceOperationCallable()
public OperationCallable<DeleteServiceRequest,Empty,OperationMetadataV1> deleteServiceOperationCallable()
Returns
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns
Overrides
getServiceCallable()
public UnaryCallable<GetServiceRequest,Service> getServiceCallable()
Returns
Overrides
isShutdown()
public boolean isShutdown()
Returns
isTerminated()
public boolean isTerminated()
Returns
listServicesCallable()
public UnaryCallable<ListServicesRequest,ListServicesResponse> listServicesCallable()
Returns
Overrides
listServicesPagedCallable()
public UnaryCallable<ListServicesRequest,ServicesClient.ListServicesPagedResponse> listServicesPagedCallable()
Returns
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateServiceCallable()
public UnaryCallable<UpdateServiceRequest,Operation> updateServiceCallable()
Returns
Overrides
updateServiceOperationCallable()
public OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1> updateServiceOperationCallable()
Returns
Overrides