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 AggregatedListReservationsRequestAggregatedListReservationsRequest.Builder. build()AggregatedListReservationsRequestAggregatedListReservationsRequest.Builder. buildPartial()static AggregatedListReservationsRequestAggregatedListReservationsRequest. getDefaultInstance()AggregatedListReservationsRequestAggregatedListReservationsRequest.Builder. getDefaultInstanceForType()AggregatedListReservationsRequestAggregatedListReservationsRequest. getDefaultInstanceForType()static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseDelimitedFrom(InputStream input)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(byte[] data)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(InputStream input)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListReservationsRequestAggregatedListReservationsRequest. parseFrom(ByteBuffer data)static AggregatedListReservationsRequestAggregatedListReservationsRequest. 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.AggregatedListPagedResponseReservationsClient. aggregatedList(AggregatedListReservationsRequest request)Retrieves an aggregated list of reservations.AggregatedListReservationsRequest.BuilderAggregatedListReservationsRequest.Builder. mergeFrom(AggregatedListReservationsRequest other)static AggregatedListReservationsRequest.BuilderAggregatedListReservationsRequest. newBuilder(AggregatedListReservationsRequest prototype) -
Uses of AggregatedListReservationsRequest in com.google.cloud.compute.v1.stub
-