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."],[[["The `GetFieldRequest` class is used to request data from `FirestoreAdmin.GetField` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the package is 3.12.0, with a list of versions ranging from 2.2.0 to 3.12.0 available for reference."],["`GetFieldRequest` has two constructors, one default and one that accepts another `GetFieldRequest` object, useful for copying or creating modified instances."],["The `GetFieldRequest` class includes properties such as `FieldName`, which provides a typed view over the `Name` resource, and `Name`, which stores the required resource name in the format `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`."]]],[]]