public sealed class GetFieldRequest : IMessage<GetFieldRequest>, IEquatable<GetFieldRequest>, IDeepCloneable<GetFieldRequest>, IBufferMessage, IMessageReference documentation and code samples for the Firestore Admin v1 API class GetFieldRequest.
The request for [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
Implements
IMessageGetFieldRequest, IEquatableGetFieldRequest, IDeepCloneableGetFieldRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
GetFieldRequest()
public GetFieldRequest()GetFieldRequest(GetFieldRequest)
public GetFieldRequest(GetFieldRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetFieldRequest |
Properties
FieldName
public FieldName FieldName { get; set; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|