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

