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 document provides reference documentation for the `CreateDataStoreMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.5.0."],["`CreateDataStoreMetadata` is used to track the progress of the `DataStoreService.CreateDataStore` operation and is returned in the `google.longrunning.Operation.metadata` field."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `CreateDataStoreMetadata` class includes constructors and properties like `CreateTime` and `UpdateTime`, which are timestamps indicating when the operation started and was last updated."],["The latest version of the `CreateDataStoreMetadata` documentation is available under version 1.6.0, with prior versions ranging from 1.5.0 to 1.0.0-beta06."]]],[]]