Skip to content

Commit 771eebf

Browse files
1 parent 77b69cd commit 771eebf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/Datalineage/GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleIntegrationSelector.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ class GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRul
2727
* Dataproc
2828
*/
2929
public const INTEGRATION_DATAPROC = 'DATAPROC';
30+
/**
31+
* Looker Core
32+
*/
33+
public const INTEGRATION_LOOKER_CORE = 'LOOKER_CORE';
3034
/**
3135
* Required. Integration to which the rule applies. This field can be used to
3236
* specify the integration against which the ingestion rule should be applied.
@@ -39,7 +43,7 @@ class GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRul
3943
* Required. Integration to which the rule applies. This field can be used to
4044
* specify the integration against which the ingestion rule should be applied.
4145
*
42-
* Accepted values: INTEGRATION_UNSPECIFIED, DATAPROC
46+
* Accepted values: INTEGRATION_UNSPECIFIED, DATAPROC, LOOKER_CORE
4347
*
4448
* @param self::INTEGRATION_* $integration
4549
*/

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+
* Looker Core
56+
*/
57+
public const SOURCE_TYPE_LOOKER_CORE = 'LOOKER_CORE';
5458
/**
5559
* If the source_type isn't CUSTOM, the value of this field should be a Google
5660
* Cloud resource name of the system, which reports lineage. The project and
@@ -102,7 +106,7 @@ public function getName()
102106
* source types other than `CUSTOM`.
103107
*
104108
* Accepted values: SOURCE_TYPE_UNSPECIFIED, CUSTOM, BIGQUERY, DATA_FUSION,
105-
* COMPOSER, LOOKER_STUDIO, DATAPROC, VERTEX_AI
109+
* COMPOSER, LOOKER_STUDIO, DATAPROC, VERTEX_AI, LOOKER_CORE
106110
*
107111
* @param self::SOURCE_TYPE_* $sourceType
108112
*/

0 commit comments

Comments
 (0)