REST Resource: projects.locations.instances.contentHub.featuredContentNativeDashboards

Resource: FeaturedContentNativeDashboard

FeaturedContentNativeDashboard resource.

JSON representation
{
  "name": string,
  "contentMetadata": {
    object (FeaturedContentMetadata)
  },
  "dashboardContent": {
    object (NativeDashboardWithChartsAndQueries)
  }
}
Fields
name

string

Identifier. The resource name of the FeaturedContentNativeDashboard. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featuredContentNativeDashboard}

contentMetadata

object (FeaturedContentMetadata)

Output only. Metadata about the FeaturedContentNativeDashboard.

dashboardContent

object (NativeDashboardWithChartsAndQueries)

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 (ContentSourceType),
  "verified": boolean
}
Fields
id

string

Required. Unique identifier of the featured content.

displayName

string

Output only. The display name of the featured content.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

author

string

Output only. Content item author full name.

certified

boolean

Output only. Determine if this content item is officially certified by Google or created by the community.

description

string

Output only. The description of the content item.

categories[]

string

Output only. Categories the content is associated with.

version

string

Output only. Featured content version (Major.Minor.Patch).

sourceType

enum (ContentSourceType)

Output only. The source type of the content.

verified

boolean

Output only. Whether the content is verified by Google (applicable for 3rd party content).

NativeDashboardWithChartsAndQueries

NativeDashboardWithChartsAndQueries for exporting a dashboard.

JSON representation
{
  "dashboard": {
    object (NativeDashboard)
  },
  "dashboardCharts": [
    {
      object (DashboardChart)
    }
  ],
  "dashboardQueries": [
    {
      object (DashboardQuery)
    }
  ]
}
Fields
dashboard

object (NativeDashboard)

Optional. Native dashboard.

dashboardCharts[]

object (DashboardChart)

Optional. Charts in the dashboard.

dashboardQueries[]

object (DashboardQuery)

Optional. Queries in the dashboard.

Methods

get

Get a native dashboard featured content.

install

Install a native dashboard featured content.

list

List all native dashboards featured content.