public enum DataFormat extends Enum<DataFormat> implements ProtocolMessageEnumData format for input or output data.
 Protobuf enum google.cloud.bigquery.storage.v1.DataFormat
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| 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 is unspecified.   | 
| DATA_FORMAT_UNSPECIFIED_VALUE | Data format is unspecified.   | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |