public static interface TunnelServiceApi.ReadRecordsResponseOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getMayMoreRecord()
optional bool may_more_record = 3; |
String |
getNextToken()
required string next_token = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getNextTokenBytes()
required string next_token = 2; |
TunnelServiceApi.Record |
getRecords(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1; |
int |
getRecordsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1; |
List<TunnelServiceApi.Record> |
getRecordsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1; |
TunnelServiceApi.RecordOrBuilder |
getRecordsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1; |
List<? extends TunnelServiceApi.RecordOrBuilder> |
getRecordsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1; |
boolean |
hasMayMoreRecord()
optional bool may_more_record = 3; |
boolean |
hasNextToken()
required string next_token = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TunnelServiceApi.Record> getRecordsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1;TunnelServiceApi.Record getRecords(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1;int getRecordsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1;List<? extends TunnelServiceApi.RecordOrBuilder> getRecordsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1;TunnelServiceApi.RecordOrBuilder getRecordsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.Record records = 1;boolean hasNextToken()
required string next_token = 2;String getNextToken()
required string next_token = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getNextTokenBytes()
required string next_token = 2;boolean hasMayMoreRecord()
optional bool may_more_record = 3;boolean getMayMoreRecord()
optional bool may_more_record = 3;Copyright © 2025. All Rights Reserved.