public static interface OtsInternalApi.BatchWriteRowRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIsAtomic()
optional bool is_atomic = 3; |
OtsInternalApi.TableInBatchWriteRowRequest |
getTables(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1; |
int |
getTablesCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1; |
List<OtsInternalApi.TableInBatchWriteRowRequest> |
getTablesList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1; |
OtsInternalApi.TableInBatchWriteRowRequestOrBuilder |
getTablesOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1; |
List<? extends OtsInternalApi.TableInBatchWriteRowRequestOrBuilder> |
getTablesOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1; |
String |
getTransactionId()
optional string transaction_id = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTransactionIdBytes()
optional string transaction_id = 2; |
boolean |
hasIsAtomic()
optional bool is_atomic = 3; |
boolean |
hasTransactionId()
optional string transaction_id = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<OtsInternalApi.TableInBatchWriteRowRequest> getTablesList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;OtsInternalApi.TableInBatchWriteRowRequest getTables(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;int getTablesCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;List<? extends OtsInternalApi.TableInBatchWriteRowRequestOrBuilder> getTablesOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;OtsInternalApi.TableInBatchWriteRowRequestOrBuilder getTablesOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;boolean hasTransactionId()
optional string transaction_id = 2;String getTransactionId()
optional string transaction_id = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTransactionIdBytes()
optional string transaction_id = 2;boolean hasIsAtomic()
optional bool is_atomic = 3;boolean getIsAtomic()
optional bool is_atomic = 3;Copyright © 2025. All Rights Reserved.