public static interface Storage.ReadRowsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getArrowRecordBatch()
public abstract ArrowProto.ArrowRecordBatch getArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
Type | Description |
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;
Type | Description |
ArrowProto.ArrowRecordBatchOrBuilder |
getAvroRows()
public abstract AvroProto.AvroRows getAvroRows()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;
Type | Description |
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;
Type | Description |
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;
Type | Description |
long | The rowCount. |
getRowsCase()
public abstract Storage.ReadRowsResponse.RowsCase getRowsCase()
Type | Description |
Storage.ReadRowsResponse.RowsCase |
getStatus()
public abstract Storage.StreamStatus getStatus()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
Type | Description |
Storage.StreamStatus | The status. |
getStatusOrBuilder()
public abstract Storage.StreamStatusOrBuilder getStatusOrBuilder()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
Type | Description |
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;
Type | Description |
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;
Type | Description |
Storage.ThrottleStatusOrBuilder |
hasArrowRecordBatch()
public abstract boolean hasArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;
Type | Description |
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;
Type | Description |
boolean | Whether the avroRows field is set. |
hasStatus()
public abstract boolean hasStatus()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;
Type | Description |
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;
Type | Description |
boolean | Whether the throttleStatus field is set. |