Class: Google::Cloud::DataCatalog::V1::PhysicalSchema::ProtobufSchema
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::PhysicalSchema::ProtobufSchema
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/physical_schema.rb
Overview
Schema in protocol buffer format.
Instance Attribute Summary collapse
-
#text ⇒ ::String
Protocol buffer source of the schema.
Instance Attribute Details
#text ⇒ ::String
Returns Protocol buffer source of the schema.
70 71 72 73 |
# File 'proto_docs/google/cloud/datacatalog/v1/physical_schema.rb', line 70 class ProtobufSchema include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |