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
|
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", (.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNextTokenBytes()
next page token, when empty there are no more pages to fetch
string next_token = 1 [json_name = "nextToken", (.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024. All rights reserved.