public class GrpcControlServiceStub extends ControlServiceStub
gRPC stub implementation for the ControlService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcControlServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcControlServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(ControlServiceStubSettings settings)
public static final GrpcControlServiceStub create(ControlServiceStubSettings settings)
Constructors
GrpcControlServiceStub(ControlServiceStubSettings settings, ClientContext clientContext)
protected GrpcControlServiceStub(ControlServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcControlServiceStub, 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.
GrpcControlServiceStub(ControlServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcControlServiceStub(ControlServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcControlServiceStub, 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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
createControlCallable()
public UnaryCallable<CreateControlRequest,Control> createControlCallable()
Overrides
deleteControlCallable()
public UnaryCallable<DeleteControlRequest,Empty> deleteControlCallable()
Overrides
getControlCallable()
public UnaryCallable<GetControlRequest,Control> getControlCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listControlsCallable()
public UnaryCallable<ListControlsRequest,ListControlsResponse> listControlsCallable()
Overrides
listControlsPagedCallable()
public UnaryCallable<ListControlsRequest,ControlServiceClient.ListControlsPagedResponse> listControlsPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateControlCallable()
public UnaryCallable<UpdateControlRequest,Control> updateControlCallable()
Overrides