releaseChannel property

String? releaseChannel
getter/setter pair

The release channel of the service.

If unspecified, defaults to STABLE.

Immutable. Possible string values are:

  • "RELEASE_CHANNEL_UNSPECIFIED" : Release channel is not specified.
  • "CANARY" : The CANARY release channel contains the newest features, which may be unstable and subject to unresolved issues with no known workarounds. Services using the CANARY release channel are not subject to any SLAs.
  • "STABLE" : The STABLE release channel contains features that are considered stable and have been validated for production use.

Implementation

core.String? releaseChannel;