Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::UpdateTargetSiteRequest.
Request message for SiteSearchEngineService.UpdateTargetSite method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#target_site
def target_site() -> ::Google::Cloud::DiscoveryEngine::V1::TargetSite-  (::Google::Cloud::DiscoveryEngine::V1::TargetSite) — 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.
 
#target_site=
def target_site=(value) -> ::Google::Cloud::DiscoveryEngine::V1::TargetSite-  value (::Google::Cloud::DiscoveryEngine::V1::TargetSite) — 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.
 
-  (::Google::Cloud::DiscoveryEngine::V1::TargetSite) — 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.