| Modifier and Type | Method and Description |
|---|---|
TopicList |
TopicListBuilder.build() |
static TopicList |
TopicList.of(Iterable<Topic> topics) |
static TopicList |
TopicList.of(Topic... topics) |
| Modifier and Type | Method and Description |
|---|---|
PubsubFuture<TopicList> |
Pubsub.listTopics(String project)
List the Pub/Sub topics in a project.
|
PubsubFuture<TopicList> |
Pubsub.listTopics(String project,
String pageToken)
Get a page of Pub/Sub topics in a project using a specified page token.
|
| Modifier and Type | Method and Description |
|---|---|
static TopicListBuilder |
TopicListBuilder.from(TopicList v) |
Copyright © 2018. All rights reserved.