public static enum ImportedDataInfo.Encoding extends Enum<ImportedDataInfo.Encoding> implements com.google.protobuf.ProtocolMessageEnum
Encoding of input data in CSV/JSON format.Protobuf enum
google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding| Enum Constant and Description |
|---|
ENCODING_UNSPECIFIED
Default encoding (UTF8).
|
ISO_8859_1
ISO_8859_1 encoding.
|
UNRECOGNIZED |
UTF8
UTF8 encoding.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODING_UNSPECIFIED_VALUE
Default encoding (UTF8).
|
static int |
ISO_8859_1_VALUE
ISO_8859_1 encoding.
|
static int |
UTF8_VALUE
UTF8 encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportedDataInfo.Encoding |
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<ImportedDataInfo.Encoding> |
internalGetValueMap() |
static ImportedDataInfo.Encoding |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportedDataInfo.Encoding |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportedDataInfo.Encoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportedDataInfo.Encoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportedDataInfo.Encoding ENCODING_UNSPECIFIED
Default encoding (UTF8).
ENCODING_UNSPECIFIED = 0;public static final ImportedDataInfo.Encoding ISO_8859_1
ISO_8859_1 encoding.
ISO_8859_1 = 1;public static final ImportedDataInfo.Encoding UTF8
UTF8 encoding.
UTF8 = 2;public static final ImportedDataInfo.Encoding UNRECOGNIZED
public static final int ENCODING_UNSPECIFIED_VALUE
Default encoding (UTF8).
ENCODING_UNSPECIFIED = 0;public static final int ISO_8859_1_VALUE
ISO_8859_1 encoding.
ISO_8859_1 = 1;public static final int UTF8_VALUE
UTF8 encoding.
UTF8 = 2;public static ImportedDataInfo.Encoding[] values()
for (ImportedDataInfo.Encoding c : ImportedDataInfo.Encoding.values()) System.out.println(c);
public static ImportedDataInfo.Encoding 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 ImportedDataInfo.Encoding valueOf(int value)
forNumber(int) instead.public static ImportedDataInfo.Encoding forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ImportedDataInfo.Encoding> 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 ImportedDataInfo.Encoding valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.