patchMode property

String? patchMode
getter/setter pair

PatchMode specifies how auto upgrade patch builds should be selected. Possible string values are:

  • "PATCH_MODE_UNSPECIFIED" : PATCH_MODE_UNSPECIFIED defaults to using the upgrade target from the channel's patch upgrade targets as the upgrade target for the version.
  • "ACCELERATED" : ACCELERATED denotes that the latest patch build in the channel should be used as the upgrade target for the version.

Implementation

core.String? patchMode;