Module: Google::Cloud::Metastore::V1::Service::ReleaseChannel
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
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.
Constant Summary collapse
- RELEASE_CHANNEL_UNSPECIFIED =
Release channel is not specified.
0- CANARY =
The
CANARYrelease channel contains the newest features, which may be unstable and subject to unresolved issues with no known workarounds. Services using theCANARYrelease channel are not subject to any SLAs. 1- STABLE =
The
STABLErelease channel contains features that are considered stable and have been validated for production use. 2