public sealed class DeleteDataStoreMetadata : IMessage<DeleteDataStoreMetadata>, IEquatable<DeleteDataStoreMetadata>, IDeepCloneable<DeleteDataStoreMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteDataStoreMetadata.
Metadata related to the progress of the
[DataStoreService.DeleteDataStore][google.cloud.discoveryengine.v1.DataStoreService.DeleteDataStore]
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 page provides documentation for the `DeleteDataStoreMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.2.0, with links to other versions as well."],["The `DeleteDataStoreMetadata` class is used to track the progress of a `DataStoreService.DeleteDataStore` operation, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, and it contains details such as the `CreateTime` and `UpdateTime` properties, which represent the start and last update/finish times of the associated operation."],["The page details two constructors that are available for the `DeleteDataStoreMetadata` class: a parameterless constructor, and one that takes another `DeleteDataStoreMetadata` object."],["This document is part of the Google.Cloud.DiscoveryEngine.V1 namespace and is contained in the Google.Cloud.DiscoveryEngine.V1.dll assembly."]]],[]]