Class: Google::Cloud::DataCatalog::V1::PhysicalSchema::ThriftSchema

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 Thrift format.

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns Thrift IDL source of the schema.

Returns:

  • (::String)

    Thrift IDL source of the schema.



61
62
63
64
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 61

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