Class: Google::Cloud::DiscoveryEngine::V1::DeleteTargetSiteRequest

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

Overview

Request message for SiteSearchEngineService.DeleteTargetSite method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Full resource name of TargetSite, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}.

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

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

Returns:

  • (::String)

    Required. Full resource name of TargetSite, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}.

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

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



161
162
163
164
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 161

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