Class GlobalOperationsStub (1.7.2)

public abstract class GlobalOperationsStub implements BackgroundResource

Base stub class for the GlobalOperations service API.

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

Inheritance

java.lang.Object > GlobalOperationsStub

Implements

BackgroundResource

Constructors

GlobalOperationsStub()

public GlobalOperationsStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListGlobalOperationsRequest,OperationAggregatedList> aggregatedListCallable()
Returns

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListGlobalOperationsRequest,GlobalOperationsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse> deleteCallable()
Returns

getCallable()

public UnaryCallable<GetGlobalOperationRequest,Operation> getCallable()
Returns

listCallable()

public UnaryCallable<ListGlobalOperationsRequest,OperationList> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListGlobalOperationsRequest,GlobalOperationsClient.ListPagedResponse> listPagedCallable()
Returns

longRunningClient()

public LongRunningClient longRunningClient()
Returns
TypeDescription
LongRunningClient

waitCallable()

public UnaryCallable<WaitGlobalOperationRequest,Operation> waitCallable()
Returns