Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DiscoveryEvent.
The payload associated with Discovery data processing.
Generated from protobuf message google.cloud.dataplex.v1.DiscoveryEvent
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ message
string
The log message.
↳ lake_id
string
The id of the associated lake.
↳ zone_id
string
The id of the associated zone.
↳ asset_id
string
The id of the associated asset.
↳ data_location
string
The data location associated with the event.
↳ type
int
The type of the event being logged.
↳ config
Google\Cloud\Dataplex\V1\DiscoveryEvent\ConfigDetails
Details about discovery configuration in effect.
↳ entity
Google\Cloud\Dataplex\V1\DiscoveryEvent\EntityDetails
Details about the entity associated with the event.
↳ partition
Google\Cloud\Dataplex\V1\DiscoveryEvent\PartitionDetails
Details about the partition associated with the event.
↳ action
Google\Cloud\Dataplex\V1\DiscoveryEvent\ActionDetails
Details about the action associated with the event.
getMessage
The log message.
string
setMessage
The log message.
var
string
$this
getLakeId
The id of the associated lake.
string
setLakeId
The id of the associated lake.
var
string
$this
getZoneId
The id of the associated zone.
string
setZoneId
The id of the associated zone.
var
string
$this
getAssetId
The id of the associated asset.
string
setAssetId
The id of the associated asset.
var
string
$this
getDataLocation
The data location associated with the event.
string
setDataLocation
The data location associated with the event.
var
string
$this
getType
The type of the event being logged.
int
setType
The type of the event being logged.
var
int
$this
getConfig
Details about discovery configuration in effect.
hasConfig
setConfig
Details about discovery configuration in effect.
$this
getEntity
Details about the entity associated with the event.
hasEntity
setEntity
Details about the entity associated with the event.
$this
getPartition
Details about the partition associated with the event.
hasPartition
setPartition
Details about the partition associated with the event.
$this
getAction
Details about the action associated with the event.
hasAction
setAction
Details about the action associated with the event.
$this
getDetails
string