updateMask property
Required. A non-empty list of fields to change in the existing exclusion. New values
for the fields are taken from the corresponding fields in the
google.logging.v2.LogExclusion included in this request. Fields not mentioned in
update_mask are not changed and are ignored in the request.
For example, to change the filter and description of an exclusion,
specify an update_mask of "filter,description".
Implementation
@$pb.TagNumber(3)
$4.FieldMask get updateMask => $_getN(2);
Implementation
@$pb.TagNumber(3)
set updateMask($4.FieldMask value) => $_setField(3, value);