Reference documentation and code samples for the Google Cloud Chronicle V1 Client class BulkReplaceDataTableRowsResponse.
Response message with data table rows that replaced existing data table rows.
Generated from protobuf message google.cloud.chronicle.v1.BulkReplaceDataTableRowsResponse
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 that replaced existing data table rows |
getDataTableRows
DataTableRows that replaced existing data table rows
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DataTableRow> |
|
setDataTableRows
DataTableRows that replaced existing data table rows
| Parameter | |
|---|---|
| Name | Description |
var |
array<DataTableRow>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|