Uses of Class
com.google.cloud.compute.v1.AggregatedListRegionCommitmentsRequest
-
Packages that use AggregatedListRegionCommitmentsRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of AggregatedListRegionCommitmentsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListRegionCommitmentsRequest Modifier and Type Method Description AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest.Builder. build()
AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest.Builder. buildPartial()
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. getDefaultInstance()
AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest.Builder. getDefaultInstanceForType()
AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. getDefaultInstanceForType()
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(byte[] data)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(InputStream input)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(ByteBuffer data)
static AggregatedListRegionCommitmentsRequest
AggregatedListRegionCommitmentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListRegionCommitmentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList>
RegionCommitmentsClient. aggregatedListCallable()
Retrieves an aggregated list of commitments by region.com.google.api.gax.rpc.UnaryCallable<AggregatedListRegionCommitmentsRequest,RegionCommitmentsClient.AggregatedListPagedResponse>
RegionCommitmentsClient. aggregatedListPagedCallable()
Retrieves an aggregated list of commitments by region.com.google.api.gax.rpc.PagedCallSettings<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,RegionCommitmentsClient.AggregatedListPagedResponse>
RegionCommitmentsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListRegionCommitmentsRequest,CommitmentAggregatedList,RegionCommitmentsClient.AggregatedListPagedResponse>
RegionCommitmentsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListRegionCommitmentsRequest>
AggregatedListRegionCommitmentsRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListRegionCommitmentsRequest>
AggregatedListRegionCommitmentsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListRegionCommitmentsRequest Modifier and Type Method Description RegionCommitmentsClient.AggregatedListPagedResponse
RegionCommitmentsClient. aggregatedList(AggregatedListRegionCommitmentsRequest request)
Retrieves an aggregated list of commitments by region.AggregatedListRegionCommitmentsRequest.Builder
AggregatedListRegionCommitmentsRequest.Builder. mergeFrom(AggregatedListRegionCommitmentsRequest other)
static AggregatedListRegionCommitmentsRequest.Builder
AggregatedListRegionCommitmentsRequest. newBuilder(AggregatedListRegionCommitmentsRequest prototype)
-
Uses of AggregatedListRegionCommitmentsRequest in com.google.cloud.compute.v1.stub
-