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."],[[["The latest version available for the `GetFieldRequest` class is 3.12.0, while the current page's content refers to version 3.5.0."],["`GetFieldRequest` is a class in the `Google.Cloud.Firestore.Admin.V1` namespace and is used as the request for FirestoreAdmin.GetField operations."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetFieldRequest\u003e`, `IDeepCloneable\u003cGetFieldRequest\u003e`, and `IBufferMessage`, and inherits members from the `object` class."],["The `GetFieldRequest` class has two constructors, one of which is a parameterless constructor and the other which takes another `GetFieldRequest` as a parameter for creating copies."],["`GetFieldRequest` has two properties, `FieldName` of type `FieldName` and `Name` which is of type string, representing the resource name in the format of `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}`."]]],[]]