public interface ListTopicsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Type | Description | 
| String | The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract 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;
| Type | Description | 
| ByteString | The bytes for nextPageToken.  | 
      
getTopics(int index)
public abstract 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;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| Topic | 
getTopicsCount()
public abstract 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;
| Type | Description | 
| int | 
getTopicsList()
public abstract List<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;
| Type | Description | 
| List<Topic> | 
getTopicsOrBuilder(int index)
public abstract 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;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| TopicOrBuilder | 
getTopicsOrBuilderList()
public abstract 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;
| Type | Description | 
| List<? extends com.google.cloud.pubsublite.proto.TopicOrBuilder> |