public sealed class GetFieldRequest : IMessage<GetFieldRequest>, IEquatable<GetFieldRequest>, IDeepCloneable<GetFieldRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class GetFieldRequest.
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 document provides reference documentation for the `GetFieldRequest` class within the Firestore Admin v1 API, specifically for version 3.6.0."],["`GetFieldRequest` is used to request a field using `FirestoreAdmin.GetField`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists several previous versions of the `GetFieldRequest` documentation ranging from version 2.2.0 to 3.12.0, the latter being the most recent."],["The `GetFieldRequest` class has two constructors, one default and one that takes another `GetFieldRequest` as a parameter."],["The `GetFieldRequest` class includes two key properties: `FieldName`, which is a typed view over the `Name` property, and `Name`, which is a required string property specifying the resource name in a specific format."]]],[]]