updateMask property
Update mask is used to specify the fields to be overwritten in the datapoints by the update.
The fields specified in the update_mask are relative to each IndexDatapoint inside datapoints, not the full request. Updatable fields:
- Use
all_restricts
to update both restricts and numeric_restricts.
Optional.
Implementation
core.String? updateMask;