public interface QueryResponseMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBookmark()
string bookmark = 2 [json_name = "bookmark"]; |
com.google.protobuf.ByteString |
getBookmarkBytes()
string bookmark = 2 [json_name = "bookmark"]; |
int |
getFetchedRecordsCount()
int32 fetched_records_count = 1 [json_name = "fetchedRecordsCount"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getFetchedRecordsCount()
int32 fetched_records_count = 1 [json_name = "fetchedRecordsCount"];
String getBookmark()
string bookmark = 2 [json_name = "bookmark"];
com.google.protobuf.ByteString getBookmarkBytes()
string bookmark = 2 [json_name = "bookmark"];
Copyright © 2022. All rights reserved.