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 document provides reference documentation for the `DeleteDataStoreMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0."],["`DeleteDataStoreMetadata` is used to track the progress of a `DataStoreService.DeleteDataStore` operation, and it is returned in the `google.longrunning.Operation.metadata` field."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteDataStoreMetadata\u003e`, `IDeepCloneable\u003cDeleteDataStoreMetadata\u003e`, and `IBufferMessage`, alongside inheriting from `object`."],["Key properties within `DeleteDataStoreMetadata` are `CreateTime` and `UpdateTime`, which represent the operation's creation and last update times, respectively, both being of the `Timestamp` type."],["The latest version of the documentation listed is 1.6.0, with various other versions listed from 1.5.0 down to 1.0.0-beta06."]]],[]]