Google Cloud Chronicle V1 Client - Class AddChartResponse (0.4.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class AddChartResponse.

Response message for adding chart in a dashboard.

Generated from protobuf message google.cloud.chronicle.v1.AddChartResponse

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__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

Created 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

Created chart resource.

Returns
Type Description
DashboardChart|null

hasDashboardChart

clearDashboardChart

setDashboardChart

Created chart resource.

Parameter
Name Description
var DashboardChart
Returns
Type Description
$this