public interface ListTopicsResponseOrBuilder
extends com.google.protobuf.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`.
|
com.google.protobuf.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
java.util.List<Topic> getTopicsList()
The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1;
Topic getTopics(int index)
The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1;
int getTopicsCount()
The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1;
java.util.List<? extends TopicOrBuilder> getTopicsOrBuilderList()
The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1;
TopicOrBuilder getTopicsOrBuilder(int index)
The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1;
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`.
string next_page_token = 2;
com.google.protobuf.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`.
string next_page_token = 2;