Class: Google::Cloud::Bigquery::Storage::V1::ProtoRows

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/storage/v1/protobuf.rb

Instance Attribute Summary collapse

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.

Returns:



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