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 documentation for the `GetFieldRequest` class within the Google Cloud Firestore Admin v1 API, specifically for .NET developers."],["`GetFieldRequest` is used to request a specific field via `FirestoreAdmin.GetField`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors to create instances, including a constructor that takes another `GetFieldRequest` object for copying."],["Key properties of the `GetFieldRequest` class include `FieldName`, which provides a typed view of the resource name, and `Name`, which is a string representing the fully qualified resource name."],["The documentation covers multiple versions of the library, from 2.2.0 up to the latest version 3.12.0, all of which deal with `GetFieldRequest`."]]],[]]