public static enum Version.Type extends Enum<Version.Type> implements com.google.protobuf.ProtocolMessageEnum
Each type represents the release availability of a CDF versionProtobuf enum
google.cloud.datafusion.v1.Version.Type| Enum Constant and Description |
|---|
TYPE_GENERAL_AVAILABILITY
Version is available for public use
TYPE_GENERAL_AVAILABILITY = 2; |
TYPE_PREVIEW
Version is under development and not considered stable
TYPE_PREVIEW = 1; |
TYPE_UNSPECIFIED
Version does not have availability yet
TYPE_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_GENERAL_AVAILABILITY_VALUE
Version is available for public use
TYPE_GENERAL_AVAILABILITY = 2; |
static int |
TYPE_PREVIEW_VALUE
Version is under development and not considered stable
TYPE_PREVIEW = 1; |
static int |
TYPE_UNSPECIFIED_VALUE
Version does not have availability yet
TYPE_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Version.Type |
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<Version.Type> |
internalGetValueMap() |
static Version.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Version.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Version.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Version.Type TYPE_UNSPECIFIED
Version does not have availability yet
TYPE_UNSPECIFIED = 0;public static final Version.Type TYPE_PREVIEW
Version is under development and not considered stable
TYPE_PREVIEW = 1;public static final Version.Type TYPE_GENERAL_AVAILABILITY
Version is available for public use
TYPE_GENERAL_AVAILABILITY = 2;public static final Version.Type UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
Version does not have availability yet
TYPE_UNSPECIFIED = 0;public static final int TYPE_PREVIEW_VALUE
Version is under development and not considered stable
TYPE_PREVIEW = 1;public static final int TYPE_GENERAL_AVAILABILITY_VALUE
Version is available for public use
TYPE_GENERAL_AVAILABILITY = 2;public static Version.Type[] values()
for (Version.Type c : Version.Type.values()) System.out.println(c);
public static Version.Type 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 Version.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Version.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Version.Type> 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 Version.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.