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 Type
    Method
    Description
    The Arrow IPC format to use.
    int
    The Arrow IPC format to use.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       The Arrow IPC format to use.
       
      .google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format format = 1;
      Returns:
      The format.