public sealed class CreateDataStoreMetadata : IMessage<CreateDataStoreMetadata>, IEquatable<CreateDataStoreMetadata>, IDeepCloneable<CreateDataStoreMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CreateDataStoreMetadata.
Metadata related to the progress of the
[DataStoreService.CreateDataStore][google.cloud.discoveryengine.v1beta.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 v1beta API, specifically for version 1.0.0-beta17."],["`CreateDataStoreMetadata` is a class that represents metadata related to the progress of a `DataStoreService.CreateDataStore` operation, as returned by the `google.longrunning.Operation.metadata` field."],["The `CreateDataStoreMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, a default constructor, and a copy constructor accepting another `CreateDataStoreMetadata` object as a parameter."],["It also has two properties, `CreateTime` and `UpdateTime`, which are both of type `Timestamp` and describe the creation time and last update time of the operation, respectively."]]],[]]