Class: Google::Cloud::Bigquery::Storage::V1::AvroSchema
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::AvroSchema
- 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
-
#schema ⇒ ::String
Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.
Instance Attribute Details
#schema ⇒ ::String
Returns Json serialized schema, as described at https://avro.apache.org/docs/1.8.1/spec.html.
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 |