Uses of Class
com.google.cloud.compute.v1.AggregatedListReservationsRequest
-
Packages that use AggregatedListReservationsRequest 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 AggregatedListReservationsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListReservationsRequest Modifier and Type Method Description AggregatedListReservationsRequest
AggregatedListReservationsRequest.Builder. build()
AggregatedListReservationsRequest
AggregatedListReservationsRequest.Builder. buildPartial()
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. getDefaultInstance()
AggregatedListReservationsRequest
AggregatedListReservationsRequest.Builder. getDefaultInstanceForType()
AggregatedListReservationsRequest
AggregatedListReservationsRequest. getDefaultInstanceForType()
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(byte[] data)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(InputStream input)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(ByteBuffer data)
static AggregatedListReservationsRequest
AggregatedListReservationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListReservationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListReservationsRequest,ReservationAggregatedList>
ReservationsClient. aggregatedListCallable()
Retrieves an aggregated list of reservations.com.google.api.gax.rpc.UnaryCallable<AggregatedListReservationsRequest,ReservationsClient.AggregatedListPagedResponse>
ReservationsClient. aggregatedListPagedCallable()
Retrieves an aggregated list of reservations.com.google.api.gax.rpc.PagedCallSettings<AggregatedListReservationsRequest,ReservationAggregatedList,ReservationsClient.AggregatedListPagedResponse>
ReservationsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListReservationsRequest,ReservationAggregatedList,ReservationsClient.AggregatedListPagedResponse>
ReservationsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListReservationsRequest>
AggregatedListReservationsRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListReservationsRequest>
AggregatedListReservationsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListReservationsRequest Modifier and Type Method Description ReservationsClient.AggregatedListPagedResponse
ReservationsClient. aggregatedList(AggregatedListReservationsRequest request)
Retrieves an aggregated list of reservations.AggregatedListReservationsRequest.Builder
AggregatedListReservationsRequest.Builder. mergeFrom(AggregatedListReservationsRequest other)
static AggregatedListReservationsRequest.Builder
AggregatedListReservationsRequest. newBuilder(AggregatedListReservationsRequest prototype)
-
Uses of AggregatedListReservationsRequest in com.google.cloud.compute.v1.stub
-