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 compression codec to use for Arrow buffers in serialized record batches.
    int
    The compression codec to use for Arrow buffers in serialized record batches.

    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

    • getBufferCompressionValue

      int getBufferCompressionValue()
       The compression codec to use for Arrow buffers in serialized record
       batches.
       
      .google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec buffer_compression = 2;
      Returns:
      The enum numeric value on the wire for bufferCompression.
    • getBufferCompression

       The compression codec to use for Arrow buffers in serialized record
       batches.
       
      .google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec buffer_compression = 2;
      Returns:
      The bufferCompression.