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-31 UTC."],[[["This page provides reference documentation for the `UpdateTargetSiteMetadata` class within the Google Cloud Discovery Engine v1 API."],["The `UpdateTargetSiteMetadata` class is used to track the progress of the `SiteSearchEngineService.UpdateTargetSite` operation, retrievable via the `google.longrunning.Operation.metadata` field."],["The `UpdateTargetSiteMetadata` class is the latest version(1.6.0), implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `CreateTime` and `UpdateTime`, both of which use the `Timestamp` type to record the operations' creation and last update times."],["The documentation includes inheritance and implementation details, as well as the class's constructors and properties, showing all the parameters and the type of each one."]]],[]]