public enum DataFormat extends Enum<DataFormat> implements ProtocolMessageEnum
Data format for input or output data.
Protobuf enum google.cloud.bigquery.storage.v1beta2.DataFormat
Implements
ProtocolMessageEnumFields
Name | Description |
ARROW | Arrow is a standard open source column-based message format. See https://arrow.apache.org/ for more details. |
ARROW_VALUE | Arrow is a standard open source column-based message format. See https://arrow.apache.org/ for more details. |
AVRO | Avro is a standard open source row based file format. See https://avro.apache.org/ for more details. |
AVRO_VALUE | Avro is a standard open source row based file format. See https://avro.apache.org/ for more details. |
DATA_FORMAT_UNSPECIFIED |
|
DATA_FORMAT_UNSPECIFIED_VALUE |
|
UNRECOGNIZED |
Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | (deprecated) Use #forNumber(int) instead. |
valueOf(String name) | |
values() |