BulkUpdateDataTableRowsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request to update data table rows in bulk.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table} |
requests |
MutableSequence[google.cloud.chronicle_v1.types.UpdateDataTableRowRequest]
Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request. |