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

