| Package | Description |
|---|---|
| com.google.cloud.pubsub |
A client to Google Cloud Pub/Sub.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Topic.Builder
A builder for
Topic objects. |
| Modifier and Type | Method and Description |
|---|---|
static TopicInfo.Builder |
TopicInfo.builder(String name)
Creates a builder for
TopicInfo objects given the name of the topic. |
abstract TopicInfo.Builder |
TopicInfo.Builder.name(String name)
Sets the name of the topic.
|
TopicInfo.Builder |
TopicInfo.toBuilder()
Returns a builder for the topic object.
|
Copyright © 2016 Google. All rights reserved.