REST Resource: projects.locations.dataStores.siteSearchEngine.sitemaps

Resource: Sitemap

A sitemap for the SiteSearchEngine.

JSON representation
{
  "name": string,
  "createTime": string,

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "uri": string
  // End of mutually exclusive fields.
}
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.

createTime

string (Timestamp format)

Output only. The sitemap's creation time.

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".

Supported feed sources. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
uri

string

Public URI for the sitemap, e.g. www.example.com/sitemap.xml.

End of mutually exclusive fields.

Methods

create

Creates a Sitemap.

delete

Deletes a Sitemap.

fetch

Fetch Sitemaps in a DataStore.