updateMask property
FieldMask?
updateMask
final
Optional. 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_restrictsto update both restricts and numeric_restricts.
Implementation
final protobuf.FieldMask? updateMask;