public final class ReadModifyWriteRowRequest extends GeneratedMessageV3 implements ReadModifyWriteRowRequestOrBuilder
Request message for Bigtable.ReadModifyWriteRow.
Protobuf type google.bigtable.v2.ReadModifyWriteRowRequest
Static Fields
APP_PROFILE_ID_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
Field Value
ROW_KEY_FIELD_NUMBER
public static final int ROW_KEY_FIELD_NUMBER
Field Value
RULES_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
Field Value
TABLE_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ReadModifyWriteRowRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ReadModifyWriteRowRequest.Builder newBuilder()
Returns
newBuilder(ReadModifyWriteRowRequest prototype)
public static ReadModifyWriteRowRequest.Builder newBuilder(ReadModifyWriteRowRequest prototype)
Parameter
Returns
public static ReadModifyWriteRowRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReadModifyWriteRowRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ReadModifyWriteRowRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadModifyWriteRowRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ReadModifyWriteRowRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadModifyWriteRowRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadModifyWriteRowRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ReadModifyWriteRowRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReadModifyWriteRowRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReadModifyWriteRowRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ReadModifyWriteRowRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReadModifyWriteRowRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ReadModifyWriteRowRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAppProfileId()
public String getAppProfileId()
This value specifies routing for replication. If not specified, the
"default" application profile will be used.
string app_profile_id = 4;
Returns
Type | Description |
String | The appProfileId.
|
getAppProfileIdBytes()
public ByteString getAppProfileIdBytes()
This value specifies routing for replication. If not specified, the
"default" application profile will be used.
string app_profile_id = 4;
Returns
Type | Description |
ByteString | The bytes for appProfileId.
|
getDefaultInstanceForType()
public ReadModifyWriteRowRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<ReadModifyWriteRowRequest> getParserForType()
Returns
Overrides
getRowKey()
public ByteString getRowKey()
Required. The key of the row to which the read/modify/write rules should be
applied.
bytes row_key = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getRules(int index)
public ReadModifyWriteRule getRules(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
getRulesCount()
public int getRulesCount()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
getRulesList()
public List<ReadModifyWriteRule> getRulesList()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
getRulesOrBuilder(int index)
public ReadModifyWriteRuleOrBuilder getRulesOrBuilder(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
getRulesOrBuilderList()
public List<? extends ReadModifyWriteRuleOrBuilder> getRulesOrBuilderList()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
List<? extends com.google.bigtable.v2.ReadModifyWriteRuleOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTableName()
public String getTableName()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The tableName.
|
getTableNameBytes()
public ByteString getTableNameBytes()
Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ReadModifyWriteRowRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReadModifyWriteRowRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ReadModifyWriteRowRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions