Google Cloud Chronicle V1 Client - Class InstallFeaturedContentNativeDashboardRequest (0.4.0)

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

Request message to install a FeaturedContentNativeDashboard.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the FeaturedContentNativeDashboard to install. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

↳ featured_content_native_dashboard FeaturedContentNativeDashboard

Optional. The FeaturedContentNativeDashboard to install.

getName

Required. The resource name of the FeaturedContentNativeDashboard to install. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

Returns
Type Description
string

setName

Required. The resource name of the FeaturedContentNativeDashboard to install. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

Parameter
Name Description
var string
Returns
Type Description
$this

getFeaturedContentNativeDashboard

Optional. The FeaturedContentNativeDashboard to install.

Returns
Type Description
FeaturedContentNativeDashboard|null

hasFeaturedContentNativeDashboard

clearFeaturedContentNativeDashboard

setFeaturedContentNativeDashboard

Optional. The FeaturedContentNativeDashboard to install.

Parameter
Name Description
var FeaturedContentNativeDashboard
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the FeaturedContentNativeDashboard to install. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard} Please see FeaturedContentNativeDashboardServiceClient::featuredContentNativeDashboardName() for help formatting this field.

Returns
Type Description
InstallFeaturedContentNativeDashboardRequest