ImportMappingRulesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for 'ImportMappingRules' request.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}. |
rules_format |
google.cloud.clouddms_v1.types.ImportRulesFileFormat
Required. The format of the rules content file. |
rules_files |
MutableSequence[google.cloud.clouddms_v1.types.ImportMappingRulesRequest.RulesFile]
Required. One or more rules files. |
auto_commit |
bool
Required. Should the conversion workspace be committed automatically after the import operation. |
Classes
RulesFile
RulesFile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details of a single rules file.