Class OpenLineage.GcpCommonJobFacetOriginBuilder

    • Constructor Detail

      • GcpCommonJobFacetOriginBuilder

        public GcpCommonJobFacetOriginBuilder()
    • Method Detail

      • sourceType

        public OpenLineage.GcpCommonJobFacetOriginBuilder sourceType​(java.lang.String sourceType)
        Parameters:
        sourceType - 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)
        Returns:
        this
      • name

        public OpenLineage.GcpCommonJobFacetOriginBuilder name​(java.lang.String name)
        Parameters:
        name - 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
        Returns:
        this