public interface ListTopicsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
If not empty, indicates that there may be more topics that match the
request; this value should be passed in a new `ListTopicsRequest`.
|
ByteString |
getNextPageTokenBytes()
If not empty, indicates that there may be more topics that match the
request; this value should be passed in a new `ListTopicsRequest`.
|
Topic |
getTopics(int index)
The resulting topics.
|
int |
getTopicsCount()
The resulting topics.
|
java.util.List<Topic> |
getTopicsList()
The resulting topics.
|
TopicOrBuilder |
getTopicsOrBuilder(int index)
The resulting topics.
|
java.util.List<? extends TopicOrBuilder> |
getTopicsOrBuilderList()
The resulting topics.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Topic> getTopicsList()
The resulting topics.
Topic getTopics(int index)
The resulting topics.
int getTopicsCount()
The resulting topics.
java.util.List<? extends TopicOrBuilder> getTopicsOrBuilderList()
The resulting topics.
TopicOrBuilder getTopicsOrBuilder(int index)
The resulting topics.
java.lang.String getNextPageToken()
If not empty, indicates that there may be more topics that match the request; this value should be passed in a new `ListTopicsRequest`.
ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more topics that match the request; this value should be passed in a new `ListTopicsRequest`.