Uses of Class
com.google.cloud.pubsublite.LocationPath
Packages that use LocationPath
Package
Description
-
Uses of LocationPath in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return LocationPathModifier and TypeMethodDescriptionabstract LocationPathLocationPath.Builder.build()ReservationPath.locationPath()SubscriptionPath.locationPath()TopicPath.locationPath()static LocationPathParse a location path.Methods in com.google.cloud.pubsublite with parameters of type LocationPathModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<List<Reservation>>AdminClient.listReservations(LocationPath path) List all reservations for the specified project.com.google.api.core.ApiFuture<List<Subscription>>AdminClient.listSubscriptions(LocationPath path) List all subscriptions for the specified project.AdminClient.listTopics(LocationPath path) List all topics for the specified project. -
Uses of LocationPath in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal with parameters of type LocationPathModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<List<Reservation>>AdminClientImpl.listReservations(LocationPath path) com.google.api.core.ApiFuture<List<Subscription>>AdminClientImpl.listSubscriptions(LocationPath path) AdminClientImpl.listTopics(LocationPath path) -
Uses of LocationPath in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return LocationPath