Class: Google::Cloud::DataCatalog::V1::PhysicalSchema::AvroSchema

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#text::String

Returns JSON source of the Avro schema.

Returns:

  • (::String)

    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