public static interface OtsInternalApi.GetRangeResponseOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.ConsumedCapacity |
getConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
OtsInternalApi.ConsumedCapacityOrBuilder |
getConsumedOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getNextStartPrimaryKey()
optional bytes next_start_primary_key = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getNextToken()
optional bytes next_token = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRows()
required bytes rows = 2; |
boolean |
hasConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
boolean |
hasNextStartPrimaryKey()
optional bytes next_start_primary_key = 3; |
boolean |
hasNextToken()
optional bytes next_token = 4; |
boolean |
hasRows()
required bytes rows = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1;OtsInternalApi.ConsumedCapacity getConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1;OtsInternalApi.ConsumedCapacityOrBuilder getConsumedOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1;boolean hasRows()
required bytes rows = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRows()
required bytes rows = 2;boolean hasNextStartPrimaryKey()
optional bytes next_start_primary_key = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getNextStartPrimaryKey()
optional bytes next_start_primary_key = 3;boolean hasNextToken()
optional bytes next_token = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getNextToken()
optional bytes next_token = 4;Copyright © 2025. All Rights Reserved.