Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::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::V1beta::TargetSite
-
(::Google::Cloud::DiscoveryEngine::V1beta::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::V1beta::TargetSite
-
value (::Google::Cloud::DiscoveryEngine::V1beta::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::V1beta::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.