Uses of Class
com.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format
-
Packages that use ArrowSerializationOptions.Format Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage API -
-
Uses of ArrowSerializationOptions.Format in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return ArrowSerializationOptions.Format Modifier and Type Method Description static ArrowSerializationOptions.Format
ArrowSerializationOptions.Format. forNumber(int value)
ArrowSerializationOptions.Format
ArrowSerializationOptions.Builder. getFormat()
The Arrow IPC format to use.ArrowSerializationOptions.Format
ArrowSerializationOptions. getFormat()
The Arrow IPC format to use.ArrowSerializationOptions.Format
ArrowSerializationOptionsOrBuilder. getFormat()
The Arrow IPC format to use.static ArrowSerializationOptions.Format
ArrowSerializationOptions.Format. valueOf(int value)
Deprecated.static ArrowSerializationOptions.Format
ArrowSerializationOptions.Format. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ArrowSerializationOptions.Format
ArrowSerializationOptions.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArrowSerializationOptions.Format[]
ArrowSerializationOptions.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type ArrowSerializationOptions.Format Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ArrowSerializationOptions.Format>
ArrowSerializationOptions.Format. internalGetValueMap()
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type ArrowSerializationOptions.Format Modifier and Type Method Description ArrowSerializationOptions.Builder
ArrowSerializationOptions.Builder. setFormat(ArrowSerializationOptions.Format value)
The Arrow IPC format to use.
-