Class: Google::Cloud::Bigquery::Storage::V1::AvroRows

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

Overview

Avro rows.

Instance Attribute Summary collapse

Instance Attribute Details

#row_count::Integer

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns [Deprecated] The count of rows in the returning block. Please use the format-independent ReadRowsResponse.row_count instead.

Returns:

  • (::Integer)

    [Deprecated] The count of rows in the returning block. Please use the format-independent ReadRowsResponse.row_count instead.



44
45
46
47
# File 'proto_docs/google/cloud/bigquery/storage/v1/avro.rb', line 44

class AvroRows
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#serialized_binary_rows::String

Returns Binary serialized rows in a block.

Returns:

  • (::String)

    Binary serialized rows in a block.



44
45
46
47
# File 'proto_docs/google/cloud/bigquery/storage/v1/avro.rb', line 44

class AvroRows
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end