Google Cloud Chronicle V1 Client - Class BulkUpdateDataTableRowsRequest (0.3.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class BulkUpdateDataTableRowsRequest.

Request to update data table rows in bulk.

Generated from protobuf message google.cloud.chronicle.v1.BulkUpdateDataTableRowsRequest

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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<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.

getParent

Required. The resource id of the data table.

Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

Returns
Type Description
string

setParent

Required. The resource id of the data table.

Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

Parameter
Name Description
var string
Returns
Type Description
$this

getRequests

Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.

Returns
Type Description
Google\Protobuf\RepeatedField<UpdateDataTableRowRequest>

setRequests

Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.

Parameter
Name Description
var array<UpdateDataTableRowRequest>
Returns
Type Description
$this

static::build

Parameters
Name Description
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<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.

Returns
Type Description
BulkUpdateDataTableRowsRequest