Reference documentation and code samples for the Google Cloud Chronicle V1 Client class BulkCreateDataTableRowsRequest.
Request to create data table rows in bulk.
Generated from protobuf message google.cloud.chronicle.v1.BulkCreateDataTableRowsRequest
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< CreateDataTableRowRequest
>
Required. Data table rows to create. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be created in a single request. Total size of the rows should be less than 4MB.
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 create. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be created in a single request. Total size of the rows should be less than 4MB.
setRequests
Required. Data table rows to create. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be created in a single request. Total size of the rows should be less than 4MB.
$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< CreateDataTableRowRequest
>
Required. Data table rows to create. A maximum of 1000 rows (for sync requests) or 2000 rows (for async requests) can be created in a single request. Total size of the rows should be less than 4MB.

