Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile (v0.4.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile.

Details of a single rules file.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#rules_content

def rules_content() -> ::String
Returns
  • (::String) — The text content of the rules that needs to be converted.

#rules_content=

def rules_content=(value) -> ::String
Parameter
  • value (::String) — The text content of the rules that needs to be converted.
Returns
  • (::String) — The text content of the rules that needs to be converted.

#rules_source_filename

def rules_source_filename() -> ::String
Returns
  • (::String) — 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.

#rules_source_filename=

def rules_source_filename=(value) -> ::String
Parameter
  • value (::String) — 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) — 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.