updateMask property

  1. @TagNumber.new(2)
FieldMask get updateMask

The field mask specifies which fields to be updated as part of this request. All other fields are ignored. Mutable fields are: display_name, restrictions, and annotations. If an update mask is not provided, the service treats it as an implied mask equivalent to all allowed fields that are set on the wire. If the field mask has a special value "*", the service treats it equivalent to replace all allowed mutable fields.

Implementation

@$pb.TagNumber(2)
$3.FieldMask get updateMask => $_getN(1);
  1. @TagNumber.new(2)
set updateMask (FieldMask value)

Implementation

@$pb.TagNumber(2)
set updateMask($3.FieldMask value) => $_setField(2, value);