public class HttpJsonGlobalOperationsStub extends GlobalOperationsStub
REST stub implementation for the GlobalOperations service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonGlobalOperationsStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonGlobalOperationsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(GlobalOperationsStubSettings settings)
public static final HttpJsonGlobalOperationsStub create(GlobalOperationsStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonGlobalOperationsStub(GlobalOperationsStubSettings settings, ClientContext clientContext)
protected HttpJsonGlobalOperationsStub(GlobalOperationsStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonGlobalOperationsStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
HttpJsonGlobalOperationsStub(GlobalOperationsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonGlobalOperationsStub(GlobalOperationsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonGlobalOperationsStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Methods
aggregatedListCallable()
public UnaryCallable<AggregatedListGlobalOperationsRequest,OperationAggregatedList> aggregatedListCallable()
Overrides
aggregatedListPagedCallable()
public UnaryCallable<AggregatedListGlobalOperationsRequest,GlobalOperationsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
deleteCallable()
public UnaryCallable<DeleteGlobalOperationRequest,DeleteGlobalOperationResponse> deleteCallable()
Overrides
getCallable()
public UnaryCallable<GetGlobalOperationRequest,Operation> getCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listCallable()
public UnaryCallable<ListGlobalOperationsRequest,OperationList> listCallable()
Overrides
listPagedCallable()
public UnaryCallable<ListGlobalOperationsRequest,GlobalOperationsClient.ListPagedResponse> listPagedCallable()
Overrides
longRunningClient()
public LongRunningClient longRunningClient()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
waitCallable()
public UnaryCallable<WaitGlobalOperationRequest,Operation> waitCallable()
Overrides