Reference documentation and code samples for the Cloud Bigtable V2 Client class ReadModifyWriteRowRequest.
Request message for Bigtable.ReadModifyWriteRow.
Generated from protobuf message google.bigtable.v2.ReadModifyWriteRowRequest
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ table_name
string
Optional. 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>
.
↳ authorized_view_name
string
Optional. The unique name of the AuthorizedView to which the read/modify/write rules should be applied. Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
↳ app_profile_id
string
This value specifies routing for replication. If not specified, the "default" application profile will be used.
↳ row_key
string
Required. The key of the row to which the read/modify/write rules should be applied.
↳ rules
array< ReadModifyWriteRule
>
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. At least one entry must be specified, and there can be at most 100000 rules.
getTableName
Optional. 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
setTableName
Optional. 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>
.
var
string
$this
getAuthorizedViewName
Optional. The unique name of the AuthorizedView to which the read/modify/write rules should be applied.
Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
string
setAuthorizedViewName
Optional. The unique name of the AuthorizedView to which the read/modify/write rules should be applied.
Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>
.
var
string
$this
getAppProfileId
This value specifies routing for replication. If not specified, the "default" application profile will be used.
string
setAppProfileId
This value specifies routing for replication. If not specified, the "default" application profile will be used.
var
string
$this
getRowKey
Required. The key of the row to which the read/modify/write rules should be applied.
string
setRowKey
Required. The key of the row to which the read/modify/write rules should be applied.
var
string
$this
getRules
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. At least one entry must be specified, and there can be at most 100000 rules.
setRules
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. At least one entry must be specified, and there can be at most 100000 rules.
$this
static::build
tableName
string
Optional. 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>
. Please see BigtableClient::tableName()
for help formatting this field.
rowKey
string
Required. The key of the row to which the read/modify/write rules should be applied.
rules
array< ReadModifyWriteRule
>
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. At least one entry must be specified, and there can be at most 100000 rules.
static::buildFromTableNameRowKeyRulesAppProfileId
tableName
string
Optional. 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>
. Please see BigtableClient::tableName()
for help formatting this field.
rowKey
string
Required. The key of the row to which the read/modify/write rules should be applied.
rules
array< ReadModifyWriteRule
>
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. At least one entry must be specified, and there can be at most 100000 rules.
appProfileId
string
This value specifies routing for replication. If not specified, the "default" application profile will be used.