public static enum IdentifierSettings.IdentifierCase extends Enum<IdentifierSettings.IdentifierCase> implements com.google.protobuf.ProtocolMessageEnum
The identifier case type.Protobuf enum
google.cloud.bigquery.migration.v2alpha.IdentifierSettings.IdentifierCase| Enum Constant and Description |
|---|
IDENTIFIER_CASE_UNSPECIFIED
The identifier case is not specified.
|
LOWER
Identifiers will be in lower cases.
|
ORIGINAL
Identifiers' cases will be kept as the original cases.
|
UNRECOGNIZED |
UPPER
Identifiers will be in upper cases.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
IDENTIFIER_CASE_UNSPECIFIED_VALUE
The identifier case is not specified.
|
static int |
LOWER_VALUE
Identifiers will be in lower cases.
|
static int |
ORIGINAL_VALUE
Identifiers' cases will be kept as the original cases.
|
static int |
UPPER_VALUE
Identifiers will be in upper cases.
|
| Modifier and Type | Method and Description |
|---|---|
static IdentifierSettings.IdentifierCase |
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<IdentifierSettings.IdentifierCase> |
internalGetValueMap() |
static IdentifierSettings.IdentifierCase |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IdentifierSettings.IdentifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IdentifierSettings.IdentifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierSettings.IdentifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentifierSettings.IdentifierCase IDENTIFIER_CASE_UNSPECIFIED
The identifier case is not specified.
IDENTIFIER_CASE_UNSPECIFIED = 0;public static final IdentifierSettings.IdentifierCase ORIGINAL
Identifiers' cases will be kept as the original cases.
ORIGINAL = 1;public static final IdentifierSettings.IdentifierCase UPPER
Identifiers will be in upper cases.
UPPER = 2;public static final IdentifierSettings.IdentifierCase LOWER
Identifiers will be in lower cases.
LOWER = 3;public static final IdentifierSettings.IdentifierCase UNRECOGNIZED
public static final int IDENTIFIER_CASE_UNSPECIFIED_VALUE
The identifier case is not specified.
IDENTIFIER_CASE_UNSPECIFIED = 0;public static final int ORIGINAL_VALUE
Identifiers' cases will be kept as the original cases.
ORIGINAL = 1;public static final int UPPER_VALUE
Identifiers will be in upper cases.
UPPER = 2;public static final int LOWER_VALUE
Identifiers will be in lower cases.
LOWER = 3;public static IdentifierSettings.IdentifierCase[] values()
for (IdentifierSettings.IdentifierCase c : IdentifierSettings.IdentifierCase.values()) System.out.println(c);
public static IdentifierSettings.IdentifierCase 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 IdentifierSettings.IdentifierCase valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static IdentifierSettings.IdentifierCase forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<IdentifierSettings.IdentifierCase> 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 IdentifierSettings.IdentifierCase valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.