public interface ReadModifyWriteRowRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getRowKey()
The key of the row to which the read/modify/write rules should be applied.
|
ReadModifyWriteRule |
getRules(int index)
Rules specifying how the specified row's contents are to be transformed
into writes.
|
int |
getRulesCount()
Rules specifying how the specified row's contents are to be transformed
into writes.
|
List<ReadModifyWriteRule> |
getRulesList()
Rules specifying how the specified row's contents are to be transformed
into writes.
|
ReadModifyWriteRuleOrBuilder |
getRulesOrBuilder(int index)
Rules specifying how the specified row's contents are to be transformed
into writes.
|
List<? extends ReadModifyWriteRuleOrBuilder> |
getRulesOrBuilderList()
Rules specifying how the specified row's contents are to be transformed
into writes.
|
String |
getTableName()
The unique name of the table to which the read/modify/write rules should be
applied.
|
com.google.protobuf.ByteString |
getTableNameBytes()
The unique name of the table to which the read/modify/write rules should be
applied.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTableName()
The unique name of the table to which the read/modify/write rules should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;com.google.protobuf.ByteString getTableNameBytes()
The unique name of the table to which the read/modify/write rules should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>
string table_name = 1;com.google.protobuf.ByteString getRowKey()
The key of the row to which the read/modify/write rules should be applied.
bytes row_key = 2;List<ReadModifyWriteRule> getRulesList()
Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones.
repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3;ReadModifyWriteRule getRules(int index)
Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones.
repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3;int getRulesCount()
Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones.
repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3;List<? extends ReadModifyWriteRuleOrBuilder> getRulesOrBuilderList()
Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones.
repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3;ReadModifyWriteRuleOrBuilder getRulesOrBuilder(int index)
Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones.
repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3;