Skip to content

Commit 95ba0e8

Browse files
1 parent fcd4ff3 commit 95ba0e8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Datalineage/GoogleCloudDatacatalogLineageV1Origin.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ class GoogleCloudDatacatalogLineageV1Origin extends \Google\Model
5151
* Vertex AI
5252
*/
5353
public const SOURCE_TYPE_VERTEX_AI = 'VERTEX_AI';
54+
/**
55+
* Dataflow
56+
*/
57+
public const SOURCE_TYPE_DATAFLOW = 'DATAFLOW';
5458
/**
5559
* Looker Core
5660
*/
@@ -106,7 +110,7 @@ public function getName()
106110
* source types other than `CUSTOM`.
107111
*
108112
* Accepted values: SOURCE_TYPE_UNSPECIFIED, CUSTOM, BIGQUERY, DATA_FUSION,
109-
* COMPOSER, LOOKER_STUDIO, DATAPROC, VERTEX_AI, LOOKER_CORE
113+
* COMPOSER, LOOKER_STUDIO, DATAPROC, VERTEX_AI, DATAFLOW, LOOKER_CORE
110114
*
111115
* @param self::SOURCE_TYPE_* $sourceType
112116
*/

0 commit comments

Comments
 (0)