Class: Google::Cloud::DiscoveryEngine::V1beta::UpdateTargetSiteRequest

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.UpdateTargetSite method.

Instance Attribute Summary collapse

Instance Attribute Details

#target_site::Google::Cloud::DiscoveryEngine::V1beta::TargetSite

Returns Required. The target site to update. If the caller does not have permission to update the TargetSite, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

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

Returns:



126
127
128
129
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 126

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