Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::CreateSitemapRequest.
Request message for SiteSearchEngineService.CreateSitemap method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String Returns
- (::String) — Required. Parent resource name of the SiteSearchEngine, such as
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.
#parent=
def parent=(value) -> ::String Parameter
- value (::String) — Required. Parent resource name of the SiteSearchEngine, such as
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.
Returns
- (::String) — Required. Parent resource name of the SiteSearchEngine, such as
projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.
#sitemap
def sitemap() -> ::Google::Cloud::DiscoveryEngine::V1::Sitemap Returns
- (::Google::Cloud::DiscoveryEngine::V1::Sitemap) — Required. The Sitemap to create.
#sitemap=
def sitemap=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Sitemap Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::Sitemap) — Required. The Sitemap to create.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::Sitemap) — Required. The Sitemap to create.