Class: Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Details of a single rules file.
Instance Attribute Summary collapse
-
#rules_content ⇒ ::String
Required.
-
#rules_source_filename ⇒ ::String
Required.
Instance Attribute Details
#rules_content ⇒ ::String
Returns Required. The text content of the rules that needs to be converted.
910 911 912 913 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 910 class RulesFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rules_source_filename ⇒ ::String
Returns Required. The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.
910 911 912 913 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 910 class RulesFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |