public sealed class DeleteDataStoreMetadata : IMessage<DeleteDataStoreMetadata>, IEquatable<DeleteDataStoreMetadata>, IDeepCloneable<DeleteDataStoreMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteDataStoreMetadata.
Metadata related to the progress of the
[DataStoreService.DeleteDataStore][google.cloud.discoveryengine.v1beta.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 documentation details the `DeleteDataStoreMetadata` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`DeleteDataStoreMetadata` provides metadata related to the `DataStoreService.DeleteDataStore` operation's progress, which is returned via the `google.longrunning.Operation.metadata` field."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `object` class."],["The `DeleteDataStoreMetadata` class has constructors for default initialization and cloning from another instance, and includes properties `CreateTime` and `UpdateTime`, both of which are of the type `Timestamp`, to keep track of operation time."]]],[]]