Interface ListTopicsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListTopicsResponse, ListTopicsResponse.Builder

public interface ListTopicsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTopicsList

      List<Topic> getTopicsList()
       Optional. The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getTopics

      Topic getTopics(int index)
       Optional. The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getTopicsCount

      int getTopicsCount()
       Optional. The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getTopicsOrBuilderList

      List<? extends TopicOrBuilder> getTopicsOrBuilderList()
       Optional. The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getTopicsOrBuilder

      TopicOrBuilder getTopicsOrBuilder(int index)
       Optional. The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getNextPageToken

      String getNextPageToken()
       Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Optional. 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 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for nextPageToken.