public static enum TranslateQueryRequest.SqlTranslationSourceDialect extends Enum<TranslateQueryRequest.SqlTranslationSourceDialect> implements com.google.protobuf.ProtocolMessageEnum
Supported SQL translation source dialects.Protobuf enum
google.cloud.bigquery.migration.v2alpha.TranslateQueryRequest.SqlTranslationSourceDialect| Enum Constant and Description |
|---|
SQL_TRANSLATION_SOURCE_DIALECT_UNSPECIFIED
SqlTranslationSourceDialect not specified.
|
TERADATA
Teradata SQL.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SQL_TRANSLATION_SOURCE_DIALECT_UNSPECIFIED_VALUE
SqlTranslationSourceDialect not specified.
|
static int |
TERADATA_VALUE
Teradata SQL.
|
| Modifier and Type | Method and Description |
|---|---|
static TranslateQueryRequest.SqlTranslationSourceDialect |
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<TranslateQueryRequest.SqlTranslationSourceDialect> |
internalGetValueMap() |
static TranslateQueryRequest.SqlTranslationSourceDialect |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TranslateQueryRequest.SqlTranslationSourceDialect |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TranslateQueryRequest.SqlTranslationSourceDialect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranslateQueryRequest.SqlTranslationSourceDialect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TranslateQueryRequest.SqlTranslationSourceDialect SQL_TRANSLATION_SOURCE_DIALECT_UNSPECIFIED
SqlTranslationSourceDialect not specified.
SQL_TRANSLATION_SOURCE_DIALECT_UNSPECIFIED = 0;public static final TranslateQueryRequest.SqlTranslationSourceDialect TERADATA
Teradata SQL.
TERADATA = 1;public static final TranslateQueryRequest.SqlTranslationSourceDialect UNRECOGNIZED
public static final int SQL_TRANSLATION_SOURCE_DIALECT_UNSPECIFIED_VALUE
SqlTranslationSourceDialect not specified.
SQL_TRANSLATION_SOURCE_DIALECT_UNSPECIFIED = 0;public static final int TERADATA_VALUE
Teradata SQL.
TERADATA = 1;public static TranslateQueryRequest.SqlTranslationSourceDialect[] values()
for (TranslateQueryRequest.SqlTranslationSourceDialect c : TranslateQueryRequest.SqlTranslationSourceDialect.values()) System.out.println(c);
public static TranslateQueryRequest.SqlTranslationSourceDialect 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 TranslateQueryRequest.SqlTranslationSourceDialect valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TranslateQueryRequest.SqlTranslationSourceDialect forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TranslateQueryRequest.SqlTranslationSourceDialect> 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 TranslateQueryRequest.SqlTranslationSourceDialect valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.