Class: Google::Cloud::Bigquery::Storage::V1::ReadRowsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::ReadRowsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/storage.rb
Overview
Response from calling ReadRows may include row data, progress and
throttling information.
Instance Attribute Summary collapse
-
#arrow_record_batch ⇒ ::Google::Cloud::Bigquery::Storage::V1::ArrowRecordBatch
Serialized row data in Arrow RecordBatch format.
-
#arrow_schema ⇒ ::Google::Cloud::Bigquery::Storage::V1::ArrowSchema
readonly
Output only.
-
#avro_rows ⇒ ::Google::Cloud::Bigquery::Storage::V1::AvroRows
Serialized row data in AVRO format.
-
#avro_schema ⇒ ::Google::Cloud::Bigquery::Storage::V1::AvroSchema
readonly
Output only.
-
#row_count ⇒ ::Integer
Number of serialized rows in the rows block.
-
#stats ⇒ ::Google::Cloud::Bigquery::Storage::V1::StreamStats
Statistics for the stream.
-
#throttle_state ⇒ ::Google::Cloud::Bigquery::Storage::V1::ThrottleState
Throttling state.
-
#uncompressed_byte_size ⇒ ::Integer
Optional.
Instance Attribute Details
#arrow_record_batch ⇒ ::Google::Cloud::Bigquery::Storage::V1::ArrowRecordBatch
156 157 158 159 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 156 class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#arrow_schema ⇒ ::Google::Cloud::Bigquery::Storage::V1::ArrowSchema (readonly)
156 157 158 159 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 156 class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#avro_rows ⇒ ::Google::Cloud::Bigquery::Storage::V1::AvroRows
156 157 158 159 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 156 class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#avro_schema ⇒ ::Google::Cloud::Bigquery::Storage::V1::AvroSchema (readonly)
156 157 158 159 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 156 class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_count ⇒ ::Integer
156 157 158 159 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 156 class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stats ⇒ ::Google::Cloud::Bigquery::Storage::V1::StreamStats
156 157 158 159 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 156 class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#throttle_state ⇒ ::Google::Cloud::Bigquery::Storage::V1::ThrottleState
156 157 158 159 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 156 class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uncompressed_byte_size ⇒ ::Integer
156 157 158 159 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 156 class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |