public enum ArrowSerializationOptions.Format extends Enum<ArrowSerializationOptions.Format> implements ProtocolMessageEnum
The IPC format to use when serializing Arrow streams.
Protobuf enum google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ARROW_0_14 | Use the legacy IPC message format as of Apache Arrow Release 0.14. |
ARROW_0_14_VALUE | Use the legacy IPC message format as of Apache Arrow Release 0.14. |
ARROW_0_15 | Use the message format as of Apache Arrow Release 0.15. |
ARROW_0_15_VALUE | Use the message format as of Apache Arrow Release 0.15. |
FORMAT_UNSPECIFIED | If unspecied the IPC format as of 0.15 release will be used. |
FORMAT_UNSPECIFIED_VALUE | If unspecied the IPC format as of 0.15 release will be used. |
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() |