Firestore Admin v1 API - Class GetFieldRequest (3.8.0)

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].

Inheritance

object > GetFieldRequest

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

GetFieldRequest()

public GetFieldRequest()

GetFieldRequest(GetFieldRequest)

public GetFieldRequest(GetFieldRequest other)
Parameter
NameDescription
otherGetFieldRequest

Properties

FieldName

public FieldName FieldName { get; set; }

FieldName-typed view over the Name resource name property.

Property Value
TypeDescription
FieldName

Name

public string Name { get; set; }

Required. A name of the form projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}

Property Value
TypeDescription
string