Interface Storage.ReadRowsResponseOrBuilder (2.12.2)

public static interface Storage.ReadRowsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArrowRecordBatch()

public abstract ArrowProto.ArrowRecordBatch getArrowRecordBatch()

Serialized row data in Arrow RecordBatch format.

.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;

Returns
TypeDescription
ArrowProto.ArrowRecordBatch

The arrowRecordBatch.

getArrowRecordBatchOrBuilder()

public abstract ArrowProto.ArrowRecordBatchOrBuilder getArrowRecordBatchOrBuilder()

Serialized row data in Arrow RecordBatch format.

.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;

Returns
TypeDescription
ArrowProto.ArrowRecordBatchOrBuilder

getAvroRows()

public abstract AvroProto.AvroRows getAvroRows()

Serialized row data in AVRO format.

.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;

Returns
TypeDescription
AvroProto.AvroRows

The avroRows.

getAvroRowsOrBuilder()

public abstract AvroProto.AvroRowsOrBuilder getAvroRowsOrBuilder()

Serialized row data in AVRO format.

.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;

Returns
TypeDescription
AvroProto.AvroRowsOrBuilder

getRowCount()

public abstract long getRowCount()

Number of serialized rows in the rows block. This value is recorded here, in addition to the row_count values in the output-specific messages in rows, so that code which needs to record progress through the stream can do so in an output format-independent way.

int64 row_count = 6;

Returns
TypeDescription
long

The rowCount.

getRowsCase()

public abstract Storage.ReadRowsResponse.RowsCase getRowsCase()
Returns
TypeDescription
Storage.ReadRowsResponse.RowsCase

getStatus()

public abstract Storage.StreamStatus getStatus()

Estimated stream statistics.

.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;

Returns
TypeDescription
Storage.StreamStatus

The status.

getStatusOrBuilder()

public abstract Storage.StreamStatusOrBuilder getStatusOrBuilder()

Estimated stream statistics.

.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;

Returns
TypeDescription
Storage.StreamStatusOrBuilder

getThrottleStatus()

public abstract Storage.ThrottleStatus getThrottleStatus()

Throttling status. If unset, the latest response still describes the current throttling status.

.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;

Returns
TypeDescription
Storage.ThrottleStatus

The throttleStatus.

getThrottleStatusOrBuilder()

public abstract Storage.ThrottleStatusOrBuilder getThrottleStatusOrBuilder()

Throttling status. If unset, the latest response still describes the current throttling status.

.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;

Returns
TypeDescription
Storage.ThrottleStatusOrBuilder

hasArrowRecordBatch()

public abstract boolean hasArrowRecordBatch()

Serialized row data in Arrow RecordBatch format.

.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;

Returns
TypeDescription
boolean

Whether the arrowRecordBatch field is set.

hasAvroRows()

public abstract boolean hasAvroRows()

Serialized row data in AVRO format.

.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;

Returns
TypeDescription
boolean

Whether the avroRows field is set.

hasStatus()

public abstract boolean hasStatus()

Estimated stream statistics.

.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;

Returns
TypeDescription
boolean

Whether the status field is set.

hasThrottleStatus()

public abstract boolean hasThrottleStatus()

Throttling status. If unset, the latest response still describes the current throttling status.

.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;

Returns
TypeDescription
boolean

Whether the throttleStatus field is set.