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
    A token that can be sent as `page_token` to retrieve the next page of results.
    com.google.protobuf.ByteString
    A token that can be sent as `page_token` to retrieve the next page of results.
    getTopics(int index)
    The list of topic in the requested parent.
    int
    The list of topic in the requested parent.
    The list of topic in the requested parent.
    getTopicsOrBuilder(int index)
    The list of topic in the requested parent.
    List<? extends TopicOrBuilder>
    The list of topic in the requested parent.

    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 list of topic in the requested parent. The order of the topics is
       unspecified.
       
      repeated .google.cloud.pubsublite.v1.Topic topics = 1;
    • getTopics

      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;
    • getTopicsCount

      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;
    • getTopicsOrBuilderList

      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;
    • getTopicsOrBuilder

      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;
    • getNextPageToken

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

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