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."],["The `UpdateTargetSiteRequest` class is used as a request message for the `SiteSearchEngineService.UpdateTargetSite` method."],["The `UpdateTargetSiteRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTargetSiteRequest` class has a property called `TargetSite` that can be used to set or get the target site you are going to update, and is required for use."],["This documentation provides different versions of the class, including version `1.6.0` which is the latest, and `1.0.0-beta06` which is the oldest version, all related to `UpdateTargetSiteRequest`."]]],[]]