Firestore Admin v1 API - Class UpdateFieldRequest (3.8.0)

public sealed class UpdateFieldRequest : IMessage<UpdateFieldRequest>, IEquatable<UpdateFieldRequest>, IDeepCloneable<UpdateFieldRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Firestore Admin v1 API class UpdateFieldRequest.

The request for [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].

Inheritance

object > UpdateFieldRequest

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

UpdateFieldRequest()

public UpdateFieldRequest()

UpdateFieldRequest(UpdateFieldRequest)

public UpdateFieldRequest(UpdateFieldRequest other)
Parameter
NameDescription
otherUpdateFieldRequest

Properties

Field

public Field Field { get; set; }

Required. The field to be updated.

Property Value
TypeDescription
Field

UpdateMask

public FieldMask UpdateMask { get; set; }

A mask, relative to the field. If specified, only configuration specified by this field_mask will be updated in the field.

Property Value
TypeDescription
FieldMask