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 information for the `UpdateTargetSiteMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0."],["`UpdateTargetSiteMetadata` is a class related to the progress of the `SiteSearchEngineService.UpdateTargetSite` operation, and is returned within the metadata field of `google.longrunning.Operation`."],["The class `UpdateTargetSiteMetadata` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for default initialization and copying from another `UpdateTargetSiteMetadata` instance."],["The `UpdateTargetSiteMetadata` class has properties `CreateTime` and `UpdateTime`, which are of the `Timestamp` type and represent the operation's creation and last update/finish times, respectively."]]],[]]