Class: Google::Cloud::DiscoveryEngine::V1beta::Sitemap

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The sitemap's creation time.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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