public sealed class DeleteTargetSiteMetadata : IMessage<DeleteTargetSiteMetadata>, IEquatable<DeleteTargetSiteMetadata>, IDeepCloneable<DeleteTargetSiteMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteTargetSiteMetadata.
Metadata related to the progress of the
[SiteSearchEngineService.DeleteTargetSite][google.cloud.discoveryengine.v1beta.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 documentation pertains to the `DeleteTargetSiteMetadata` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`DeleteTargetSiteMetadata` provides metadata related to the progress of the `SiteSearchEngineService.DeleteTargetSite` operation."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteTargetSiteMetadata` include `CreateTime` and `UpdateTime`, which are of type `Timestamp` and track the creation and last update times of the operation."],["There are two constructors, a parameterless constructor and one that takes in another `DeleteTargetSiteMetadata` as a parameter, to create an instance of the class."]]],[]]