Uses of Class
com.google.cloud.pubsublite.v1.AdminServiceClient.ListReservationsPagedResponse
-
Packages that use AdminServiceClient.ListReservationsPagedResponse Package Description com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of AdminServiceClient.ListReservationsPagedResponse in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return AdminServiceClient.ListReservationsPagedResponse Modifier and Type Method Description AdminServiceClient.ListReservationsPagedResponse
AdminServiceClient. listReservations(ListReservationsRequest request)
Returns the list of reservations for the given project.AdminServiceClient.ListReservationsPagedResponse
AdminServiceClient. listReservations(LocationName parent)
Returns the list of reservations for the given project.AdminServiceClient.ListReservationsPagedResponse
AdminServiceClient. listReservations(String parent)
Returns the list of reservations for the given project.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type AdminServiceClient.ListReservationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AdminServiceClient.ListReservationsPagedResponse>
AdminServiceClient.ListReservationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReservationsRequest,ListReservationsResponse,Reservation> context, com.google.api.core.ApiFuture<ListReservationsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,AdminServiceClient.ListReservationsPagedResponse>
AdminServiceClient. listReservationsPagedCallable()
Returns the list of reservations for the given project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationsRequest,ListReservationsResponse,AdminServiceClient.ListReservationsPagedResponse>
AdminServiceSettings.Builder. listReservationsSettings()
Returns the builder for the settings used for calls to listReservations.com.google.api.gax.rpc.PagedCallSettings<ListReservationsRequest,ListReservationsResponse,AdminServiceClient.ListReservationsPagedResponse>
AdminServiceSettings. listReservationsSettings()
Returns the object with the settings used for calls to listReservations. -
Uses of AdminServiceClient.ListReservationsPagedResponse in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type AdminServiceClient.ListReservationsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,AdminServiceClient.ListReservationsPagedResponse>
AdminServiceStub. listReservationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListReservationsRequest,AdminServiceClient.ListReservationsPagedResponse>
GrpcAdminServiceStub. listReservationsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListReservationsRequest,ListReservationsResponse,AdminServiceClient.ListReservationsPagedResponse>
AdminServiceStubSettings.Builder. listReservationsSettings()
Returns the builder for the settings used for calls to listReservations.com.google.api.gax.rpc.PagedCallSettings<ListReservationsRequest,ListReservationsResponse,AdminServiceClient.ListReservationsPagedResponse>
AdminServiceStubSettings. listReservationsSettings()
Returns the object with the settings used for calls to listReservations.
-