Google Cloud Dataproc Metastore V1 Client - Class ReleaseChannel (0.11.0)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 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.v1.Service.ReleaseChannel

Namespace

Google \ Cloud \ Metastore \ V1 \ Service

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RELEASE_CHANNEL_UNSPECIFIED

Value: 0

Release channel is not specified.

Generated from protobuf enum RELEASE_CHANNEL_UNSPECIFIED = 0;

CANARY

Value: 1

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.

Generated from protobuf enum CANARY = 1;

STABLE

Value: 2

The STABLE release channel contains features that are considered stable and have been validated for production use.

Generated from protobuf enum STABLE = 2;