public sealed class GetDatabaseRequest : IMessage<GetDatabaseRequest>, IEquatable<GetDatabaseRequest>, IDeepCloneable<GetDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class GetDatabaseRequest.
The request for
[FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
[[["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 reference documentation for the `GetDatabaseRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.9.0."],["The `GetDatabaseRequest` class is used to request information from the `FirestoreAdmin.GetDatabase` service and inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the available versions of this class, ranging from the latest 3.12.0 down to version 2.2.0, offering links to the documentation for each version."],["The `GetDatabaseRequest` class includes properties such as `DatabaseName` (of type `DatabaseName`) and `Name` (of type `string`) for specifying the database to retrieve."],["The class also defines two constructors, a parameterless one and one that accepts another instance of `GetDatabaseRequest` to create a new object."]]],[]]