public sealed class CreateTargetSiteMetadata : IMessage<CreateTargetSiteMetadata>, IEquatable<CreateTargetSiteMetadata>, IDeepCloneable<CreateTargetSiteMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CreateTargetSiteMetadata.
Metadata related to the progress of the
[SiteSearchEngineService.CreateTargetSite][google.cloud.discoveryengine.v1.SiteSearchEngineService.CreateTargetSite]
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 `CreateTargetSiteMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0."],["`CreateTargetSiteMetadata` is used to track the progress of a `CreateTargetSite` operation, providing metadata through the `google.longrunning.Operation.metadata` field."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes a constructor and two properties, `CreateTime` and `UpdateTime`, which are both of type `Timestamp` and record the creation and last update times of the operation, respectively."],["This class is a part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is contained within the `Google.Cloud.DiscoveryEngine.V1.dll` assembly, and this page contains version history links to different versions."]]],[]]