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.
901 902 903 904 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 901 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.
901 902 903 904 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 901 class RulesFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |