Class: Google::Cloud::DiscoveryEngine::V1::UpdateTargetSiteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::UpdateTargetSiteRequest
- 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.UpdateTargetSite method.
Instance Attribute Summary collapse
Instance Attribute Details
#target_site ⇒ ::Google::Cloud::DiscoveryEngine::V1::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.
125 126 127 128 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 125 class UpdateTargetSiteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |