Enum DataFormat (3.3.1)

public enum DataFormat extends Enum<DataFormat> implements ProtocolMessageEnum

Data format for input or output data.

Protobuf enum google.cloud.bigquery.storage.v1beta2.DataFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ARROW

Arrow is a standard open source column-based message format. See https://arrow.apache.org/ for more details.

ARROW = 2;

ARROW_VALUE

Arrow is a standard open source column-based message format. See https://arrow.apache.org/ for more details.

ARROW = 2;

AVRO

Avro is a standard open source row based file format. See https://avro.apache.org/ for more details.

AVRO = 1;

AVRO_VALUE

Avro is a standard open source row based file format. See https://avro.apache.org/ for more details.

AVRO = 1;

DATA_FORMAT_UNSPECIFIED

DATA_FORMAT_UNSPECIFIED = 0;

DATA_FORMAT_UNSPECIFIED_VALUE

DATA_FORMAT_UNSPECIFIED = 0;

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()