public sealed class UpdateDatabaseMetadata : IMessage<UpdateDatabaseMetadata>, IEquatable<UpdateDatabaseMetadata>, IDeepCloneable<UpdateDatabaseMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class UpdateDatabaseMetadata.
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 provides documentation for the `UpdateDatabaseMetadata` class within the Google Cloud Firestore Admin v1 API for .NET."],["The latest version available is 3.12.0, with the documentation offering versions ranging from 2.2.0 up to the most recent 3.12.0 for this specific class."],["The `UpdateDatabaseMetadata` class is part of the `Google.Cloud.Firestore.Admin.V1` namespace and is used to handle metadata related to database update operations."],["The class is fully implemented with multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like cloning and buffering."],["The documentation shows that the `UpdateDatabaseMetadata` class has two public constructors: a default constructor and one that takes an `UpdateDatabaseMetadata` instance as a parameter."]]],[]]