Package com.google.cloud.compute.v1.stub
Class ZoneOperationsStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.ZoneOperationsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
HttpJsonZoneOperationsStub
@Generated("by gapic-generator-java") public abstract class ZoneOperationsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the ZoneOperations service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description ZoneOperationsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<DeleteZoneOperationRequest,DeleteZoneOperationResponse>deleteCallable()com.google.api.gax.rpc.UnaryCallable<GetZoneOperationRequest,Operation>getCallable()com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,OperationList>listCallable()com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse>listPagedCallable()com.google.api.gax.rpc.LongRunningClientlongRunningClient()com.google.api.gax.rpc.UnaryCallable<WaitZoneOperationRequest,Operation>waitCallable()
-
-
-
Method Detail
-
longRunningClient
@BetaApi public com.google.api.gax.rpc.LongRunningClient longRunningClient()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteZoneOperationRequest,DeleteZoneOperationResponse> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetZoneOperationRequest,Operation> getCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,OperationList> listCallable()
-
waitCallable
public com.google.api.gax.rpc.UnaryCallable<WaitZoneOperationRequest,Operation> waitCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-