public interface PaginationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextToken()
next page token, when empty there are no more pages to fetch
|
com.google.protobuf.ByteString |
getNextTokenBytes()
next page token, when empty there are no more pages to fetch
|
int |
getResultSize()
result size of the page returned
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNextToken()
next page token, when empty there are no more pages to fetch
string next_token = 1 [json_name = "nextToken"];com.google.protobuf.ByteString getNextTokenBytes()
next page token, when empty there are no more pages to fetch
string next_token = 1 [json_name = "nextToken"];int getResultSize()
result size of the page returned
int32 result_size = 2 [json_name = "resultSize"];Copyright © 2023. All rights reserved.