GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEvent (google_api_dataplex v0.21.0)
View SourceThe payload associated with Discovery data processing.
Attributes
-
action(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventActionDetails.t, default:nil) - Details about the action associated with the event. -
assetId(type:String.t, default:nil) - The id of the associated asset. -
config(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventConfigDetails.t, default:nil) - Details about discovery configuration in effect. -
dataLocation(type:String.t, default:nil) - The data location associated with the event. -
datascanId(type:String.t, default:nil) - The id of the associated datascan for standalone discovery. -
entity(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventEntityDetails.t, default:nil) - Details about the entity associated with the event. -
lakeId(type:String.t, default:nil) - The id of the associated lake. -
message(type:String.t, default:nil) - The log message. -
partition(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventPartitionDetails.t, default:nil) - Details about the partition associated with the event. -
table(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventTableDetails.t, default:nil) - Details about the BigQuery table publishing associated with the event. -
type(type:String.t, default:nil) - The type of the event being logged. -
zoneId(type:String.t, default:nil) - The id of the associated zone.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEvent{ action: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventActionDetails.t() | nil, assetId: String.t() | nil, config: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventConfigDetails.t() | nil, dataLocation: String.t() | nil, datascanId: String.t() | nil, entity: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventEntityDetails.t() | nil, lakeId: String.t() | nil, message: String.t() | nil, partition: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventPartitionDetails.t() | nil, table: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DiscoveryEventTableDetails.t() | nil, type: String.t() | nil, zoneId: String.t() | nil }