Reference documentation and code samples for the Google Cloud Chronicle V1 Client class NativeDashboardWithChartsAndQueries.
NativeDashboardWithChartsAndQueries for exporting a dashboard.
Generated from protobuf message google.cloud.chronicle.v1.NativeDashboardWithChartsAndQueries
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dashboard |
NativeDashboard
Optional. Native dashboard. |
↳ dashboard_charts |
array<DashboardChart>
Optional. Charts in the dashboard. |
↳ dashboard_queries |
array<DashboardQuery>
Optional. Queries in the dashboard. |
getDashboard
Optional. Native dashboard.
| Returns | |
|---|---|
| Type | Description |
NativeDashboard|null |
|
hasDashboard
clearDashboard
setDashboard
Optional. Native dashboard.
| Parameter | |
|---|---|
| Name | Description |
var |
NativeDashboard
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDashboardCharts
Optional. Charts in the dashboard.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DashboardChart> |
|
setDashboardCharts
Optional. Charts in the dashboard.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DashboardChart>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDashboardQueries
Optional. Queries in the dashboard.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DashboardQuery> |
|
setDashboardQueries
Optional. Queries in the dashboard.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DashboardQuery>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|