updateType property

String? updateType
getter/setter pair

What type of update was made.

Output only. Possible string values are:

  • "REMOTE_CONFIG_UPDATE_TYPE_UNSPECIFIED" : Catch-all for unrecognized enum values.
  • "INCREMENTAL_UPDATE" : A regular incremental update.
  • "FORCED_UPDATE" : A forced update. The ETag was specified as "*" in an UpdateRemoteConfigRequest request or the "Force Update" button was pressed on the console.
  • "ROLLBACK" : A rollback to a previous Remote Config template.

Implementation

core.String? updateType;