Package io.openlineage.client
Class OpenLineage.GcpCommonJobFacetOrigin
- java.lang.Object
-
- io.openlineage.client.OpenLineage.GcpCommonJobFacetOrigin
-
- Enclosing class:
- OpenLineage
public static final class OpenLineage.GcpCommonJobFacetOrigin extends java.lang.Object
model class for GcpCommonJobFacetOrigin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getSourceType()
-
-
-
Method Detail
-
getSourceType
public java.lang.String getSourceType()
- Returns:
- Type of the source. Possible values can be found in GCP documentation (https://cloud.google.com/data-catalog/docs/reference/data-lineage/rest/v1/projects.locations.processes#SourceType)
-
getName
public java.lang.String getName()
- Returns:
- If the sourceType 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. More details in GCP documentation https://cloud.google.com/data-catalog/docs/reference/data-lineage/rest/v1/projects.locations.processes#origin
-
-