{"name": string,"createTime": string,// Union field feed can be only one of the following:"uri": string// End of list of possible types for union field feed.}
Fields
name
string
Output only. The fully qualified resource name of the sitemap. projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/sitemaps/* The sitemap_id suffix is system-generated.
Uses RFC 3339, where generated output will always be Z-normalized and uses 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".
Union field feed. Supported feed sources. feed can be only one of the following:
uri
string
Public URI for the sitemap, e.g. www.example.com/sitemap.xml.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["This resource describes a Sitemap for the SiteSearchEngine, which can be used to provide a structured overview of website content."],["The Sitemap's JSON representation includes fields such as `name`, `createTime`, and a union field `feed` that can contain a `uri`."],["The `name` field in the JSON representation is a fully qualified resource name that identifies the sitemap."],["The `createTime` field provides the timestamp of when the sitemap was created, using a specific RFC 3339 format."],["There are methods available to create, delete, and fetch Sitemaps, allowing for management of these resources."]]],[]]