Enum ImportedDataInfo.Format (2.18.0)

public enum ImportedDataInfo.Format extends Enum<ImportedDataInfo.Format> implements ProtocolMessageEnum

Data format.

Protobuf enum google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AVRO

Avro format. See http://avro.apache.org .

AVRO = 3;

AVRO_VALUE

Avro format. See http://avro.apache.org .

AVRO = 3;

CAPACITOR

Capacitor.

CAPACITOR = 6;

CAPACITOR_VALUE

Capacitor.

CAPACITOR = 6;

COLUMNIO

ColumnIO.

COLUMNIO = 5;

COLUMNIO_VALUE

ColumnIO.

COLUMNIO = 5;

CSV

CSV format.

CSV = 1;

CSV_VALUE

CSV format.

CSV = 1;

FORMAT_UNSPECIFIED

Unspecified format. In this case, we have to infer the format from the data source.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

Unspecified format. In this case, we have to infer the format from the data source.

FORMAT_UNSPECIFIED = 0;

JSON

Newline-delimited JSON.

JSON = 2;

JSON_VALUE

Newline-delimited JSON.

JSON = 2;

ORC

ORC format. See https://orc.apache.org .

ORC = 8;

ORC_VALUE

ORC format. See https://orc.apache.org .

ORC = 8;

PARQUET

Parquet format. See https://parquet.apache.org .

PARQUET = 7;

PARQUET_VALUE

Parquet format. See https://parquet.apache.org .

PARQUET = 7;

RECORDIO

RecordIO.

RECORDIO = 4;

RECORDIO_VALUE

RecordIO.

RECORDIO = 4;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()