Reference documentation and code samples for the Google Cloud Chronicle V1 Client class BatchGetDashboardChartsResponse.
Response message for getting dashboard charts in batch.
Generated from protobuf message google.cloud.chronicle.v1.BatchGetDashboardChartsResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dashboard_charts |
array<DashboardChart>
The dashboardCharts from the specified chronicle instance. |
getDashboardCharts
The dashboardCharts from the specified chronicle instance.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DashboardChart> |
|
setDashboardCharts
The dashboardCharts from the specified chronicle instance.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DashboardChart>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|