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 information for the `UpdateTargetSiteRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["`UpdateTargetSiteRequest` is used as the request message for the `SiteSearchEngineService.UpdateTargetSite` method, according to the documentation, which can be used to update a target site in the API."],["The `UpdateTargetSiteRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `UpdateTargetSiteRequest` object, and has one property named `TargetSite` of type `TargetSite`."],["There are multiple previous versions of `UpdateTargetSiteRequest` available for this API, with version 1.6.0 as the most current at the top of the list."]]],[]]