public sealed class UpdateDatabaseMetadata : IMessage<UpdateDatabaseMetadata>, IEquatable<UpdateDatabaseMetadata>, IDeepCloneable<UpdateDatabaseMetadata>, IBufferMessage, IMessage
Metadata related to the update database operation.
[[["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 webpage details the `UpdateDatabaseMetadata` class within the `Google.Cloud.Firestore.Admin.V1` namespace, found in the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["The latest version of `UpdateDatabaseMetadata` is 3.12.0, but it provides documentation for a range of versions, including older ones like version 2.2.0."],["`UpdateDatabaseMetadata` class is used to store metadata related to database update operations and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has several methods, like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, that are inherited from the base `Object` class."],["The class provides two constructors, one default constructor `UpdateDatabaseMetadata()` and one which takes in an `UpdateDatabaseMetadata` object `UpdateDatabaseMetadata(UpdateDatabaseMetadata other)`."]]],[]]