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 webpage provides reference documentation for the `GetFieldRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.8.0."],["The `GetFieldRequest` class is used to request information about a specific field in Firestore, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is found in the `Google.Cloud.Firestore.Admin.V1` namespace, within the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["It includes constructors for creating new `GetFieldRequest` objects, either empty or by copying from an existing object, and has properties such as `Name` and `FieldName`."],["The page also lists historical versions from 3.0.0 up to the latest version 3.12.0."]]],[]]