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 for .NET, including its properties and inheritance."],["The `GetDatabaseRequest` class is used to make requests to `FirestoreAdmin.GetDatabase`, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the constructors available for `GetDatabaseRequest`, specifically a default constructor and a constructor that takes another `GetDatabaseRequest` object as a parameter."],["The documentation lists the properties of the `GetDatabaseRequest` class, including `DatabaseName` and `Name`, along with their respective types and descriptions."],["There is a history of versioning for this class, ranging from version 2.2.0 all the way to the latest version 3.12.0."]]],[]]