public static enum ImportedDataInfo.Format extends Enum<ImportedDataInfo.Format> implements com.google.protobuf.ProtocolMessageEnum
Data format.Protobuf enum
google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format| Enum Constant and Description |
|---|
AVRO
Avro format.
|
CAPACITOR
Capacitor.
|
COLUMNIO
ColumnIO.
|
CSV
CSV format.
|
FORMAT_UNSPECIFIED
Unspecified format.
|
JSON
Newline-delimited JSON.
|
ORC
ORC format.
|
PARQUET
Parquet format.
|
RECORDIO
RecordIO.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AVRO_VALUE
Avro format.
|
static int |
CAPACITOR_VALUE
Capacitor.
|
static int |
COLUMNIO_VALUE
ColumnIO.
|
static int |
CSV_VALUE
CSV format.
|
static int |
FORMAT_UNSPECIFIED_VALUE
Unspecified format.
|
static int |
JSON_VALUE
Newline-delimited JSON.
|
static int |
ORC_VALUE
ORC format.
|
static int |
PARQUET_VALUE
Parquet format.
|
static int |
RECORDIO_VALUE
RecordIO.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportedDataInfo.Format |
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.Format> |
internalGetValueMap() |
static ImportedDataInfo.Format |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportedDataInfo.Format |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportedDataInfo.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportedDataInfo.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportedDataInfo.Format FORMAT_UNSPECIFIED
Unspecified format. In this case, we have to infer the format from the data source.
FORMAT_UNSPECIFIED = 0;public static final ImportedDataInfo.Format CSV
CSV format.
CSV = 1;public static final ImportedDataInfo.Format JSON
Newline-delimited JSON.
JSON = 2;public static final ImportedDataInfo.Format AVRO
Avro format. See http://avro.apache.org .
AVRO = 3;public static final ImportedDataInfo.Format RECORDIO
RecordIO.
RECORDIO = 4;public static final ImportedDataInfo.Format COLUMNIO
ColumnIO.
COLUMNIO = 5;public static final ImportedDataInfo.Format CAPACITOR
Capacitor.
CAPACITOR = 6;public static final ImportedDataInfo.Format PARQUET
Parquet format. See https://parquet.apache.org .
PARQUET = 7;public static final ImportedDataInfo.Format ORC
ORC format. See https://orc.apache.org .
ORC = 8;public static final ImportedDataInfo.Format UNRECOGNIZED
public static final int FORMAT_UNSPECIFIED_VALUE
Unspecified format. In this case, we have to infer the format from the data source.
FORMAT_UNSPECIFIED = 0;public static final int CSV_VALUE
CSV format.
CSV = 1;public static final int JSON_VALUE
Newline-delimited JSON.
JSON = 2;public static final int AVRO_VALUE
Avro format. See http://avro.apache.org .
AVRO = 3;public static final int RECORDIO_VALUE
RecordIO.
RECORDIO = 4;public static final int COLUMNIO_VALUE
ColumnIO.
COLUMNIO = 5;public static final int CAPACITOR_VALUE
Capacitor.
CAPACITOR = 6;public static final int PARQUET_VALUE
Parquet format. See https://parquet.apache.org .
PARQUET = 7;public static final int ORC_VALUE
ORC format. See https://orc.apache.org .
ORC = 8;public static ImportedDataInfo.Format[] values()
for (ImportedDataInfo.Format c : ImportedDataInfo.Format.values()) System.out.println(c);
public static ImportedDataInfo.Format 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.Format valueOf(int value)
forNumber(int) instead.public static ImportedDataInfo.Format forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ImportedDataInfo.Format> 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.Format valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.