Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
public class HttpJsonRegionCommitmentsStub extends RegionCommitmentsStub
REST stub implementation for the RegionCommitments service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonRegionCommitmentsStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonRegionCommitmentsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(RegionCommitmentsStubSettings settings)
public static final HttpJsonRegionCommitmentsStub create(RegionCommitmentsStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonRegionCommitmentsStub(RegionCommitmentsStubSettings settings, ClientContext clientContext)
protected HttpJsonRegionCommitmentsStub(RegionCommitmentsStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonRegionCommitmentsStub, 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.
HttpJsonRegionCommitmentsStub(RegionCommitmentsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonRegionCommitmentsStub(RegionCommitmentsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegionCommitmentsStub, 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<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList> aggregatedListCallable()
Overrides
aggregatedListPagedCallable()
public UnaryCallable<AggregatedListRegionCommitmentsRequest,RegionCommitmentsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
getCallable()
public UnaryCallable<GetRegionCommitmentRequest,Commitment> getCallable()
Overrides
insertCallable()
public UnaryCallable<InsertRegionCommitmentRequest,Operation> insertCallable()
Overrides
insertOperationCallable()
public OperationCallable<InsertRegionCommitmentRequest,Operation,Operation> insertOperationCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listCallable()
public UnaryCallable<ListRegionCommitmentsRequest,CommitmentList> listCallable()
Overrides
listPagedCallable()
public UnaryCallable<ListRegionCommitmentsRequest,RegionCommitmentsClient.ListPagedResponse> listPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateCallable()
public UnaryCallable<UpdateRegionCommitmentRequest,Operation> updateCallable()
Overrides
updateOperationCallable()
public OperationCallable<UpdateRegionCommitmentRequest,Operation,Operation> updateOperationCallable()
Overrides