Reference documentation and code samples for the Google Cloud Dms V1 Client class ImportMappingRulesRequest.
Request message for 'ImportMappingRules' request.
Generated from protobuf message google.cloud.clouddms.v1.ImportMappingRulesRequest
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
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_format
int
The format of the rules content file.
↳ rules_files
↳ auto_commit
bool
Should the conversion workspace be committed automatically after the import operation.
getParent
Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
string
setParent
Required. Name of the conversion workspace resource to import the rules to in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
var
string
$this
getRulesFormat
The format of the rules content file.
int
setRulesFormat
The format of the rules content file.
var
int
$this
getRulesFiles
One or more rules files.
setRulesFiles
One or more rules files.
$this
getAutoCommit
Should the conversion workspace be committed automatically after the import operation.
bool
setAutoCommit
Should the conversion workspace be committed automatically after the import operation.
var
bool
$this

