Google Cloud Chronicle V1 Client - Class UpdateDataTableRowRequest (0.3.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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}

Returns
Type Description
DataTableRow|null

hasDataTableRow

clearDataTableRow

setDataTableRow

Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

Parameter
Name Description
var DataTableRow
Returns
Type Description
$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.

Returns
Type Description
Google\Protobuf\FieldMask|null

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.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
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.

Returns
Type Description
UpdateDataTableRowRequest