Uses of Class
com.google.cloud.compute.v1.ReservationsClient.AggregatedListPagedResponse
-
Packages that use ReservationsClient.AggregatedListPagedResponse 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 ReservationsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ReservationsClient.AggregatedListPagedResponse Modifier and Type Method Description ReservationsClient.AggregatedListPagedResponse
ReservationsClient. aggregatedList(AggregatedListReservationsRequest request)
Retrieves an aggregated list of reservations.ReservationsClient.AggregatedListPagedResponse
ReservationsClient. aggregatedList(String project)
Retrieves an aggregated list of reservations.Methods in com.google.cloud.compute.v1 that return types with arguments of type ReservationsClient.AggregatedListPagedResponse Modifier and Type Method Description 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.static com.google.api.core.ApiFuture<ReservationsClient.AggregatedListPagedResponse>
ReservationsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListReservationsRequest,ReservationAggregatedList,Map.Entry<String,ReservationsScopedList>> context, com.google.api.core.ApiFuture<ReservationAggregatedList> futureResponse)
-
Uses of ReservationsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-