Reference documentation and code samples for the Google Cloud Dms V1 Client class EntityMappingLogEntry.
A single record of a rule which was used for a mapping.
Generated from protobuf message google.cloud.clouddms.v1.EntityMappingLogEntry
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rule_id |
string
Which rule caused this log entry. |
↳ rule_revision_id |
string
Rule revision ID. |
↳ mapping_comment |
string
Comment. |
getRuleId
Which rule caused this log entry.
Returns | |
---|---|
Type | Description |
string |
setRuleId
Which rule caused this log entry.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRuleRevisionId
Rule revision ID.
Returns | |
---|---|
Type | Description |
string |
setRuleRevisionId
Rule revision ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMappingComment
Comment.
Returns | |
---|---|
Type | Description |
string |
setMappingComment
Comment.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |