public static interface Storage.ReadRowsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ArrowProto.ArrowRecordBatch |
getArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
|
ArrowProto.ArrowRecordBatchOrBuilder |
getArrowRecordBatchOrBuilder()
Serialized row data in Arrow RecordBatch format.
|
AvroProto.AvroRows |
getAvroRows()
Serialized row data in AVRO format.
|
AvroProto.AvroRowsOrBuilder |
getAvroRowsOrBuilder()
Serialized row data in AVRO format.
|
long |
getRowCount()
Number of serialized rows in the rows block.
|
Storage.ReadRowsResponse.RowsCase |
getRowsCase() |
Storage.StreamStatus |
getStatus()
Estimated stream statistics.
|
Storage.StreamStatusOrBuilder |
getStatusOrBuilder()
Estimated stream statistics.
|
Storage.ThrottleStatus |
getThrottleStatus()
Throttling status.
|
Storage.ThrottleStatusOrBuilder |
getThrottleStatusOrBuilder()
Throttling status.
|
boolean |
hasArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
|
boolean |
hasAvroRows()
Serialized row data in AVRO format.
|
boolean |
hasStatus()
Estimated stream statistics.
|
boolean |
hasThrottleStatus()
Throttling status.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAvroRows()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;AvroProto.AvroRows getAvroRows()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;AvroProto.AvroRowsOrBuilder getAvroRowsOrBuilder()
Serialized row data in AVRO format.
.google.cloud.bigquery.storage.v1beta1.AvroRows avro_rows = 3;boolean hasArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;ArrowProto.ArrowRecordBatch getArrowRecordBatch()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;ArrowProto.ArrowRecordBatchOrBuilder getArrowRecordBatchOrBuilder()
Serialized row data in Arrow RecordBatch format.
.google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch arrow_record_batch = 4;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;boolean hasStatus()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;Storage.StreamStatus getStatus()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;Storage.StreamStatusOrBuilder getStatusOrBuilder()
Estimated stream statistics.
.google.cloud.bigquery.storage.v1beta1.StreamStatus status = 2;boolean hasThrottleStatus()
Throttling status. If unset, the latest response still describes the current throttling status.
.google.cloud.bigquery.storage.v1beta1.ThrottleStatus throttle_status = 5;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;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;Storage.ReadRowsResponse.RowsCase getRowsCase()
Copyright © 2022 Google LLC. All rights reserved.