Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
public class GrpcEngineServiceStub extends EngineServiceStub
gRPC stub implementation for the EngineService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcEngineServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcEngineServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(EngineServiceStubSettings settings)
public static final GrpcEngineServiceStub create(EngineServiceStubSettings settings)
Constructors
GrpcEngineServiceStub(EngineServiceStubSettings settings, ClientContext clientContext)
protected GrpcEngineServiceStub(EngineServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcEngineServiceStub, 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.
GrpcEngineServiceStub(EngineServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcEngineServiceStub(EngineServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcEngineServiceStub, 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
createEngineCallable()
public UnaryCallable<CreateEngineRequest,Operation> createEngineCallable()
Overrides
createEngineOperationCallable()
public OperationCallable<CreateEngineRequest,Engine,CreateEngineMetadata> createEngineOperationCallable()
Overrides
deleteEngineCallable()
public UnaryCallable<DeleteEngineRequest,Operation> deleteEngineCallable()
Overrides
deleteEngineOperationCallable()
public OperationCallable<DeleteEngineRequest,Empty,DeleteEngineMetadata> deleteEngineOperationCallable()
Overrides
getEngineCallable()
public UnaryCallable<GetEngineRequest,Engine> getEngineCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listEnginesCallable()
public UnaryCallable<ListEnginesRequest,ListEnginesResponse> listEnginesCallable()
Overrides
listEnginesPagedCallable()
public UnaryCallable<ListEnginesRequest,EngineServiceClient.ListEnginesPagedResponse> listEnginesPagedCallable()
Overrides
pauseEngineCallable()
public UnaryCallable<PauseEngineRequest,Engine> pauseEngineCallable()
Overrides
resumeEngineCallable()
public UnaryCallable<ResumeEngineRequest,Engine> resumeEngineCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
tuneEngineCallable()
public UnaryCallable<TuneEngineRequest,Operation> tuneEngineCallable()
Overrides
tuneEngineOperationCallable()
public OperationCallable<TuneEngineRequest,TuneEngineResponse,TuneEngineMetadata> tuneEngineOperationCallable()
Overrides
updateEngineCallable()
public UnaryCallable<UpdateEngineRequest,Engine> updateEngineCallable()
Overrides