Class: Google::Cloud::CloudDMS::V1::PackageEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::PackageEntity
- 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
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
-
#package_body ⇒ ::String
The SQL code which creates the package body.
-
#package_sql_code ⇒ ::String
The SQL code which creates the package.
Instance Attribute Details
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
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.
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.
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 |