Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Sitemap (v0.16.0)

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

#name

def name() -> ::String
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.

#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.