- Resource: FeaturedContentNativeDashboard
- FeaturedContentMetadata
- NativeDashboardWithChartsAndQueries
- Methods
Resource: FeaturedContentNativeDashboard
FeaturedContentNativeDashboard resource.
| JSON representation |
|---|
{ "name": string, "contentMetadata": { object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the FeaturedContentNativeDashboard. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featuredContentNativeDashboard} |
contentMetadata |
Output only. Metadata about the FeaturedContentNativeDashboard. |
dashboardContent |
Optional. The dashboard content. |
FeaturedContentMetadata
FeaturedContentMetadata holds metadata about the Featured Content.
| JSON representation |
|---|
{
"id": string,
"displayName": string,
"createTime": string,
"updateTime": string,
"author": string,
"certified": boolean,
"description": string,
"categories": [
string
],
"version": string,
"sourceType": enum ( |
| Fields | |
|---|---|
id |
Required. Unique identifier of the featured content. |
displayName |
Output only. The display name of the featured content. |
createTime |
Output only. Timestamp indicating when the item was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Timestamp indicating when the item was updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
author |
Output only. Content item author full name. |
certified |
Output only. Determine if this content item is officially certified by Google or created by the community. |
description |
Output only. The description of the content item. |
categories[] |
Output only. Categories the content is associated with. |
version |
Output only. Featured content version (Major.Minor.Patch). |
sourceType |
Output only. The source type of the content. |
verified |
Output only. Whether the content is verified by Google (applicable for 3rd party content). |
NativeDashboardWithChartsAndQueries
NativeDashboardWithChartsAndQueries for exporting a dashboard.
| JSON representation |
|---|
{ "dashboard": { object ( |
| Fields | |
|---|---|
dashboard |
Optional. Native dashboard. |
dashboardCharts[] |
Optional. Charts in the dashboard. |
dashboardQueries[] |
Optional. Queries in the dashboard. |
Methods |
|
|---|---|
|
Get a native dashboard featured content. |
|
Install a native dashboard featured content. |
|
List all native dashboards featured content. |