Class: Google::Cloud::Bigquery::Storage::V1::AvroSchema

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 schema.

Instance Attribute Summary collapse

Instance Attribute Details

#schema::String

Returns Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.

Returns:



30
31
32
33
# File 'proto_docs/google/cloud/bigquery/storage/v1/avro.rb', line 30

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