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 within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, which is a metadata type for database creation operations in Google Cloud Spanner."],["The class `CreateDatabaseMetadata` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message handling."],["There are two constructors, `CreateDatabaseMetadata()`, and `CreateDatabaseMetadata(CreateDatabaseMetadata other)`, for creating instances, including one that allows you to create a new instance based on another."],["The class includes two key properties, `Database` (a string) which is the database being created, and `DatabaseAsDatabaseName`, providing a `DatabaseName` type view over the `Database` resource name property."],["This page contains a list of many different versions for this library, ranging from version 3.5.0 all the way to 5.0.0-beta05, the latest version."]]],[]]