Reference documentation and code samples for the Google Cloud Chronicle V1 Client class AddChartRequest.
Request message to add chart in a dashboard.
Generated from protobuf message google.cloud.chronicle.v1.AddChartRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The dashboard name to add chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
↳ dashboard_query
↳ dashboard_chart
↳ chart_layout
getName
Required. The dashboard name to add chart in.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
string
setName
Required. The dashboard name to add chart in.
Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
var
string
$this
getDashboardQuery
Optional. Query used to create the chart.
hasDashboardQuery
clearDashboardQuery
setDashboardQuery
Optional. Query used to create the chart.
$this
getDashboardChart
Required. Chart to be added to the dashboard.
hasDashboardChart
clearDashboardChart
setDashboardChart
Required. Chart to be added to the dashboard.
$this
getChartLayout
Required. ChartLayout for newly added chart.
hasChartLayout
clearChartLayout
setChartLayout
Required. ChartLayout for newly added chart.
$this
static::build
name
string
Required. The dashboard name to add chart in. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard} Please see NativeDashboardServiceClient::nativeDashboardName() for help formatting this field.
dashboardQuery
dashboardChart

