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"]],[["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 page 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 for updating a database, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available beta version is 5.0.0-beta05, but version 4.6.0 is the current version of the documentation being displayed, and numerous older versions are also listed."],["The class has two constructors: a parameterless one and one that takes another `UpdateDatabaseRequest` object, and the properties include `Database` and `UpdateMask`."],["The primary properties for `UpdateDatabaseRequest` are `Database`, which specifies the database to update, and `UpdateMask`, which indicates the specific fields that can be updated, and currently only `enable_drop_protection` is listed."]]],[]]