Class BulkGetDataTableRowsRequest (0.5.0)

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

Request to get 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.GetDataTableRowRequest]
Required. Data table rows to get. At max 1,000 rows can be there in a request.