public sealed class DeleteTargetSiteMetadata : IMessage<DeleteTargetSiteMetadata>, IEquatable<DeleteTargetSiteMetadata>, IDeepCloneable<DeleteTargetSiteMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteTargetSiteMetadata.
Metadata related to the progress of the
[SiteSearchEngineService.DeleteTargetSite][google.cloud.discoveryengine.v1.SiteSearchEngineService.DeleteTargetSite]
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 `DeleteTargetSiteMetadata` class within the Google Cloud Discovery Engine v1 API, including its properties and inheritance."],["`DeleteTargetSiteMetadata` is used to track the progress of a `DeleteTargetSite` operation, returning metadata through the `google.longrunning.Operation.metadata` field."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has a default constructor and one that takes another `DeleteTargetSiteMetadata` as a parameter, and contains properties for `CreateTime` and `UpdateTime`, which are `Timestamp` type properties."],["There are multiple versions of the documentation available for the `DeleteTargetSiteMetadata` class, ranging from version `1.0.0-beta06` up to the latest `1.6.0`."]]],[]]