Class: Google::Cloud::CloudDMS::V1::UDTEntity

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

Instance Attribute Details

#custom_features::Google::Protobuf::Struct

Returns Custom engine specific features.

Returns:



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

#udt_body::String

Returns The SQL code which creates the udt body.

Returns:

  • (::String)

    The SQL code which creates the udt body.



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

#udt_sql_code::String

Returns The SQL code which creates the udt.

Returns:

  • (::String)

    The SQL code which creates the udt.



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