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 Firestore Admin v1 API, with the current version being 3.5.0."],["The `GetDatabaseRequest` class is used to request information from the `FirestoreAdmin.GetDatabase` function."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members from the base object."],["Key properties of `GetDatabaseRequest` include `DatabaseName` (a `DatabaseName`-typed view) and `Name` (a string representing the resource name of the database)."],["The content displays the different versions available from version 2.2.0 to 3.12.0, the latest version being 3.12.0."]]],[]]