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.



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.

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.



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