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 documentation for the `GetFieldRequest` class within the Google Cloud Firestore Admin V1 API, specifically for version 3.3.0 of the .NET library."],["`GetFieldRequest` is used to request a field from the Firestore Admin API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, which is a string representing the resource name, and `FieldName`, which is a `FieldName`-typed view of the `Name` property."],["There are two constructors available to create a `GetFieldRequest` object: a default constructor and a copy constructor."],["The page also lists links to documentation for previous and newer versions, with version 3.12.0 being the latest."]]],[]]