public sealed class CreateDataStoreMetadata : IMessage<CreateDataStoreMetadata>, IEquatable<CreateDataStoreMetadata>, IDeepCloneable<CreateDataStoreMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CreateDataStoreMetadata.
Metadata related to the progress of the
[DataStoreService.CreateDataStore][google.cloud.discoveryengine.v1.DataStoreService.CreateDataStore]
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 reference documentation for the `CreateDataStoreMetadata` class within the Google Cloud Discovery Engine v1 API."],["The `CreateDataStoreMetadata` class is used to track the progress of a `DataStoreService.CreateDataStore` operation, accessible through the `google.longrunning.Operation.metadata` field."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the class include `CreateTime` and `UpdateTime`, which use the `Timestamp` type to record the operation's creation and update times, respectively."],["The documentation lists the available versions for this class, ranging from 1.0.0-beta06 up to the latest version 1.6.0."]]],[]]