Google Cloud Chronicle V1 Client - Class RemoveChartRequest (0.4.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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}

Returns
Type Description
string

setName

Required. The dashboard name to remove chart from.

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 remove.

Returns
Type Description
string

setDashboardChart

Required. The dashboard chart name to remove.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
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.

Returns
Type Description
RemoveChartRequest