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

Resource: FeaturedContentSearchQuery

FeaturedContentSearchQuery resource.

JSON representation
{
  "name": string,
  "savedSearchMetadata": {
    object (FeaturedContentMetadata)
  },
  "searchQueryContent": {
    object (SearchQueryContent)
  }
}
Fields
name

string

Identifier. The resource name of the FeaturedContentSearchQuery. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentSearchQueries/{featuredContentSearchQuery}

savedSearchMetadata

object (FeaturedContentMetadata)

Output only. Metadata about the FeaturedContentSearchQuery.

searchQueryContent

object (SearchQueryContent)

Output only. The saved search content.

SearchQueryContent

SearchQueryContent holds the content of the search.

JSON representation
{
  "searchQuery": string
}
Fields
searchQuery

string

Output only. content for the saved search

Methods

get

Get a search featured content.

installFeaturedContentSearchQuery

Install a search featured content.

list

List all searches featured content.