Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateDataTableRowRequest.
Request to update data table row.
Generated from protobuf message google.cloud.chronicle.v1.UpdateDataTableRowRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_table_row
DataTableRow
Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
↳ update_mask
Google\Protobuf\FieldMask
Optional. The list of fields to update. Currently data table rows only support updating the values
field. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
getDataTableRow
Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
hasDataTableRow
clearDataTableRow
setDataTableRow
Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
$this
getUpdateMask
Optional. The list of fields to update. Currently data table rows only
support updating the values
field. When no field mask is supplied, all
non-empty fields will be updated. A field mask of "*" will update all
fields, whether empty or not.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update. Currently data table rows only
support updating the values
field. When no field mask is supplied, all
non-empty fields will be updated. A field mask of "*" will update all
fields, whether empty or not.
$this
static::build
dataTableRow
DataTableRow
Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
updateMask
Google\Protobuf\FieldMask
Optional. The list of fields to update. Currently data table rows only
support updating the values
field. When no field mask is supplied, all
non-empty fields will be updated. A field mask of "*" will update all
fields, whether empty or not.

