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 documentation for the `DeleteTargetSiteMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["`DeleteTargetSiteMetadata` is used to track the progress of the `SiteSearchEngineService.DeleteTargetSite` operation, available in different versions ranging from 1.0.0-beta06 to 1.6.0."],["The `DeleteTargetSiteMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes properties `CreateTime` and `UpdateTime`, both of which are of type `Timestamp`, and they indicate when the operation was created and last updated respectively."],["There are two constructors available for the `DeleteTargetSiteMetadata` class, a parameterless constructor and one that accepts another instance of `DeleteTargetSiteMetadata`."]]],[]]