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
shutdown()
shutdownNow()
public void shutdownNow()
updateEngineCallable()
public UnaryCallable<UpdateEngineRequest,Engine> updateEngineCallable()
Overrides