updateMask property
The list of parameters to be updated.
- If the
update_maskis not specified, all the parameters from original execution will be ignored and only themodified_parameterswill be used. - It is an error to include a parameter in
update_maskbut not inmodified_parameters. - Updating nested fields in a JSON parameter is not supported, please provide the complete JSON in themodified_parameters.
Optional.
Implementation
core.String? updateMask;