Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DuplicateChartResponse.
Response message for duplicating chart in a dashboard.
Generated from protobuf message google.cloud.chronicle.v1.DuplicateChartResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ native_dashboard |
NativeDashboard
Dashboard with chart added in definition. |
↳ dashboard_chart |
DashboardChart
Duplicated chart resource. |
getNativeDashboard
Dashboard with chart added in definition.
| Returns | |
|---|---|
| Type | Description |
NativeDashboard|null |
|
hasNativeDashboard
clearNativeDashboard
setNativeDashboard
Dashboard with chart added in definition.
| Parameter | |
|---|---|
| Name | Description |
var |
NativeDashboard
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDashboardChart
Duplicated chart resource.
| Returns | |
|---|---|
| Type | Description |
DashboardChart|null |
|
hasDashboardChart
clearDashboardChart
setDashboardChart
Duplicated chart resource.
| Parameter | |
|---|---|
| Name | Description |
var |
DashboardChart
|
| Returns | |
|---|---|
| Type | Description |
$this |
|