Enum Service.ReleaseChannel (2.42.0)

public enum Service.ReleaseChannel extends Enum<Service.ReleaseChannel> implements ProtocolMessageEnum

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 enum google.cloud.metastore.v1beta.Service.ReleaseChannel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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.

CANARY = 1;

CANARY_VALUE

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.

CANARY = 1;

RELEASE_CHANNEL_UNSPECIFIED

Release channel is not specified.

RELEASE_CHANNEL_UNSPECIFIED = 0;

RELEASE_CHANNEL_UNSPECIFIED_VALUE

Release channel is not specified.

RELEASE_CHANNEL_UNSPECIFIED = 0;

STABLE

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

STABLE = 2;

STABLE_VALUE

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

STABLE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()