Class Google::Cloud::Firestore::Admin::V1::UpdateFieldRequest (v0.3.5)

The request for FirestoreAdmin.UpdateField.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#field

def field() -> ::Google::Cloud::Firestore::Admin::V1::Field
Returns

#field=

def field=(value) -> ::Google::Cloud::Firestore::Admin::V1::Field
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — A mask, relative to the field. If specified, only configuration specified by this field_mask will be updated in the field.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — A mask, relative to the field. If specified, only configuration specified by this field_mask will be updated in the field.
Returns
  • (::Google::Protobuf::FieldMask) — A mask, relative to the field. If specified, only configuration specified by this field_mask will be updated in the field.