Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ImportNativeDashboardsInlineSource.
Inline source for importing dashboards.
Generated from protobuf message google.cloud.chronicle.v1.ImportNativeDashboardsInlineSource
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dashboards |
array<NativeDashboardWithChartsAndQueries>
Required. Dashboards with charts and queries. |
getDashboards
Required. Dashboards with charts and queries.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<NativeDashboardWithChartsAndQueries> |
|
setDashboards
Required. Dashboards with charts and queries.
| Parameter | |
|---|---|
| Name | Description |
var |
array<NativeDashboardWithChartsAndQueries>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|