public sealed class CreateDatabaseMetadata : IMessage<CreateDatabaseMetadata>, IEquatable<CreateDatabaseMetadata>, IDeepCloneable<CreateDatabaseMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class CreateDatabaseMetadata.
Metadata related to the create database operation.
[[["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-04-17 UTC."],[[["This page provides documentation for the `CreateDatabaseMetadata` class within the Google Cloud Firestore Admin v1 API for .NET."],["The `CreateDatabaseMetadata` class is used to represent metadata related to the database creation operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google Protocol Buffers framework."],["The documentation lists the available versions of the `CreateDatabaseMetadata` class, ranging from version 2.2.0 up to the latest version 3.12.0."],["The page details the constructors available for `CreateDatabaseMetadata`, which are the default empty one and a constructor taking another `CreateDatabaseMetadata` as a parameter for copying purposes."]]],[]]