Google Cloud Dataplex V1 Client - Class GovernanceEvent (0.15.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class GovernanceEvent.

Payload associated with Governance related log events.

Generated from protobuf message google.cloud.dataplex.v1.GovernanceEvent

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ message string

The log message.

↳ event_type int

The type of the event.

↳ entity Google\Cloud\Dataplex\V1\GovernanceEvent\Entity

Entity resource information if the log event is associated with a specific entity.

getMessage

The log message.

Returns
Type Description
string

setMessage

The log message.

Parameter
Name Description
var string
Returns
Type Description
$this

getEventType

The type of the event.

Returns
Type Description
int

setEventType

The type of the event.

Parameter
Name Description
var int
Returns
Type Description
$this

getEntity

Entity resource information if the log event is associated with a specific entity.

Returns
Type Description
Google\Cloud\Dataplex\V1\GovernanceEvent\Entity|null

hasEntity

clearEntity

setEntity

Entity resource information if the log event is associated with a specific entity.

Parameter
Name Description
var Google\Cloud\Dataplex\V1\GovernanceEvent\Entity
Returns
Type Description
$this