Interface ListProductsResponse.MetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListProductsResponse.Meta,ListProductsResponse.Meta.Builder
- Enclosing class:
- ListProductsResponse
public static interface ListProductsResponse.MetaOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCursor()string cursor = 2 [json_name = "cursor"];com.google.protobuf.ByteStringgetCursorBytes()string cursor = 2 [json_name = "cursor"];intgetPageSize()uint32 page_size = 3 [json_name = "pageSize"];intgetTotal()uint32 total = 1 [json_name = "total"];
-
-
-
Method Detail
-
getTotal
int getTotal()
uint32 total = 1 [json_name = "total"];- Returns:
- The total.
-
getCursor
java.lang.String getCursor()
string cursor = 2 [json_name = "cursor"];- Returns:
- The cursor.
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
string cursor = 2 [json_name = "cursor"];- Returns:
- The bytes for cursor.
-
getPageSize
int getPageSize()
uint32 page_size = 3 [json_name = "pageSize"];- Returns:
- The pageSize.
-
-