GoogleCloudDatacatalogLineageV1OriginResponse

data class GoogleCloudDatacatalogLineageV1OriginResponse(val name: String, val sourceType: String)

Origin of a process.

Constructors

constructor(name: String, sourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - {source_type: COMPOSER, name: "projects/foo/locations/us/environments/bar"} - {source_type: BIGQUERY, name: "projects/foo/locations/eu"} - {source_type: CUSTOM, name: "myCustomIntegration"}

Link copied to clipboard

Type of the source. Use of a source_type other than CUSTOM for process creation or updating is highly discouraged, and may be restricted in the future without notice.