Class: Google::Cloud::Bigquery::Storage::V1::ProtoRows
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::ProtoRows
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/protobuf.rb
Instance Attribute Summary collapse
-
#serialized_rows ⇒ ::Array<::String>
A sequence of rows serialized as a Protocol Buffer.
Instance Attribute Details
#serialized_rows ⇒ ::Array<::String>
Returns A sequence of rows serialized as a Protocol Buffer.
See https://developers.google.com/protocol-buffers/docs/overview for more information on deserializing this field.
48 49 50 51 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/protobuf.rb', line 48 class ProtoRows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |