Reference documentation and code samples for the Google Cloud Dms V1 Client class CreateMappingRuleRequest.
Request message for 'CreateMappingRule' command.
Generated from protobuf message google.cloud.clouddms.v1.CreateMappingRuleRequest
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent which owns this collection of mapping rules. |
↳ mapping_rule_id |
string
Required. The ID of the rule to create. |
↳ mapping_rule |
Google\Cloud\CloudDms\V1\MappingRule
Required. Represents a mapping rule object. |
↳ request_id |
string
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters. |
getParent
Required. The parent which owns this collection of mapping rules.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent which owns this collection of mapping rules.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMappingRuleId
Required. The ID of the rule to create.
Returns | |
---|---|
Type | Description |
string |
setMappingRuleId
Required. The ID of the rule to create.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMappingRule
Required. Represents a mapping rule object.
Returns | |
---|---|
Type | Description |
Google\Cloud\CloudDms\V1\MappingRule|null |
hasMappingRule
clearMappingRule
setMappingRule
Required. Represents a mapping rule object.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\CloudDms\V1\MappingRule
|
Returns | |
---|---|
Type | Description |
$this |
getRequestId
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Returns | |
---|---|
Type | Description |
string |
setRequestId
A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored.
It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent which owns this collection of mapping rules. Please see Google\Cloud\CloudDms\V1\DataMigrationServiceClient::conversionWorkspaceName() for help formatting this field. |
mappingRule |
Google\Cloud\CloudDms\V1\MappingRule
Required. Represents a mapping rule object. |
mappingRuleId |
string
Required. The ID of the rule to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\CloudDms\V1\CreateMappingRuleRequest |