public sealed class UpdateDatabaseRequest : IMessage<UpdateDatabaseRequest>, IEquatable<UpdateDatabaseRequest>, IDeepCloneable<UpdateDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class UpdateDatabaseRequest.
The request for
[UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase].
[[["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."],[[["This webpage provides reference documentation for the `UpdateDatabaseRequest` class within the Google Cloud Spanner Database Administration v1 API for .NET."],["The `UpdateDatabaseRequest` class is used to send requests to update a database, specifically through the `UpdateDatabase` method."],["The latest version of `UpdateDatabaseRequest` is 5.0.0-beta05, and it also contains the previous versions, down to version 3.5.0."],["The `UpdateDatabaseRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateDatabaseRequest` include `Database`, which is the database to update, and `UpdateMask`, specifying which fields, such as `enable_drop_protection`, to modify."]]],[]]