Uses of Enum
com.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format
-
Uses of ArrowSerializationOptions.Format in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return ArrowSerializationOptions.FormatModifier and TypeMethodDescriptionArrowSerializationOptions.Format.forNumber(int value) ArrowSerializationOptions.Builder.getFormat()The Arrow IPC format to use.ArrowSerializationOptions.getFormat()The Arrow IPC format to use.ArrowSerializationOptionsOrBuilder.getFormat()The Arrow IPC format to use.ArrowSerializationOptions.Format.valueOf(int value) Deprecated.ArrowSerializationOptions.Format.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified 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.FormatModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ArrowSerializationOptions.Format>ArrowSerializationOptions.Format.internalGetValueMap()Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type ArrowSerializationOptions.FormatModifier and TypeMethodDescriptionArrowSerializationOptions.Builder.setFormat(ArrowSerializationOptions.Format value) The Arrow IPC format to use.