Reference documentation and code samples for the Google Cloud Chronicle V1 Client class BulkGetDataTableRowsRequest.
Request to get data table rows in bulk.
Generated from protobuf message google.cloud.chronicle.v1.BulkGetDataTableRowsRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
↳ requests
array< GetDataTableRowRequest
>
Required. Data table rows to get. At max 1,000 rows can be there in a request.
getParent
Required. The resource id of the data table.
Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
string
setParent
Required. The resource id of the data table.
Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
var
string
$this
getRequests
Required. Data table rows to get. At max 1,000 rows can be there in a request.
setRequests
Required. Data table rows to get. At max 1,000 rows can be there in a request.
$this
static::build
parent
string
Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table} Please see DataTableServiceClient::dataTableName() for help formatting this field.
requests
array< GetDataTableRowRequest
>
Required. Data table rows to get. At max 1,000 rows can be there in a request.

