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
Required. The format of the rules content file.
↳ rules_files
array< Google\Cloud\CloudDms\V1\ImportMappingRulesRequest\RulesFile
>
Required. One or more rules files.
↳ auto_commit
bool
Required. 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
Required. The format of the rules content file.
int
setRulesFormat
Required. The format of the rules content file.
var
int
$this
getRulesFiles
Required. One or more rules files.
setRulesFiles
Required. One or more rules files.
$this
getAutoCommit
Required. Should the conversion workspace be committed automatically after the import operation.
bool
setAutoCommit
Required. Should the conversion workspace be committed automatically after the import operation.
var
bool
$this