public interface ListPartitionCursorsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Type | Description | 
| String | The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract 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;
| Type | Description | 
| ByteString | The bytes for nextPageToken.  | 
      
getPartitionCursors(int index)
public abstract PartitionCursor getPartitionCursors(int index)The partition cursors from this request.
 repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| PartitionCursor | 
getPartitionCursorsCount()
public abstract int getPartitionCursorsCount()The partition cursors from this request.
 repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
| Type | Description | 
| int | 
getPartitionCursorsList()
public abstract List<PartitionCursor> getPartitionCursorsList()The partition cursors from this request.
 repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
| Type | Description | 
| List<PartitionCursor> | 
getPartitionCursorsOrBuilder(int index)
public abstract PartitionCursorOrBuilder getPartitionCursorsOrBuilder(int index)The partition cursors from this request.
 repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
| Name | Description | 
| index | int | 
      
| Type | Description | 
| PartitionCursorOrBuilder | 
getPartitionCursorsOrBuilderList()
public abstract List<? extends PartitionCursorOrBuilder> getPartitionCursorsOrBuilderList()The partition cursors from this request.
 repeated .google.cloud.pubsublite.v1.PartitionCursor partition_cursors = 1;
| Type | Description | 
| List<? extends com.google.cloud.pubsublite.proto.PartitionCursorOrBuilder> |