public static interface OtsInternalApi.RowInBatchWriteRowResponseOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.ConsumedCapacity |
getConsumed()
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3; |
OtsInternalApi.ConsumedCapacityOrBuilder |
getConsumedOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3; |
OtsInternalApi.Error |
getError()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2; |
OtsInternalApi.ErrorOrBuilder |
getErrorOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2; |
boolean |
getIsOk()
required bool is_ok = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRow()
optional bytes row = 4; |
boolean |
hasConsumed()
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3; |
boolean |
hasError()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2; |
boolean |
hasIsOk()
required bool is_ok = 1; |
boolean |
hasRow()
optional bytes row = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIsOk()
required bool is_ok = 1;boolean getIsOk()
required bool is_ok = 1;boolean hasError()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;OtsInternalApi.Error getError()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;OtsInternalApi.ErrorOrBuilder getErrorOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;boolean hasConsumed()
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3;OtsInternalApi.ConsumedCapacity getConsumed()
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3;OtsInternalApi.ConsumedCapacityOrBuilder getConsumedOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3;boolean hasRow()
optional bytes row = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRow()
optional bytes row = 4;Copyright © 2025. All Rights Reserved.