releaseChannel property

String? releaseChannel
getter/setter pair

The selected release channel for the instance.

Optional. Possible string values are:

  • "RELEASE_CHANNEL_UNSPECIFIED" : Unspecified release channel.
  • "RAPID" : Rapid: Most frequent updates.
  • "REGULAR" : Regular: Balanced, default for production.
  • "STABLE" : Stable: Least frequent, for maximum stability.

Implementation

core.String? releaseChannel;