Enum TranslationTaskDetails.FileEncoding
- java.lang.Object
-
- java.lang.Enum<TranslationTaskDetails.FileEncoding>
-
- com.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<TranslationTaskDetails.FileEncoding>
- Enclosing class:
- TranslationTaskDetails
public static enum TranslationTaskDetails.FileEncoding extends Enum<TranslationTaskDetails.FileEncoding> implements com.google.protobuf.ProtocolMessageEnum
The file encoding types.
Protobuf enumgoogle.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FILE_ENCODING_UNSPECIFIED
File encoding setting is not specified.ISO_8859_1
File encoding is ISO_8859_1.UNRECOGNIZED
US_ASCII
File encoding is US_ASCII.UTF_16
File encoding is UTF_16.UTF_16BE
File encoding is UTF_16BE.UTF_16LE
File encoding is UTF_16LE.UTF_8
File encoding is UTF_8.
-
Field Summary
Fields Modifier and Type Field Description static int
FILE_ENCODING_UNSPECIFIED_VALUE
File encoding setting is not specified.static int
ISO_8859_1_VALUE
File encoding is ISO_8859_1.static int
US_ASCII_VALUE
File encoding is US_ASCII.static int
UTF_16_VALUE
File encoding is UTF_16.static int
UTF_16BE_VALUE
File encoding is UTF_16BE.static int
UTF_16LE_VALUE
File encoding is UTF_16LE.static int
UTF_8_VALUE
File encoding is UTF_8.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TranslationTaskDetails.FileEncoding
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<TranslationTaskDetails.FileEncoding>
internalGetValueMap()
static TranslationTaskDetails.FileEncoding
valueOf(int value)
Deprecated.static TranslationTaskDetails.FileEncoding
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TranslationTaskDetails.FileEncoding
valueOf(String name)
Returns the enum constant of this type with the specified name.static TranslationTaskDetails.FileEncoding[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FILE_ENCODING_UNSPECIFIED
public static final TranslationTaskDetails.FileEncoding FILE_ENCODING_UNSPECIFIED
File encoding setting is not specified.
FILE_ENCODING_UNSPECIFIED = 0;
-
UTF_8
public static final TranslationTaskDetails.FileEncoding UTF_8
File encoding is UTF_8.
UTF_8 = 1;
-
ISO_8859_1
public static final TranslationTaskDetails.FileEncoding ISO_8859_1
File encoding is ISO_8859_1.
ISO_8859_1 = 2;
-
US_ASCII
public static final TranslationTaskDetails.FileEncoding US_ASCII
File encoding is US_ASCII.
US_ASCII = 3;
-
UTF_16
public static final TranslationTaskDetails.FileEncoding UTF_16
File encoding is UTF_16.
UTF_16 = 4;
-
UTF_16LE
public static final TranslationTaskDetails.FileEncoding UTF_16LE
File encoding is UTF_16LE.
UTF_16LE = 5;
-
UTF_16BE
public static final TranslationTaskDetails.FileEncoding UTF_16BE
File encoding is UTF_16BE.
UTF_16BE = 6;
-
UNRECOGNIZED
public static final TranslationTaskDetails.FileEncoding UNRECOGNIZED
-
-
Field Detail
-
FILE_ENCODING_UNSPECIFIED_VALUE
public static final int FILE_ENCODING_UNSPECIFIED_VALUE
File encoding setting is not specified.
FILE_ENCODING_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
UTF_8_VALUE
public static final int UTF_8_VALUE
File encoding is UTF_8.
UTF_8 = 1;
- See Also:
- Constant Field Values
-
ISO_8859_1_VALUE
public static final int ISO_8859_1_VALUE
File encoding is ISO_8859_1.
ISO_8859_1 = 2;
- See Also:
- Constant Field Values
-
US_ASCII_VALUE
public static final int US_ASCII_VALUE
File encoding is US_ASCII.
US_ASCII = 3;
- See Also:
- Constant Field Values
-
UTF_16_VALUE
public static final int UTF_16_VALUE
File encoding is UTF_16.
UTF_16 = 4;
- See Also:
- Constant Field Values
-
UTF_16LE_VALUE
public static final int UTF_16LE_VALUE
File encoding is UTF_16LE.
UTF_16LE = 5;
- See Also:
- Constant Field Values
-
UTF_16BE_VALUE
public static final int UTF_16BE_VALUE
File encoding is UTF_16BE.
UTF_16BE = 6;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static TranslationTaskDetails.FileEncoding[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TranslationTaskDetails.FileEncoding c : TranslationTaskDetails.FileEncoding.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TranslationTaskDetails.FileEncoding valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static TranslationTaskDetails.FileEncoding valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static TranslationTaskDetails.FileEncoding forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<TranslationTaskDetails.FileEncoding> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static TranslationTaskDetails.FileEncoding valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-