public interface ArrowSerializationOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFormat()
public abstract ArrowSerializationOptions.Format getFormat()The Arrow IPC format to use.
.google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format format = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for format. |