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 information for the `CreateDataStoreMetadata` class within the Google Cloud Discovery Engine v1 API, specifically version 1.2.0."],["`CreateDataStoreMetadata` is a class related to the progress of the `DataStoreService.CreateDataStore` operation, with the data being provided in the `google.longrunning.Operation.metadata` field."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the available constructors for `CreateDataStoreMetadata`, including a parameter for another `CreateDataStoreMetadata` instance."],["It also describes two key properties, `CreateTime` and `UpdateTime`, which are of type `Timestamp`, that can track the creation and update times of the operation."]]],[]]