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