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 page provides reference documentation for the `GetFieldRequest` class within the Firestore Admin v1 API, specifically version 3.10.0."],["The `GetFieldRequest` class is used to request data from `FirestoreAdmin.GetField` and is part of the `Google.Cloud.Firestore.Admin.V1` namespace."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `GetFieldRequest` include `FieldName`, a typed view over the resource name, and `Name`, a string representing the resource name."],["The document provides a listing of available versions of the api, with the latest being `3.12.0`, allowing users to navigate to the documentation of older versions all the way down to `2.2.0` from the dropdown menu."]]],[]]