Reference documentation and code samples for the Google BigQuery Storage V1 Client class ReadRowsResponse.
Response from calling ReadRows
may include row data, progress and
throttling information.
Generated from protobuf message google.cloud.bigquery.storage.v1.ReadRowsResponse
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ avro_rows
↳ arrow_record_batch
↳ row_count
int|string
Number of serialized rows in the rows block.
↳ stats
↳ throttle_state
Google\Cloud\BigQuery\Storage\V1\ThrottleState
Throttling state. If unset, the latest response still describes the current throttling status.
↳ avro_schema
↳ arrow_schema
getAvroRows
Serialized row data in AVRO format.
hasAvroRows
setAvroRows
Serialized row data in AVRO format.
$this
getArrowRecordBatch
Serialized row data in Arrow RecordBatch format.
hasArrowRecordBatch
setArrowRecordBatch
Serialized row data in Arrow RecordBatch format.
$this
getRowCount
Number of serialized rows in the rows block.
int|string
setRowCount
Number of serialized rows in the rows block.
var
int|string
$this
getStats
Statistics for the stream.
hasStats
clearStats
setStats
Statistics for the stream.
$this
getThrottleState
Throttling state. If unset, the latest response still describes the current throttling status.
hasThrottleState
clearThrottleState
setThrottleState
Throttling state. If unset, the latest response still describes the current throttling status.
$this
getAvroSchema
Output only. Avro schema.
hasAvroSchema
setAvroSchema
Output only. Avro schema.
$this
getArrowSchema
Output only. Arrow schema.
hasArrowSchema
setArrowSchema
Output only. Arrow schema.
$this
getRows
string
getSchema
string