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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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 Detail

      • 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.