Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListReservationsPage
-
Packages that use AdminServiceClient.ListReservationsPage Package Description com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite API -
-
Uses of AdminServiceClient.ListReservationsPage in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListReservationsPage Modifier and Type Method Description protected AdminServiceClient.ListReservationsPage
AdminServiceClient.ListReservationsPage. createPage(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, ListReservationsResponse response)
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type AdminServiceClient.ListReservationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<AdminServiceClient.ListReservationsPage>
AdminServiceClient.ListReservationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, com.google.api.core.ApiFuture<ListReservationsResponse> futureResponse)
Method parameters in com.google.cloud.pubsublite.v1 with type arguments of type AdminServiceClient.ListReservationsPage Modifier and Type Method Description protected AdminServiceClient.ListReservationsFixedSizeCollection
AdminServiceClient.ListReservationsFixedSizeCollection. createCollection(List<AdminServiceClient.ListReservationsPage> pages, int collectionSize)
-