Class: Google::Cloud::DataCatalog::V1::PhysicalSchema::AvroSchema
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::PhysicalSchema::AvroSchema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/physical_schema.rb
Overview
Schema in Avro JSON format.
Instance Attribute Summary collapse
-
#text ⇒ ::String
JSON source of the Avro schema.
Instance Attribute Details
#text ⇒ ::String
Returns JSON source of the Avro schema.
52 53 54 55 |
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 52 class AvroSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |