public enum Edition extends Enum<Edition> implements com.google.protobuf.ProtocolMessageEnum
The type of editions. Different features and behaviors are provided to different editions Capacity commitments and reservations are linked to editions.Protobuf enum
google.cloud.bigquery.reservation.v1.Edition| Enum Constant and Description |
|---|
EDITION_UNSPECIFIED
Default value, which will be treated as ENTERPRISE.
|
ENTERPRISE
Enterprise edition.
|
ENTERPRISE_PLUS
Enterprise plus edition.
|
STANDARD
Standard edition.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EDITION_UNSPECIFIED_VALUE
Default value, which will be treated as ENTERPRISE.
|
static int |
ENTERPRISE_PLUS_VALUE
Enterprise plus edition.
|
static int |
ENTERPRISE_VALUE
Enterprise edition.
|
static int |
STANDARD_VALUE
Standard edition.
|
| Modifier and Type | Method and Description |
|---|---|
static Edition |
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<Edition> |
internalGetValueMap() |
static Edition |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Edition |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Edition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Edition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Edition EDITION_UNSPECIFIED
Default value, which will be treated as ENTERPRISE.
EDITION_UNSPECIFIED = 0;public static final Edition STANDARD
Standard edition.
STANDARD = 1;public static final Edition ENTERPRISE
Enterprise edition.
ENTERPRISE = 2;public static final Edition ENTERPRISE_PLUS
Enterprise plus edition.
ENTERPRISE_PLUS = 3;public static final Edition UNRECOGNIZED
public static final int EDITION_UNSPECIFIED_VALUE
Default value, which will be treated as ENTERPRISE.
EDITION_UNSPECIFIED = 0;public static final int STANDARD_VALUE
Standard edition.
STANDARD = 1;public static final int ENTERPRISE_VALUE
Enterprise edition.
ENTERPRISE = 2;public static final int ENTERPRISE_PLUS_VALUE
Enterprise plus edition.
ENTERPRISE_PLUS = 3;public static Edition[] values()
for (Edition c : Edition.values()) System.out.println(c);
public static Edition 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 Edition valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Edition forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Edition> 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 Edition valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.