public sealed class UpdateTargetSiteRequest : IMessage<UpdateTargetSiteRequest>, IEquatable<UpdateTargetSiteRequest>, IDeepCloneable<UpdateTargetSiteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class UpdateTargetSiteRequest.
Request message for
[SiteSearchEngineService.UpdateTargetSite][google.cloud.discoveryengine.v1.SiteSearchEngineService.UpdateTargetSite]
method.
Required. The target site to update.
If the caller does not have permission to update the
[TargetSite][google.cloud.discoveryengine.v1.TargetSite], regardless of
whether or not it exists, a PERMISSION_DENIED error is returned.
If the [TargetSite][google.cloud.discoveryengine.v1.TargetSite] to update
does not exist, a NOT_FOUND error is returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `UpdateTargetSiteRequest` class within the Discovery Engine v1 API."],["`UpdateTargetSiteRequest` is a request message used by the `SiteSearchEngineService.UpdateTargetSite` method."],["The `UpdateTargetSiteRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTargetSiteRequest` class includes constructors for creating new instances, and a property called `TargetSite`, which is required for updating a target site."],["This document covers various versions of the `UpdateTargetSiteRequest`, with the latest version available being 1.6.0, and includes versions dating back to 1.0.0-beta06."]]],[]]