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 page provides documentation for the `UpdateTargetSiteMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["`UpdateTargetSiteMetadata` is used to track the progress of `SiteSearchEngineService.UpdateTargetSite` operations and is returned in the `google.longrunning.Operation.metadata` field."],["The `UpdateTargetSiteMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `CreateTime` and `UpdateTime`, both of type `Timestamp`, to track the start and last update/finish times of the operation, respectively."],["The page links to the documentation of multiple other versions, including the most recent 1.6.0, and down to 1.0.0-beta06, as well as information on the assembly and namespace."]]],[]]