Google Cloud Chronicle V1 Client - Class ExportNativeDashboardsRequest (0.4.0)

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

Request message to export list of dashboard.

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

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 that the dashboards to be exported belong to. Format: projects/{project}/locations/{location}/instances/{instance}

↳ names string[]

Required. The resource names of the dashboards to export.

getParent

Required. The parent resource that the dashboards to be exported belong to.

Format: projects/{project}/locations/{location}/instances/{instance}

Returns
Type Description
string

setParent

Required. The parent resource that the dashboards to be exported belong to.

Format: projects/{project}/locations/{location}/instances/{instance}

Parameter
Name Description
var string
Returns
Type Description
$this

getNames

Required. The resource names of the dashboards to export.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setNames

Required. The resource names of the dashboards to export.

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

static::build

Parameters
Name Description
parent string

Required. The parent resource that the dashboards to be exported belong to. Format: projects/{project}/locations/{location}/instances/{instance} Please see NativeDashboardServiceClient::instanceName() for help formatting this field.

names string[]

Required. The resource names of the dashboards to export.

Returns
Type Description
ExportNativeDashboardsRequest