public sealed class CreateDatabaseMetadata : IMessage<CreateDatabaseMetadata>, IEquatable<CreateDatabaseMetadata>, IDeepCloneable<CreateDatabaseMetadata>, IBufferMessage, IMessage
Metadata type for the operation returned by
[CreateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.CreateDatabase].
[[["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 outlines the `CreateDatabaseMetadata` class, which is used for metadata associated with the creation of a database in Google Cloud Spanner."],["The `CreateDatabaseMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class includes two constructors: a default constructor and one that takes another `CreateDatabaseMetadata` object for copying."],["It has two key properties: `Database` which is a string representing the name of the database, and `DatabaseAsDatabaseName`, which is a typed view of the database name."],["The webpage lists several versions of the google cloud spanner admin database V1 library, ranging from version 3.5.0 to the beta version 5.0.0-beta05, with links to further documentation for each version."]]],[]]