Class UpdateDataTableRequest (0.5.0)

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

A request to update details of data table.

Attributes

Name Description
data_table google.cloud.chronicle_v1.types.DataTable
Required. This field is used to identify the datatable to update. Format: projects/{project}/locations/{locations}/instances/{instance}/dataTables/{data_table}
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. The list of metadata fields to update. Currently data tables only support updating the description, row_time_to_live and scope_info fields. 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.