Class: Google::Cloud::CloudDMS::V1::UDTEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::UDTEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
UDT's parent is a schema.
Instance Attribute Summary collapse
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
-
#udt_body ⇒ ::String
The SQL code which creates the udt body.
-
#udt_sql_code ⇒ ::String
The SQL code which creates the udt.
Instance Attribute Details
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
1141 1142 1143 1144 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1141 class UDTEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |