Interface AppendRowsRequest.ArrowDataOrBuilder (3.10.2)

public static interface AppendRowsRequest.ArrowDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRows()

public abstract ArrowRecordBatch getRows()

Required. Serialized row data in Arrow format.

.google.cloud.bigquery.storage.v1.ArrowRecordBatch rows = 2;

Returns
Type Description
ArrowRecordBatch

The rows.

getRowsOrBuilder()

public abstract ArrowRecordBatchOrBuilder getRowsOrBuilder()

Required. Serialized row data in Arrow format.

.google.cloud.bigquery.storage.v1.ArrowRecordBatch rows = 2;

Returns
Type Description
ArrowRecordBatchOrBuilder

getWriterSchema()

public abstract ArrowSchema getWriterSchema()

Optional. Arrow Schema used to serialize the data.

.google.cloud.bigquery.storage.v1.ArrowSchema writer_schema = 1;

Returns
Type Description
ArrowSchema

The writerSchema.

getWriterSchemaOrBuilder()

public abstract ArrowSchemaOrBuilder getWriterSchemaOrBuilder()

Optional. Arrow Schema used to serialize the data.

.google.cloud.bigquery.storage.v1.ArrowSchema writer_schema = 1;

Returns
Type Description
ArrowSchemaOrBuilder

hasRows()

public abstract boolean hasRows()

Required. Serialized row data in Arrow format.

.google.cloud.bigquery.storage.v1.ArrowRecordBatch rows = 2;

Returns
Type Description
boolean

Whether the rows field is set.

hasWriterSchema()

public abstract boolean hasWriterSchema()

Optional. Arrow Schema used to serialize the data.

.google.cloud.bigquery.storage.v1.ArrowSchema writer_schema = 1;

Returns
Type Description
boolean

Whether the writerSchema field is set.