Class RegionCommitmentsStub (1.28.0)

public abstract class RegionCommitmentsStub implements BackgroundResource

Base stub class for the RegionCommitments service API.

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

Inheritance

java.lang.Object > RegionCommitmentsStub

Implements

BackgroundResource

Constructors

RegionCommitmentsStub()

public RegionCommitmentsStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListRegionCommitmentsRequest,RegionCommitmentsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListRegionCommitmentsRequest,AggregatedListPagedResponse>

close()

public abstract void close()

getCallable()

public UnaryCallable<GetRegionCommitmentRequest,Commitment> getCallable()
Returns
TypeDescription
UnaryCallable<GetRegionCommitmentRequest,Commitment>

insertCallable()

public UnaryCallable<InsertRegionCommitmentRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertRegionCommitmentRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertRegionCommitmentRequest,Operation,Operation> insertOperationCallable()
Returns
TypeDescription
OperationCallable<InsertRegionCommitmentRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListRegionCommitmentsRequest,CommitmentList> listCallable()
Returns
TypeDescription
UnaryCallable<ListRegionCommitmentsRequest,CommitmentList>

listPagedCallable()

public UnaryCallable<ListRegionCommitmentsRequest,RegionCommitmentsClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRegionCommitmentsRequest,ListPagedResponse>

updateCallable()

public UnaryCallable<UpdateRegionCommitmentRequest,Operation> updateCallable()
Returns
TypeDescription
UnaryCallable<UpdateRegionCommitmentRequest,Operation>

updateOperationCallable()

public OperationCallable<UpdateRegionCommitmentRequest,Operation,Operation> updateOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateRegionCommitmentRequest,Operation,Operation>