Enum TranslationTaskDetails.FileEncoding (0.42.0)

publicenumTranslationTaskDetails.FileEncodingextendsEnum<TranslationTaskDetails.FileEncoding>implementsProtocolMessageEnum

The file encoding types.

Protobuf enum google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding

Implements

ProtocolMessageEnum

Static Fields

Name Description
FILE_ENCODING_UNSPECIFIED

File encoding setting is not specified.

FILE_ENCODING_UNSPECIFIED = 0;

FILE_ENCODING_UNSPECIFIED_VALUE

File encoding setting is not specified.

FILE_ENCODING_UNSPECIFIED = 0;

ISO_8859_1

File encoding is ISO_8859_1.

ISO_8859_1 = 2;

ISO_8859_1_VALUE

File encoding is ISO_8859_1.

ISO_8859_1 = 2;

UNRECOGNIZED
US_ASCII

File encoding is US_ASCII.

US_ASCII = 3;

US_ASCII_VALUE

File encoding is US_ASCII.

US_ASCII = 3;

UTF_16

File encoding is UTF_16.

UTF_16 = 4;

UTF_16BE

File encoding is UTF_16BE.

UTF_16BE = 6;

UTF_16BE_VALUE

File encoding is UTF_16BE.

UTF_16BE = 6;

UTF_16LE

File encoding is UTF_16LE.

UTF_16LE = 5;

UTF_16LE_VALUE

File encoding is UTF_16LE.

UTF_16LE = 5;

UTF_16_VALUE

File encoding is UTF_16.

UTF_16 = 4;

UTF_8

File encoding is UTF_8.

UTF_8 = 1;

UTF_8_VALUE

File encoding is UTF_8.

UTF_8 = 1;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.