| Modifier and Type | Method and Description |
|---|---|
Topic |
Topic.Builder.build() |
Topic |
Topic.Builder.buildPartial() |
static Topic |
Topic.getDefaultInstance() |
Topic |
Topic.getDefaultInstanceForType() |
Topic |
Topic.Builder.getDefaultInstanceForType() |
Topic |
UpdateTopicRequest.getTopic()
Required.
|
Topic |
UpdateTopicRequest.Builder.getTopic()
Required.
|
Topic |
UpdateTopicRequestOrBuilder.getTopic()
Required.
|
Topic |
ListTopicsResponseOrBuilder.getTopics(int index)
The resulting topics.
|
Topic |
ListTopicsResponse.getTopics(int index)
The resulting topics.
|
Topic |
ListTopicsResponse.Builder.getTopics(int index)
The resulting topics.
|
static Topic |
Topic.parseDelimitedFrom(InputStream input) |
static Topic |
Topic.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(byte[] data) |
static Topic |
Topic.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(ByteBuffer data) |
static Topic |
Topic.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(com.google.protobuf.ByteString data) |
static Topic |
Topic.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(com.google.protobuf.CodedInputStream input) |
static Topic |
Topic.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Topic |
Topic.parseFrom(InputStream input) |
static Topic |
Topic.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Topic> |
Topic.getParserForType() |
List<Topic> |
ListTopicsResponseOrBuilder.getTopicsList()
The resulting topics.
|
List<Topic> |
ListTopicsResponse.getTopicsList()
The resulting topics.
|
List<Topic> |
ListTopicsResponse.Builder.getTopicsList()
The resulting topics.
|
static com.google.protobuf.Parser<Topic> |
Topic.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.addTopics(int index,
Topic value)
The resulting topics.
|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.addTopics(Topic value)
The resulting topics.
|
Topic.Builder |
Topic.Builder.mergeFrom(Topic other) |
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.mergeTopic(Topic value)
Required.
|
static Topic.Builder |
Topic.newBuilder(Topic prototype) |
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.setTopic(Topic value)
Required.
|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.setTopics(int index,
Topic value)
The resulting topics.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicsResponse.Builder |
ListTopicsResponse.Builder.addAllTopics(Iterable<? extends Topic> values)
The resulting topics.
|
Copyright © 2020 Google LLC. All rights reserved.