Interface ListPartitionCursorsResponseOrBuilder

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

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

    • getPartitionCursorsList

      List<PartitionCursor> getPartitionCursorsList()
       The partition cursors from this request.
       
      repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
    • getPartitionCursors

      PartitionCursor getPartitionCursors(int index)
       The partition cursors from this request.
       
      repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
    • getPartitionCursorsCount

      int getPartitionCursorsCount()
       The partition cursors from this request.
       
      repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
    • getPartitionCursorsOrBuilderList

      List<? extends PartitionCursorOrBuilder> getPartitionCursorsOrBuilderList()
       The partition cursors from this request.
       
      repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
    • getPartitionCursorsOrBuilder

      PartitionCursorOrBuilder getPartitionCursorsOrBuilder(int index)
       The partition cursors from this request.
       
      repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
    • getNextPageToken

      String getNextPageToken()
       A token, which can be sent as `page_token` to retrieve the next page.
       If this field is omitted, there are no subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as `page_token` to retrieve the next page.
       If this field is omitted, there are no subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.