Interface ArrowSerializationOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ArrowSerializationOptions,ArrowSerializationOptions.Builder
public interface ArrowSerializationOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Arrow IPC format to use.intThe Arrow IPC format to use.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFormatValue
int getFormatValue()The Arrow IPC format to use.
.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format format = 1;- Returns:
- The enum numeric value on the wire for format.
-
getFormat
ArrowSerializationOptions.Format getFormat()The Arrow IPC format to use.
.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format format = 1;- Returns:
- The format.
-