public sealed class UpdateTargetSiteRequest : IMessage<UpdateTargetSiteRequest>, IEquatable<UpdateTargetSiteRequest>, IDeepCloneable<UpdateTargetSiteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class UpdateTargetSiteRequest.
Request message for
[SiteSearchEngineService.UpdateTargetSite][google.cloud.discoveryengine.v1beta.SiteSearchEngineService.UpdateTargetSite]
method.
Required. The target site to update.
If the caller does not have permission to update the
[TargetSite][google.cloud.discoveryengine.v1beta.TargetSite], regardless of
whether or not it exists, a PERMISSION_DENIED error is returned.
If the [TargetSite][google.cloud.discoveryengine.v1beta.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 documentation covers the `UpdateTargetSiteRequest` class within the Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`UpdateTargetSiteRequest` is a request message used for the `SiteSearchEngineService.UpdateTargetSite` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usability within the .NET ecosystem."],["The class has two constructors: a default constructor, `UpdateTargetSiteRequest()`, and a copy constructor, `UpdateTargetSiteRequest(UpdateTargetSiteRequest other)`."],["The `TargetSite` property, of type `TargetSite`, is required for the update operation."]]],[]]