Class GlobalOperationsStub (1.51.0)

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
TypeDescription
UnaryCallable<AggregatedListGlobalOperationsRequest,OperationAggregatedList>

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse>

getCallable()

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

listCallable()

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

listPagedCallable()

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

longRunningClient()

public LongRunningClient longRunningClient()
Returns
TypeDescription
LongRunningClient

waitCallable()

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