Class ReadRowsResponse (2.16.1)

ReadRowsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response from calling ReadRows may include row data, progress and throttling information.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
avro_rows google.cloud.bigquery_storage_v1.types.AvroRows
Serialized row data in AVRO format. This field is a member of `oneof`_ ``rows``.
arrow_record_batch google.cloud.bigquery_storage_v1.types.ArrowRecordBatch
Serialized row data in Arrow RecordBatch format. This field is a member of `oneof`_ ``rows``.
row_count int
Number of serialized rows in the rows block.
stats google.cloud.bigquery_storage_v1.types.StreamStats
Statistics for the stream.
throttle_state google.cloud.bigquery_storage_v1.types.ThrottleState
Throttling state. If unset, the latest response still describes the current throttling status.
avro_schema google.cloud.bigquery_storage_v1.types.AvroSchema
Output only. Avro schema. This field is a member of `oneof`_ ``schema``.
arrow_schema google.cloud.bigquery_storage_v1.types.ArrowSchema
Output only. Arrow schema. This field is a member of `oneof`_ ``schema``.

Inheritance

builtins.object > proto.message.Message > ReadRowsResponse