public sealed class Sitemap : IMessage<Sitemap>, IEquatable<Sitemap>, IDeepCloneable<Sitemap>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class Sitemap.
A sitemap for the SiteSearchEngine.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
Sitemap()
public Sitemap()
Sitemap(Sitemap)
public Sitemap(Sitemap other)
Parameter | |
---|---|
Name | Description |
other |
Sitemap |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The sitemap's creation time.
Property Value | |
---|---|
Type | Description |
Timestamp |
FeedCase
public Sitemap.FeedOneofCase FeedCase { get; }
Property Value | |
---|---|
Type | Description |
SitemapFeedOneofCase |
HasUri
public bool HasUri { get; }
Gets whether the "uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Output only. The fully qualified resource name of the sitemap.
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/sitemaps/*
The sitemap_id
suffix is system-generated.
Property Value | |
---|---|
Type | Description |
string |
SitemapName
public SitemapName SitemapName { get; set; }
SitemapName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SitemapName |
Uri
public string Uri { get; set; }
Public URI for the sitemap, e.g. www.example.com/sitemap.xml
.
Property Value | |
---|---|
Type | Description |
string |