public static enum Service.ReleaseChannel extends Enum<Service.ReleaseChannel> implements com.google.protobuf.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| Enum Constant and Description |
|---|
CANARY
The `CANARY` release channel contains the newest features, which may be
unstable and subject to unresolved issues with no known workarounds.
|
RELEASE_CHANNEL_UNSPECIFIED
Release channel is not specified.
|
STABLE
The `STABLE` release channel contains features that are considered stable
and have been validated for production use.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CANARY_VALUE
The `CANARY` release channel contains the newest features, which may be
unstable and subject to unresolved issues with no known workarounds.
|
static int |
RELEASE_CHANNEL_UNSPECIFIED_VALUE
Release channel is not specified.
|
static int |
STABLE_VALUE
The `STABLE` release channel contains features that are considered stable
and have been validated for production use.
|
| Modifier and Type | Method and Description |
|---|---|
static Service.ReleaseChannel |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Service.ReleaseChannel> |
internalGetValueMap() |
static Service.ReleaseChannel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Service.ReleaseChannel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Service.ReleaseChannel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.ReleaseChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Service.ReleaseChannel RELEASE_CHANNEL_UNSPECIFIED
Release channel is not specified.
RELEASE_CHANNEL_UNSPECIFIED = 0;public static final Service.ReleaseChannel 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;public static final Service.ReleaseChannel STABLE
The `STABLE` release channel contains features that are considered stable and have been validated for production use.
STABLE = 2;public static final Service.ReleaseChannel UNRECOGNIZED
public static final int RELEASE_CHANNEL_UNSPECIFIED_VALUE
Release channel is not specified.
RELEASE_CHANNEL_UNSPECIFIED = 0;public static final int 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;public static final int STABLE_VALUE
The `STABLE` release channel contains features that are considered stable and have been validated for production use.
STABLE = 2;public static Service.ReleaseChannel[] values()
for (Service.ReleaseChannel c : Service.ReleaseChannel.values()) System.out.println(c);
public static Service.ReleaseChannel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Service.ReleaseChannel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Service.ReleaseChannel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Service.ReleaseChannel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Service.ReleaseChannel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.