Class ZoneOperationsStub (1.51.0)

public abstract class ZoneOperationsStub implements BackgroundResource

Base stub class for the ZoneOperations service API.

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

Inheritance

java.lang.Object > ZoneOperationsStub

Implements

BackgroundResource

Constructors

ZoneOperationsStub()

public ZoneOperationsStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteZoneOperationRequest,DeleteZoneOperationResponse> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteZoneOperationRequest,DeleteZoneOperationResponse>

getCallable()

public UnaryCallable<GetZoneOperationRequest,Operation> getCallable()
Returns
TypeDescription
UnaryCallable<GetZoneOperationRequest,Operation>

listCallable()

public UnaryCallable<ListZoneOperationsRequest,OperationList> listCallable()
Returns
TypeDescription
UnaryCallable<ListZoneOperationsRequest,OperationList>

listPagedCallable()

public UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListZoneOperationsRequest,ListPagedResponse>

longRunningClient()

public LongRunningClient longRunningClient()
Returns
TypeDescription
LongRunningClient

waitCallable()

public UnaryCallable<WaitZoneOperationRequest,Operation> waitCallable()
Returns
TypeDescription
UnaryCallable<WaitZoneOperationRequest,Operation>