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