Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Sitemap.
A sitemap for the SiteSearchEngine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The sitemap's creation time.
#name
def name() -> ::String
Returns
-
(::String) — Output only. The fully qualified resource name of the sitemap.
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/sitemaps/*
Thesitemap_id
suffix is system-generated.
#uri
def uri() -> ::String
Returns
-
(::String) — Public URI for the sitemap, e.g.
www.example.com/sitemap.xml
.
#uri=
def uri=(value) -> ::String
Parameter
-
value (::String) — Public URI for the sitemap, e.g.
www.example.com/sitemap.xml
.
Returns
-
(::String) — Public URI for the sitemap, e.g.
www.example.com/sitemap.xml
.