public static interface OtsInternalApi.GetRowResponseOrBuilder
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 |
getNextToken()
optional bytes next_token = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRow()
required bytes row = 2; |
boolean |
hasConsumed()
required .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 1; |
boolean |
hasNextToken()
optional bytes next_token = 3; |
boolean |
hasRow()
required bytes row = 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 hasRow()
required bytes row = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRow()
required bytes row = 2;boolean hasNextToken()
optional bytes next_token = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getNextToken()
optional bytes next_token = 3;Copyright © 2025. All Rights Reserved.