updateMask property
Optional. Field mask identifying which fields from settings should
be updated. A field will be overwritten if and only if it is in the update
mask. Output only fields cannot be updated.
See google.protobuf.FieldMask for more information.
For example: "updateMask=kmsKeyName"
Implementation
@$pb.TagNumber(3)
$4.FieldMask get updateMask => $_getN(2);
Implementation
@$pb.TagNumber(3)
set updateMask($4.FieldMask value) => $_setField(3, value);