Google Cloud Chronicle V1 Client - Class CreateNativeDashboardRequest (0.4.0)

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

Request message to create a dashboard.

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

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 where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance}

↳ native_dashboard NativeDashboard

Required. The dashboard to create.

getParent

Required. The parent resource where this dashboard will be created.

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

Returns
Type Description
string

setParent

Required. The parent resource where this dashboard will be created.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getNativeDashboard

Required. The dashboard to create.

Returns
Type Description
NativeDashboard|null

hasNativeDashboard

clearNativeDashboard

setNativeDashboard

Required. The dashboard to create.

Parameter
Name Description
var NativeDashboard
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource where this dashboard will be created. Format: projects/{project}/locations/{location}/instances/{instance} Please see NativeDashboardServiceClient::instanceName() for help formatting this field.

nativeDashboard NativeDashboard

Required. The dashboard to create.

Returns
Type Description
CreateNativeDashboardRequest