Interface PaginationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Pagination,Pagination.Builder
public interface PaginationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCursor()string cursor = 3 [json_name = "cursor"];com.google.protobuf.ByteStringgetCursorBytes()string cursor = 3 [json_name = "cursor"];intgetPage()int32 page = 1 [json_name = "page"];intgetPageSize()int32 page_size = 2 [json_name = "pageSize"];
-
-
-
Method Detail
-
getPage
int getPage()
int32 page = 1 [json_name = "page"];- Returns:
- The page.
-
getPageSize
int getPageSize()
int32 page_size = 2 [json_name = "pageSize"];- Returns:
- The pageSize.
-
getCursor
java.lang.String getCursor()
string cursor = 3 [json_name = "cursor"];- Returns:
- The cursor.
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
string cursor = 3 [json_name = "cursor"];- Returns:
- The bytes for cursor.
-
-