| Package | Description |
|---|---|
| com.google.api.services.pubsub | |
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
Pubsub.Projects.Topics.Create |
Pubsub.Projects.Topics.create(java.lang.String name,
Topic content)
Creates the given topic with the given name.
|
| Constructor and Description |
|---|
Pubsub.Projects.Topics.Create(java.lang.String name,
Topic content)
Creates the given topic with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
Topic.clone() |
Topic |
Topic.set(java.lang.String fieldName,
java.lang.Object value) |
Topic |
Topic.setName(java.lang.String name)
The name of the topic.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Topic> |
ListTopicsResponse.getTopics()
The resulting topics.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicsResponse |
ListTopicsResponse.setTopics(java.util.List<Topic> topics)
The resulting topics.
|