Class EngineServiceStub (0.37.0)

public abstract class EngineServiceStub implements BackgroundResource

Base stub class for the EngineService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > EngineServiceStub

Implements

BackgroundResource

Constructors

EngineServiceStub()

public EngineServiceStub()

Methods

close()

public abstract void close()

createEngineCallable()

public UnaryCallable<CreateEngineRequest,Operation> createEngineCallable()
Returns
TypeDescription
UnaryCallable<CreateEngineRequest,Operation>

createEngineOperationCallable()

public OperationCallable<CreateEngineRequest,Engine,CreateEngineMetadata> createEngineOperationCallable()
Returns
TypeDescription
OperationCallable<CreateEngineRequest,Engine,CreateEngineMetadata>

deleteEngineCallable()

public UnaryCallable<DeleteEngineRequest,Operation> deleteEngineCallable()
Returns
TypeDescription
UnaryCallable<DeleteEngineRequest,Operation>

deleteEngineOperationCallable()

public OperationCallable<DeleteEngineRequest,Empty,DeleteEngineMetadata> deleteEngineOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteEngineRequest,Empty,DeleteEngineMetadata>

getEngineCallable()

public UnaryCallable<GetEngineRequest,Engine> getEngineCallable()
Returns
TypeDescription
UnaryCallable<GetEngineRequest,Engine>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listEnginesCallable()

public UnaryCallable<ListEnginesRequest,ListEnginesResponse> listEnginesCallable()
Returns
TypeDescription
UnaryCallable<ListEnginesRequest,ListEnginesResponse>

listEnginesPagedCallable()

public UnaryCallable<ListEnginesRequest,EngineServiceClient.ListEnginesPagedResponse> listEnginesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListEnginesRequest,ListEnginesPagedResponse>

updateEngineCallable()

public UnaryCallable<UpdateEngineRequest,Engine> updateEngineCallable()
Returns
TypeDescription
UnaryCallable<UpdateEngineRequest,Engine>