public sealed class UpdateTargetSiteMetadata : IMessage<UpdateTargetSiteMetadata>, IEquatable<UpdateTargetSiteMetadata>, IDeepCloneable<UpdateTargetSiteMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class UpdateTargetSiteMetadata.
Metadata related to the progress of the
[SiteSearchEngineService.UpdateTargetSite][google.cloud.discoveryengine.v1.SiteSearchEngineService.UpdateTargetSite]
operation. This will be returned by the google.longrunning.Operation.metadata
field.
[[["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 `UpdateTargetSiteMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0."],["`UpdateTargetSiteMetadata` is used to track the progress of the `SiteSearchEngineService.UpdateTargetSite` operation and is returned in the `google.longrunning.Operation.metadata` field."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `UpdateTargetSiteMetadata` class has properties for `CreateTime` and `UpdateTime`, both of which are of type `Timestamp`, indicating the operation's creation and last update/finish times respectively."],["There are multiple versions of the API available, ranging from 1.0.0-beta06 up to the latest 1.6.0 version."]]],[]]