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 for version 1.5.0."],["`DeleteDataStoreMetadata` is a class that represents metadata for the `DataStoreService.DeleteDataStore` operation, which is used to track the progress of deleting a data store."],["The `DeleteDataStoreMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two main properties, `CreateTime` and `UpdateTime`, which are timestamps indicating when the operation was created and last updated, respectively, and both use the Timestamp type."],["The documentation offers links to various versions of the API class, ranging from the latest (1.6.0) down to 1.0.0-beta06, as well as its inheritance, implementations, inherited members, namespace and assembly information."]]],[]]