Class: Google::Cloud::CloudDMS::V1::SinglePackageChange
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SinglePackageChange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Options to configure rule type SinglePackageChange. The rule is used to alter the sql code for a package entities.
The rule filter field can refer to one entity.
The rule scope can be: Package
Instance Attribute Summary collapse
-
#package_body ⇒ ::String
Optional.
-
#package_description ⇒ ::String
Optional.
Instance Attribute Details
#package_body ⇒ ::String
Returns Optional. Sql code for package body.
631 632 633 634 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 631 class SinglePackageChange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#package_description ⇒ ::String
Returns Optional. Sql code for package description.
631 632 633 634 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 631 class SinglePackageChange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |