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.FormatArrowSerializationOptions.Format. forNumber(int value)ArrowSerializationOptions.FormatArrowSerializationOptions.Builder. getFormat()The Arrow IPC format to use.ArrowSerializationOptions.FormatArrowSerializationOptions. getFormat()The Arrow IPC format to use.ArrowSerializationOptions.FormatArrowSerializationOptionsOrBuilder. getFormat()The Arrow IPC format to use.static ArrowSerializationOptions.FormatArrowSerializationOptions.Format. valueOf(int value)Deprecated.static ArrowSerializationOptions.FormatArrowSerializationOptions.Format. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ArrowSerializationOptions.FormatArrowSerializationOptions.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.BuilderArrowSerializationOptions.Builder. setFormat(ArrowSerializationOptions.Format value)The Arrow IPC format to use.
-