Google Cloud Dms V1 Client - Class EntityMappingLogEntry (1.1.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setRuleId

Which rule caused this log entry.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRuleRevisionId

Rule revision ID.

Returns
TypeDescription
string

setRuleRevisionId

Rule revision ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMappingComment

Comment.

Returns
TypeDescription
string

setMappingComment

Comment.

Parameter
NameDescription
var string
Returns
TypeDescription
$this