Class RegionCommitmentsStub (1.39.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()

aggregatedListPagedCallable()

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

close()

public abstract void close()

getCallable()

public UnaryCallable<GetRegionCommitmentRequest,Commitment> getCallable()

insertCallable()

public UnaryCallable<InsertRegionCommitmentRequest,Operation> insertCallable()

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListRegionCommitmentsRequest,CommitmentList> listCallable()

listPagedCallable()

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

updateCallable()

public UnaryCallable<UpdateRegionCommitmentRequest,Operation> updateCallable()

updateOperationCallable()

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