Class: Google::Cloud::DiscoveryEngine::V1beta::DeleteSitemapRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb

Overview

Request message for SiteSearchEngineService.DeleteSitemap method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Full resource name of Sitemap, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}.

If the caller does not have permission to access the Sitemap, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested Sitemap does not exist, a NOT_FOUND error is returned.

Returns:

  • (::String)

    Required. Full resource name of Sitemap, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}.

    If the caller does not have permission to access the Sitemap, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

    If the requested Sitemap does not exist, a NOT_FOUND error is returned.



294
295
296
297
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 294

class DeleteSitemapRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end