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 Summary

    Modifier and Type
    Method
    Description
    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
    If not empty, indicates that there may be more topics that match the request; this value should be passed in a new `ListTopicsRequest`.
    getTopics(int index)
    The resulting topics.
    int
    The resulting topics.
    The resulting topics.
    getTopicsOrBuilder(int index)
    The resulting topics.
    List<? extends TopicOrBuilder>
    The resulting topics.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTopicsList

      List<Topic> getTopicsList()
       The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1;
    • getTopics

      Topic getTopics(int index)
       The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1;
    • getTopicsCount

      int getTopicsCount()
       The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1;
    • getTopicsOrBuilderList

      List<? extends TopicOrBuilder> getTopicsOrBuilderList()
       The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1;
    • getTopicsOrBuilder

      TopicOrBuilder getTopicsOrBuilder(int index)
       The resulting topics.
       
      repeated .google.pubsub.v1.Topic topics = 1;
    • getNextPageToken

      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;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      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;
      Returns:
      The bytes for nextPageToken.