Class ReleaseChannel (1.17.0)

ReleaseChannel(value)

Release channels bundle features of varying levels of stability. Newer features may be introduced initially into less stable release channels and can be automatically promoted into more stable release channels.

Enums

Name Description
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.