| Package | Description |
|---|---|
| com.google.cloud.pubsublite | |
| com.google.cloud.pubsublite.internal | |
| com.google.cloud.pubsublite.internal.testing |
| Modifier and Type | Method and Description |
|---|---|
abstract LocationPath |
LocationPath.Builder.build() |
LocationPath |
ReservationPath.locationPath() |
LocationPath |
TopicPath.locationPath() |
LocationPath |
SubscriptionPath.locationPath() |
static LocationPath |
LocationPath.parse(String path)
Parse a location path.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
static LocationPath |
UnitTestExamples.exampleLocationPath() |
Copyright © 2022 Google LLC. All rights reserved.