Class: Google::Cloud::DiscoveryEngine::V1beta::Sitemap
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Sitemap
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine.rb
Overview
A sitemap for the SiteSearchEngine.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#uri ⇒ ::String
Public URI for the sitemap, e.g.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The sitemap's creation time.
173 174 175 176 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine.rb', line 173 class Sitemap include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The fully qualified resource name of the sitemap.
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/sitemaps/*
The sitemap_id
suffix is system-generated.
173 174 175 176 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine.rb', line 173 class Sitemap include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Public URI for the sitemap, e.g. www.example.com/sitemap.xml
.
173 174 175 176 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine.rb', line 173 class Sitemap include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |