Class EngineServiceStub (0.39.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
Type Description
UnaryCallable<CreateEngineRequest,Operation>

createEngineOperationCallable()

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

deleteEngineCallable()

public UnaryCallable<DeleteEngineRequest,Operation> deleteEngineCallable()
Returns
Type Description
UnaryCallable<DeleteEngineRequest,Operation>

deleteEngineOperationCallable()

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

getEngineCallable()

public UnaryCallable<GetEngineRequest,Engine> getEngineCallable()
Returns
Type Description
UnaryCallable<GetEngineRequest,Engine>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listEnginesCallable()

public UnaryCallable<ListEnginesRequest,ListEnginesResponse> listEnginesCallable()
Returns
Type Description
UnaryCallable<ListEnginesRequest,ListEnginesResponse>

listEnginesPagedCallable()

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

updateEngineCallable()

public UnaryCallable<UpdateEngineRequest,Engine> updateEngineCallable()
Returns
Type Description
UnaryCallable<UpdateEngineRequest,Engine>