Class: Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#rules_content::String

Returns Required. The text content of the rules that needs to be converted.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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