public interface ListTopicsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page of
results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page of
results.
|
Topic |
getTopics(int index)
The list of topic in the requested parent.
|
int |
getTopicsCount()
The list of topic in the requested parent.
|
List<Topic> |
getTopicsList()
The list of topic in the requested parent.
|
TopicOrBuilder |
getTopicsOrBuilder(int index)
The list of topic in the requested parent.
|
List<? extends TopicOrBuilder> |
getTopicsOrBuilderList()
The list of topic in the requested parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Topic> getTopicsList()
The list of topic in the requested parent. The order of the topics is unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;Topic getTopics(int index)
The list of topic in the requested parent. The order of the topics is unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;int getTopicsCount()
The list of topic in the requested parent. The order of the topics is unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;List<? extends TopicOrBuilder> getTopicsOrBuilderList()
The list of topic in the requested parent. The order of the topics is unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;TopicOrBuilder getTopicsOrBuilder(int index)
The list of topic in the requested parent. The order of the topics is unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;String getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page of results. If this field is omitted, there are no more results.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.