proto_docs/google/cloud/bigquery/storage/v1/storage.rb in google-cloud-bigquery-storage-v1-0.4.0 vs proto_docs/google/cloud/bigquery/storage/v1/storage.rb in google-cloud-bigquery-storage-v1-0.5.0

- old
+ new

@@ -117,9 +117,15 @@ # Statistics for the stream. # @!attribute [rw] throttle_state # @return [::Google::Cloud::Bigquery::Storage::V1::ThrottleState] # Throttling state. If unset, the latest response still describes # the current throttling status. + # @!attribute [r] avro_schema + # @return [::Google::Cloud::Bigquery::Storage::V1::AvroSchema] + # Output only. Avro schema. + # @!attribute [r] arrow_schema + # @return [::Google::Cloud::Bigquery::Storage::V1::ArrowSchema] + # Output only. Arrow schema. class ReadRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end