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 \ V1Methods
__construct
Constructor.
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}
string
setParent
Required. The parent resource that the dashboards to be exported belong to.
Format: projects/{project}/locations/{location}/instances/{instance}
var
string
$this
getNames
Required. The resource names of the dashboards to export.
setNames
Required. The resource names of the dashboards to export.
var
string[]
$this
static::build
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.

