Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class ReleaseChannel.
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.
Protobuf type google.cloud.metastore.v1beta.Service.ReleaseChannel
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RELEASE_CHANNEL_UNSPECIFIED
Value: 0Release channel is not specified.
Generated from protobuf enum RELEASE_CHANNEL_UNSPECIFIED = 0;
CANARY
Value: 1The 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.
Generated from protobuf enum CANARY = 1;
STABLE
Value: 2The STABLE release channel contains features that are considered stable
and have been validated for production use.
Generated from protobuf enum STABLE = 2;