public interface ListTopicsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
List<Topic> |
getTopicsList()
The resulting topics.
|
TopicOrBuilder |
getTopicsOrBuilder(int index)
The resulting topics.
|
List<? extends TopicOrBuilder> |
getTopicsOrBuilderList()
The resulting topics.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.