GetLineageEventResult

data class GetLineageEventResult(val endTime: String, val links: List<GoogleCloudDatacatalogLineageV1EventLinkResponse>, val name: String, val startTime: String)

Constructors

Link copied to clipboard
constructor(endTime: String, links: List<GoogleCloudDatacatalogLineageV1EventLinkResponse>, name: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The end of the transformation which resulted in this lineage event. For streaming scenarios, it should be the end of the period from which the lineage is being reported.

Link copied to clipboard

Optional. List of source-target pairs. Can't contain more than 100 tuples.

Link copied to clipboard

Immutable. The resource name of the lineage event. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}. Can be specified or auto-assigned. {lineage_event} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.

Link copied to clipboard

Optional. The beginning of the transformation which resulted in this lineage event. For streaming scenarios, it should be the beginning of the period from which the lineage is being reported.