Skip to content

Commit 538db54

Browse files
feat(datacatalog): update the API
#### datacatalog:v1beta1 The following keys were changed: - resources.entries.methods.lookup.parameters.sqlResource.description #### datacatalog:v1 The following keys were added: - schemas.GoogleCloudDatacatalogV1MigrationConfig.properties.templateMigrationEnabledTime.description - schemas.GoogleCloudDatacatalogV1MigrationConfig.properties.templateMigrationEnabledTime.format - schemas.GoogleCloudDatacatalogV1MigrationConfig.properties.templateMigrationEnabledTime.type The following keys were changed: - resources.entries.methods.lookup.parameters.sqlResource.description
1 parent 1c8c75d commit 538db54

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

‎discovery/datacatalog-v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"type": "string"
162162
},
163163
"sqlResource": {
164-
"description": "The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.topic.{PROJECT_ID}.{TOPIC_ID}` * `pubsub.topic.{PROJECT_ID}.`\\``{TOPIC.ID.SEPARATED.WITH.DOTS}`\\` * `bigquery.table.{PROJECT_ID}.{DATASET_ID}.{TABLE_ID}` * `bigquery.dataset.{PROJECT_ID}.{DATASET_ID}` * `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}` Identifiers (`*_ID`) should comply with the [Lexical structure in Standard SQL] (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).",
164+
"description": "The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.topic.{PROJECT_ID}.{TOPIC_ID}` * `pubsub.topic.{PROJECT_ID}.`\\``{TOPIC.ID.SEPARATED.WITH.DOTS}`\\` * `bigquery.table.{PROJECT_ID}.{DATASET_ID}.{TABLE_ID}` * `bigquery.dataset.{PROJECT_ID}.{DATASET_ID}` * `datacatalog.entry.{PROJECT_ID}.{LOCATION_ID}.{ENTRY_GROUP_ID}.{ENTRY_ID}` Identifiers (`*_ID`) should comply with the [Lexical structure in GoogleSQL] (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).",
165165
"location": "query",
166166
"type": "string"
167167
}
@@ -2339,7 +2339,7 @@
23392339
}
23402340
}
23412341
},
2342-
"revision": "20250212",
2342+
"revision": "20250411",
23432343
"rootUrl": "https://datacatalog.googleapis.com/",
23442344
"schemas": {
23452345
"Binding": {
@@ -3641,6 +3641,11 @@
36413641
"Migration of Tag Templates from Data Catalog to Dataplex is disabled."
36423642
],
36433643
"type": "string"
3644+
},
3645+
"templateMigrationEnabledTime": {
3646+
"description": "The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.",
3647+
"format": "google-datetime",
3648+
"type": "string"
36443649
}
36453650
},
36463651
"type": "object"

‎discovery/datacatalog-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"type": "string"
147147
},
148148
"sqlResource": {
149-
"description": "The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` * `bigquery.table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.dataset_id` * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`s should satisfy the standard SQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.",
149+
"description": "The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` * `bigquery.table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.dataset_id` * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`s should satisfy the GoogleSQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.",
150150
"location": "query",
151151
"type": "string"
152152
}
@@ -1855,7 +1855,7 @@
18551855
}
18561856
}
18571857
},
1858-
"revision": "20250212",
1858+
"revision": "20250314",
18591859
"rootUrl": "https://datacatalog.googleapis.com/",
18601860
"schemas": {
18611861
"Binding": {

‎src/apis/datacatalog/v1.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,10 @@ export namespace datacatalog_v1 {
994994
* Opt-in status for the migration of Tag Templates to Dataplex.
995995
*/
996996
tagTemplateMigration?: string | null;
997+
/**
998+
* The time when the Tag Template migration was enabled. If the Tag Template migration is not enabled, this field is not set.
999+
*/
1000+
templateMigrationEnabledTime?: string | null;
9971001
}
9981002
/**
9991003
* Specification that applies to a model. Valid only for entries with the `MODEL` type.
@@ -2153,7 +2157,7 @@ export namespace datacatalog_v1 {
21532157
*/
21542158
project?: string;
21552159
/**
2156-
* The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.topic.{PROJECT_ID\}.{TOPIC_ID\}` * `pubsub.topic.{PROJECT_ID\}.`\``{TOPIC.ID.SEPARATED.WITH.DOTS\}`\` * `bigquery.table.{PROJECT_ID\}.{DATASET_ID\}.{TABLE_ID\}` * `bigquery.dataset.{PROJECT_ID\}.{DATASET_ID\}` * `datacatalog.entry.{PROJECT_ID\}.{LOCATION_ID\}.{ENTRY_GROUP_ID\}.{ENTRY_ID\}` Identifiers (`*_ID`) should comply with the [Lexical structure in Standard SQL] (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
2160+
* The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.topic.{PROJECT_ID\}.{TOPIC_ID\}` * `pubsub.topic.{PROJECT_ID\}.`\``{TOPIC.ID.SEPARATED.WITH.DOTS\}`\` * `bigquery.table.{PROJECT_ID\}.{DATASET_ID\}.{TABLE_ID\}` * `bigquery.dataset.{PROJECT_ID\}.{DATASET_ID\}` * `datacatalog.entry.{PROJECT_ID\}.{LOCATION_ID\}.{ENTRY_GROUP_ID\}.{ENTRY_ID\}` Identifiers (`*_ID`) should comply with the [Lexical structure in GoogleSQL] (https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical).
21572161
*/
21582162
sqlResource?: string;
21592163
}

‎src/apis/datacatalog/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ export namespace datacatalog_v1beta1 {
22402240
*/
22412241
linkedResource?: string;
22422242
/**
2243-
* The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` * `bigquery.table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.dataset_id` * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`s should satisfy the standard SQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
2243+
* The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.project_id.topic_id` * ``pubsub.project_id.`topic.id.with.dots` `` * `bigquery.table.project_id.dataset_id.table_id` * `bigquery.dataset.project_id.dataset_id` * `datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`s should satisfy the GoogleSQL rules for identifiers. https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
22442244
*/
22452245
sqlResource?: string;
22462246
}

0 commit comments

Comments
 (0)