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

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

Request message for 'ImportMappingRules' request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auto_commit

def auto_commit() -> ::Boolean
Returns
  • (::Boolean) — Required. Should the conversion workspace be committed automatically after the import operation.

#auto_commit=

def auto_commit=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Required. Should the conversion workspace be committed automatically after the import operation.
Returns
  • (::Boolean) — Required. Should the conversion workspace be committed automatically after the import operation.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Returns
  • (::String) — Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

#rules_files

def rules_files() -> ::Array<::Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile>
Returns

#rules_files=

def rules_files=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::ImportMappingRulesRequest::RulesFile>
Parameter
Returns

#rules_format

def rules_format() -> ::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat
Returns

#rules_format=

def rules_format=(value) -> ::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat
Parameter
Returns