Google Cloud Chronicle V1 Client - Class BatchGetDashboardChartsRequest (0.4.0)

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

Request message to get dashboard charts in batch.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource shared by all dashboard charts being retrieved. Format: projects/{project}/locations/{location}/instances/{instance} If this is set, the parent of all of the dashboard charts specified in names must match this field.

↳ names string[]

Required. The names of the dashboard charts to get.

getParent

Required. The parent resource shared by all dashboard charts being retrieved. Format: projects/{project}/locations/{location}/instances/{instance} If this is set, the parent of all of the dashboard charts specified in names must match this field.

Returns
Type Description
string

setParent

Required. The parent resource shared by all dashboard charts being retrieved. Format: projects/{project}/locations/{location}/instances/{instance} If this is set, the parent of all of the dashboard charts specified in names must match this field.

Parameter
Name Description
var string
Returns
Type Description
$this

getNames

Required. The names of the dashboard charts to get.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setNames

Required. The names of the dashboard charts to get.

Parameter
Name Description
var string[]
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource shared by all dashboard charts being retrieved. Format: projects/{project}/locations/{location}/instances/{instance} If this is set, the parent of all of the dashboard charts specified in names must match this field. Please see DashboardChartServiceClient::instanceName() for help formatting this field.

names string[]

Required. The names of the dashboard charts to get. Please see DashboardChartServiceClient::dashboardChartName() for help formatting this field.

Returns
Type Description
BatchGetDashboardChartsRequest