public sealed class GetFieldRequest : IMessage<GetFieldRequest>, IEquatable<GetFieldRequest>, IDeepCloneable<GetFieldRequest>, IBufferMessage, IMessage
The request for [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
[[["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 `GetFieldRequest` class, which is used to request data from FirestoreAdmin's `GetField` method within the Google Cloud .NET library."],["The latest version available is 3.12.0, and the page lists links to previous versions dating back to 2.2.0 for the `GetFieldRequest` class, providing a historical overview of the versions."],["The `GetFieldRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetFieldRequest` class has two constructors and two properties, `FieldName` and `Name`, which are essential for identifying the specific field being requested."],["The required format for the `Name` property is `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`."]]],[]]