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-31 UTC."],[[["The `UpdateTargetSiteRequest` class is a request message for the `SiteSearchEngineService.UpdateTargetSite` method within the Google Cloud Discovery Engine v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version of `UpdateTargetSiteRequest` is 1.6.0, with other available versions including 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0 and 1.0.0-beta06."],["The class includes two constructors: a default constructor and one that accepts another `UpdateTargetSiteRequest` object for creating a copy."],["It contains one crucial property, `TargetSite`, which is of type `TargetSite` and represents the target site to be updated, and is a required parameter for updating."]]],[]]