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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrowSerializationOptions.Format
getFormat()
The Arrow IPC format to use.int
getFormatValue()
The Arrow IPC format to use.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-