Class: Google::Cloud::CloudDMS::V1::PackageEntity

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

Package's parent is a schema.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_features::Google::Protobuf::Struct

Returns Custom engine specific features.

Returns:



1126
1127
1128
1129
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1126

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

#package_body::String

Returns The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.

Returns:

  • (::String)

    The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.



1126
1127
1128
1129
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1126

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

#package_sql_code::String

Returns The SQL code which creates the package.

Returns:

  • (::String)

    The SQL code which creates the package.



1126
1127
1128
1129
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1126

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