View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse (google_api_data_lineage v0.3.0)

Response message for ProcessOpenLineageRunEvent.

Attributes

  • lineageEvents (type: list(String.t), default: nil) - Created lineage event names. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.
  • process (type: String.t, default: nil) - Created process name. Format: projects/{project}/locations/{location}/processes/{process}.
  • run (type: String.t, default: nil) - Created run name. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse{
    lineageEvents: [String.t()] | nil,
    process: String.t() | nil,
    run: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.