Google Cloud Datacatalog Lineage V1Origin Args
data class GoogleCloudDatacatalogLineageV1OriginArgs(val name: Output<String>? = null, val sourceType: Output<GoogleCloudDatacatalogLineageV1OriginSourceType>? = null) : ConvertibleToJava<GoogleCloudDatacatalogLineageV1OriginArgs>
Origin of a process.
Constructors
Link copied to clipboard
fun GoogleCloudDatacatalogLineageV1OriginArgs(name: Output<String>? = null, sourceType: Output<GoogleCloudDatacatalogLineageV1OriginSourceType>? = null)
Functions
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"}