updateMode property

String? updateMode
getter/setter pair

The mode in which context reference contents are updated.

Required. Possible string values are:

  • "UPDATE_MODE_UNSPECIFIED" : Unspecified update mode.
  • "APPEND" : Context content updates are applied in append mode.
  • "OVERWRITE" : Context content updates are applied in overwrite mode.

Implementation

core.String? updateMode;