Uses of Class
com.google.cloud.pubsublite.LocationPath
-
Packages that use LocationPath Package Description com.google.cloud.pubsublite com.google.cloud.pubsublite.internal com.google.cloud.pubsublite.internal.testing -
-
Uses of LocationPath in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return LocationPath Modifier and Type Method Description abstract LocationPath
LocationPath.Builder. build()
LocationPath
ReservationPath. locationPath()
LocationPath
SubscriptionPath. locationPath()
LocationPath
TopicPath. locationPath()
static LocationPath
LocationPath. parse(String path)
Parse a location path.Methods in com.google.cloud.pubsublite with parameters of type LocationPath Modifier and Type Method Description com.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.com.google.api.core.ApiFuture<List<Topic>>
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 LocationPath Modifier and Type Method Description com.google.api.core.ApiFuture<List<Reservation>>
AdminClientImpl. listReservations(LocationPath path)
com.google.api.core.ApiFuture<List<Subscription>>
AdminClientImpl. listSubscriptions(LocationPath path)
com.google.api.core.ApiFuture<List<Topic>>
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 Modifier and Type Method Description static LocationPath
UnitTestExamples. exampleLocationPath()
-