updateMask property

String? updateMask
getter/setter pair

A mask specifying which fields in InstanceConfig should be updated.

The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.

Required.

Implementation

core.String? updateMask;