Class: Google::Cloud::DataCatalog::V1::PhysicalSchema::ThriftSchema
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::PhysicalSchema::ThriftSchema
- 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
-
#text ⇒ ::String
Thrift IDL source of the schema.
Instance Attribute Details
#text ⇒ ::String
Returns 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 |