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."],[[["The latest version available is 5.0.0-beta05, which is a beta release for the Google.Cloud.Spanner.Admin.Database.V1 package."],["The document details multiple past versions of the Google.Cloud.Spanner.Admin.Database.V1 package, ranging from version 3.5.0 up to the beta releases."],["The class `CreateDatabaseMetadata` is defined as the metadata type for operations returned by `CreateDatabase` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateDatabaseMetadata` class has properties such as `Database` and `DatabaseAsDatabaseName`, which provide information about the database being created and a typed view of its resource name respectively."],["The `CreateDatabaseMetadata` class includes two constructors, one default constructor, and one that accepts another `CreateDatabaseMetadata` object as a parameter for copying."]]],[]]