Reference documentation and code samples for the Google Cloud Chronicle V1 Client class FeaturedContentNativeDashboard.
FeaturedContentNativeDashboard resource.
Generated from protobuf message google.cloud.chronicle.v1.FeaturedContentNativeDashboard
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the FeaturedContentNativeDashboard. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard} |
↳ content_metadata |
FeaturedContentMetadata
Output only. Metadata about the FeaturedContentNativeDashboard. |
↳ dashboard_content |
NativeDashboardWithChartsAndQueries
Optional. The dashboard content. |
getName
Identifier. The resource name of the FeaturedContentNativeDashboard.
Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The resource name of the FeaturedContentNativeDashboard.
Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getContentMetadata
Output only. Metadata about the FeaturedContentNativeDashboard.
| Returns | |
|---|---|
| Type | Description |
FeaturedContentMetadata|null |
|
hasContentMetadata
clearContentMetadata
setContentMetadata
Output only. Metadata about the FeaturedContentNativeDashboard.
| Parameter | |
|---|---|
| Name | Description |
var |
FeaturedContentMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDashboardContent
Optional. The dashboard content.
| Returns | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries|null |
|
hasDashboardContent
clearDashboardContent
setDashboardContent
Optional. The dashboard content.
| Parameter | |
|---|---|
| Name | Description |
var |
NativeDashboardWithChartsAndQueries
|
| Returns | |
|---|---|
| Type | Description |
$this |
|