Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DuplicateChartRequest.
Request message to duplicate chart in a dashboard.
Generated from protobuf message google.cloud.chronicle.v1.DuplicateChartRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The dashboard name that involves chart duplication. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard} |
↳ dashboard_chart |
string
Required. The dashboard chart name to duplicate. |
getName
Required. The dashboard name that involves chart duplication.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The dashboard name that involves chart duplication.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDashboardChart
Required. The dashboard chart name to duplicate.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDashboardChart
Required. The dashboard chart name to duplicate.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The dashboard name that involves chart duplication. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard} Please see NativeDashboardServiceClient::nativeDashboardName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DuplicateChartRequest |
|