Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DashboardDefinition.
Definition of the dashboard including filters, layout, charts' configurations.
Generated from protobuf message google.cloud.chronicle.v1.DashboardDefinition
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ filters |
array<DashboardFilter>
Filters for the dashboard. |
↳ fingerprint |
string
Fingerprint of the dashboard definition. |
↳ charts |
array<DashboardDefinition\ChartConfig>
Charts in the dashboard. |
getFilters
Filters for the dashboard.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DashboardFilter> |
|
setFilters
Filters for the dashboard.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DashboardFilter>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFingerprint
Fingerprint of the dashboard definition.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFingerprint
Fingerprint of the dashboard definition.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCharts
Charts in the dashboard.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DashboardDefinition\ChartConfig> |
|
setCharts
Charts in the dashboard.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DashboardDefinition\ChartConfig>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|