| Package | Description |
|---|---|
| com.google.cloud.pubsublite | |
| com.google.cloud.pubsublite.internal |
| Modifier and Type | Method and Description |
|---|---|
LocationPath |
LocationPaths.Builder.build() |
static LocationPath |
SubscriptionPaths.getLocationPath(SubscriptionPath path) |
static LocationPath |
TopicPaths.getLocationPath(TopicPath path) |
static LocationPath |
LocationPath.of(String value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LocationPaths.check(LocationPath path) |
static ProjectNumber |
LocationPaths.getProjectNumber(LocationPath path) |
static CloudZone |
LocationPaths.getZone(LocationPath path) |
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<Subscription>> |
AdminClientImpl.listSubscriptions(LocationPath path) |
com.google.api.core.ApiFuture<List<Topic>> |
AdminClientImpl.listTopics(LocationPath path) |
Copyright © 2020 Google LLC. All rights reserved.