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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The content pertains to the `CreateDatabaseMetadata` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, specifically for version 3.13.0."],["This class is used for metadata related to the `CreateDatabase` operation in Google Cloud Spanner."],["It provides properties such as `Database` (a string representing the created database) and `DatabaseAsDatabaseName`, offering a typed view over the resource name."],["The document lists various versions of the library, ranging from 3.5.0 to the latest beta version 5.0.0-beta05, with links to their respective documentation."],["`CreateDatabaseMetadata` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."]]],[]]