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

リソース: サイトマップ

SiteSearchEngine のサイトマップ。

JSON 表現
{
  "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.
}
フィールド
name

string

出力専用。サイトマップの完全修飾リソース名。projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/sitemaps/* sitemap_id 接尾辞はシステムによって生成されます。

createTime

string (Timestamp format)

出力専用。サイトマップの作成日時。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

共用体フィールド feed。サポートされているフィードソース。feed は次のいずれかになります。
uri

string

サイトマップの公開 URI(例: www.example.com/sitemap.xml)。

メソッド

create

Sitemap を作成します。

delete

Sitemap を削除します。

fetch

DataStoreSitemap を取得します。