Uses of Class
com.google.cloud.compute.v1.ReservationsClient.ListPagedResponse
-
Packages that use ReservationsClient.ListPagedResponse 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.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ReservationsClient.ListPagedResponse Modifier and Type Method Description ReservationsClient.ListPagedResponse
ReservationsClient. list(ListReservationsRequest request)
A list of all the reservations that have been configured for the specified project in specified zone.ReservationsClient.ListPagedResponse
ReservationsClient. list(String project, String zone)
A list of all the reservations that have been configured for the specified project in specified zone.Methods in com.google.cloud.compute.v1 that return types with arguments of type ReservationsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ReservationsClient.ListPagedResponse>
ReservationsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ReservationList,Reservation> context, com.google.api.core.ApiFuture<ReservationList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationsClient.ListPagedResponse>
ReservationsClient. listPagedCallable()
A list of all the reservations that have been configured for the specified project in specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationsRequest,ReservationList,ReservationsClient.ListPagedResponse>
ReservationsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListReservationsRequest,ReservationList,ReservationsClient.ListPagedResponse>
ReservationsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of ReservationsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ReservationsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationsClient.ListPagedResponse>
HttpJsonReservationsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,ReservationsClient.ListPagedResponse>
ReservationsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationsRequest,ReservationList,ReservationsClient.ListPagedResponse>
ReservationsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListReservationsRequest,ReservationList,ReservationsClient.ListPagedResponse>
ReservationsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-