Interface ArrowSerializationOptionsOrBuilder (3.0.1)

public interface ArrowSerializationOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFormat()

public abstract ArrowSerializationOptions.Format getFormat()

The Arrow IPC format to use.

.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format format = 1;

Returns
TypeDescription
ArrowSerializationOptions.Format

The format.

getFormatValue()

public abstract int getFormatValue()

The Arrow IPC format to use.

.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format format = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for format.