Reference documentation and code samples for the Google Cloud Chronicle V1 Client class BulkUpdateDataTableRowsResponse.
Response message with updated data table rows.
Generated from protobuf message google.cloud.chronicle.v1.BulkUpdateDataTableRowsResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_table_rows |
array<DataTableRow>
DataTableRows updated |
getDataTableRows
DataTableRows updated
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DataTableRow> |
|
setDataTableRows
DataTableRows updated
| Parameter | |
|---|---|
| Name | Description |
var |
array<DataTableRow>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|