updateMask property

String? updateMask
getter/setter pair

The list of parameters to be updated.

  • If the update_mask is not specified, all the parameters from original execution will be ignored and only the modified_parameters will be used.
  • It is an error to include a parameter in update_mask but not in modified_parameters. - Updating nested fields in a JSON parameter is not supported, please provide the complete JSON in the modified_parameters.

Optional.

Implementation

core.String? updateMask;