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.9.0."],["`GetFieldRequest` is a class used to request data from `FirestoreAdmin.GetField`, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetFieldRequest` class includes properties like `FieldName` and `Name`, the latter requiring a specific format: `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`."],["The document has listed the different versions available for this GetFieldRequest class, with versions going as far back as 2.2.0 and the latest at 3.12.0."]]],[]]