Class: Google::Cloud::CloudDMS::V1::FunctionEntity

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

Function's parent is a schema.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_features::Google::Protobuf::Struct

Returns Custom engine specific features.

Returns:



1082
1083
1084
1085
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1082

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

#sql_code::String

Returns The SQL code which creates the function.

Returns:

  • (::String)

    The SQL code which creates the function.



1082
1083
1084
1085
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1082

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