@Generated(value="by gapic-generator-java") public abstract class EngineServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
EngineServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateEngineRequest,com.google.longrunning.Operation> |
createEngineCallable() |
com.google.api.gax.rpc.OperationCallable<CreateEngineRequest,Engine,CreateEngineMetadata> |
createEngineOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteEngineRequest,com.google.longrunning.Operation> |
deleteEngineCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteEngineRequest,com.google.protobuf.Empty,DeleteEngineMetadata> |
deleteEngineOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetEngineRequest,Engine> |
getEngineCallable() |
com.google.api.gax.httpjson.longrunning.stub.OperationsStub |
getHttpJsonOperationsStub() |
com.google.longrunning.stub.OperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<ListEnginesRequest,ListEnginesResponse> |
listEnginesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListEnginesRequest,EngineServiceClient.ListEnginesPagedResponse> |
listEnginesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateEngineRequest,Engine> |
updateEngineCallable() |
public com.google.longrunning.stub.OperationsStub getOperationsStub()
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
public com.google.api.gax.rpc.OperationCallable<CreateEngineRequest,Engine,CreateEngineMetadata> createEngineOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateEngineRequest,com.google.longrunning.Operation> createEngineCallable()
public com.google.api.gax.rpc.OperationCallable<DeleteEngineRequest,com.google.protobuf.Empty,DeleteEngineMetadata> deleteEngineOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteEngineRequest,com.google.longrunning.Operation> deleteEngineCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateEngineRequest,Engine> updateEngineCallable()
public com.google.api.gax.rpc.UnaryCallable<GetEngineRequest,Engine> getEngineCallable()
public com.google.api.gax.rpc.UnaryCallable<ListEnginesRequest,EngineServiceClient.ListEnginesPagedResponse> listEnginesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListEnginesRequest,ListEnginesResponse> listEnginesCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2024 Google LLC. All rights reserved.