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 Google Cloud Firestore Admin v1 API, specifically for .NET development."],["The `GetFieldRequest` class is used to request information using `FirestoreAdmin.GetField` and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetFieldRequest` class has two constructors, one empty and one that allows you to pass in another `GetFieldRequest` object to copy, as well as two properties `FieldName` and `Name`."],["The content covers version 3.1.0 of the API and includes links to documentation for versions ranging from 3.12.0 (latest) down to 2.2.0."]]],[]]