Class UpdateDataTableRowRequest (0.5.0)

UpdateDataTableRowRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to update data table row.

Attributes

Name Description
data_table_row google.cloud.chronicle_v1.types.DataTableRow
Required. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
update_mask google.protobuf.field_mask_pb2.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.