Skip to content

Commit fceda0c

Browse files
feat(all): auto-regenerate discovery clients (#3136)
1 parent 25f8d4a commit fceda0c

14 files changed

+164
-51
lines changed

artifactregistry/v1/artifactregistry-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@
24552455
}
24562456
}
24572457
},
2458-
"revision": "20250423",
2458+
"revision": "20250425",
24592459
"rootUrl": "https://artifactregistry.googleapis.com/",
24602460
"schemas": {
24612461
"AptArtifact": {
@@ -4171,12 +4171,12 @@
41714171
"description": "Configuration specific for a Remote Repository."
41724172
},
41734173
"satisfiesPzi": {
4174-
"description": "Output only. If set, the repository satisfies physical zone isolation.",
4174+
"description": "Output only. Whether or not this repository satisfies PZI.",
41754175
"readOnly": true,
41764176
"type": "boolean"
41774177
},
41784178
"satisfiesPzs": {
4179-
"description": "Output only. If set, the repository satisfies physical zone separation.",
4179+
"description": "Output only. Whether or not this repository satisfies PZS.",
41804180
"readOnly": true,
41814181
"type": "boolean"
41824182
},
@@ -4373,7 +4373,7 @@
43734373
"type": "string"
43744374
},
43754375
"versionId": {
4376-
"description": "The ID of the version of the generic artifact. If the version does not exist, a new version will be created. The version_id must start and end with a letter or number, can only contain lowercase letters, numbers, hyphens and periods, i.e. [a-z0-9-.] and cannot exceed a total of 128 characters. Creating a version called `latest` is not allowed.",
4376+
"description": "The ID of the version of the generic artifact. If the version does not exist, a new version will be created. The version_id must start and end with a letter or number, can only contain lowercase letters, numbers, the following characters [-.+~:], i.e.[a-z0-9-.+~:] and cannot exceed a total of 128 characters. Creating a version called `latest` is not allowed.",
43774377
"type": "string"
43784378
}
43794379
},

artifactregistry/v1/artifactregistry-gen.go

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifactregistry/v1beta1/artifactregistry-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@
11721172
}
11731173
}
11741174
},
1175-
"revision": "20250423",
1175+
"revision": "20250425",
11761176
"rootUrl": "https://artifactregistry.googleapis.com/",
11771177
"schemas": {
11781178
"Binding": {
@@ -1571,12 +1571,12 @@
15711571
"type": "string"
15721572
},
15731573
"satisfiesPzi": {
1574-
"description": "Output only. If set, the repository satisfies physical zone isolation.",
1574+
"description": "Output only. Whether or not this repository satisfies PZI.",
15751575
"readOnly": true,
15761576
"type": "boolean"
15771577
},
15781578
"satisfiesPzs": {
1579-
"description": "Output only. If set, the repository satisfies physical zone separation.",
1579+
"description": "Output only. Whether or not this repository satisfies PZS.",
15801580
"readOnly": true,
15811581
"type": "boolean"
15821582
},

artifactregistry/v1beta1/artifactregistry-gen.go

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifactregistry/v1beta2/artifactregistry-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@
14401440
}
14411441
}
14421442
},
1443-
"revision": "20250415",
1443+
"revision": "20250425",
14441444
"rootUrl": "https://artifactregistry.googleapis.com/",
14451445
"schemas": {
14461446
"AptArtifact": {
@@ -2121,12 +2121,12 @@
21212121
"type": "string"
21222122
},
21232123
"satisfiesPzi": {
2124-
"description": "Output only. If set, the repository satisfies physical zone isolation.",
2124+
"description": "Output only. Whether or not this repository satisfies PZI.",
21252125
"readOnly": true,
21262126
"type": "boolean"
21272127
},
21282128
"satisfiesPzs": {
2129-
"description": "Output only. If set, the repository satisfies physical zone separation.",
2129+
"description": "Output only. Whether or not this repository satisfies PZS.",
21302130
"readOnly": true,
21312131
"type": "boolean"
21322132
},

artifactregistry/v1beta2/artifactregistry-gen.go

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigquery/v2/bigquery-api.json

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,9 @@
276276
],
277277
"enumDescriptions": [
278278
"The default value. Default to the FULL view.",
279-
"Includes metadata information for the dataset, such as location, etag, lastModifiedTime, etc.",
280-
"Includes ACL information for the dataset, which defines dataset access for one or more entities.",
281-
"Includes both dataset metadata and ACL information."
279+
"Updates metadata information for the dataset, such as friendlyName, description, labels, etc.",
280+
"Updates ACL information for the dataset, which defines dataset access for one or more entities.",
281+
"Updates both dataset metadata and ACL information."
282282
],
283283
"location": "query",
284284
"type": "string"
@@ -413,6 +413,23 @@
413413
"pattern": "^[^/]+$",
414414
"required": true,
415415
"type": "string"
416+
},
417+
"updateMode": {
418+
"description": "Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.",
419+
"enum": [
420+
"UPDATE_MODE_UNSPECIFIED",
421+
"UPDATE_METADATA",
422+
"UPDATE_ACL",
423+
"UPDATE_FULL"
424+
],
425+
"enumDescriptions": [
426+
"The default value. Default to the UPDATE_FULL.",
427+
"Includes metadata information for the dataset, such as friendlyName, description, labels, etc.",
428+
"Includes ACL information for the dataset, which defines dataset access for one or more entities.",
429+
"Includes both dataset metadata and ACL information."
430+
],
431+
"location": "query",
432+
"type": "string"
416433
}
417434
},
418435
"path": "projects/{+projectId}/datasets/{+datasetId}",
@@ -493,6 +510,23 @@
493510
"pattern": "^[^/]+$",
494511
"required": true,
495512
"type": "string"
513+
},
514+
"updateMode": {
515+
"description": "Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.",
516+
"enum": [
517+
"UPDATE_MODE_UNSPECIFIED",
518+
"UPDATE_METADATA",
519+
"UPDATE_ACL",
520+
"UPDATE_FULL"
521+
],
522+
"enumDescriptions": [
523+
"The default value. Default to the UPDATE_FULL.",
524+
"Includes metadata information for the dataset, such as friendlyName, description, labels, etc.",
525+
"Includes ACL information for the dataset, which defines dataset access for one or more entities.",
526+
"Includes both dataset metadata and ACL information."
527+
],
528+
"location": "query",
529+
"type": "string"
496530
}
497531
},
498532
"path": "projects/{+projectId}/datasets/{+datasetId}",
@@ -2256,7 +2290,7 @@
22562290
}
22572291
}
22582292
},
2259-
"revision": "20250404",
2293+
"revision": "20250427",
22602294
"rootUrl": "https://bigquery.googleapis.com/",
22612295
"schemas": {
22622296
"AggregateClassificationMetrics": {
@@ -5577,7 +5611,7 @@
55775611
"description": "Time-based partitioning specification for the destination table. Only one of timePartitioning and rangePartitioning should be specified."
55785612
},
55795613
"timeZone": {
5580-
"description": "Optional. [Experimental] Default time zone that will apply when parsing timestamp values that have no specific time zone.",
5614+
"description": "Optional. Default time zone that will apply when parsing timestamp values that have no specific time zone.",
55815615
"type": "string"
55825616
},
55835617
"timestampFormat": {
@@ -6235,7 +6269,7 @@
62356269
"type": "array"
62366270
},
62376271
"referencedTables": {
6238-
"description": "Output only. Referenced tables for the job. Queries that reference more than 50 tables will not have a complete list.",
6272+
"description": "Output only. Referenced tables for the job.",
62396273
"items": {
62406274
"$ref": "TableReference"
62416275
},
@@ -7780,6 +7814,11 @@
77807814
"format": "int64",
77817815
"type": "string"
77827816
},
7817+
"shuffleRamUsageRatio": {
7818+
"description": "Total shuffle usage ratio in shuffle RAM per reservation of this query. This will be provided for reservation customers only.",
7819+
"format": "double",
7820+
"type": "number"
7821+
},
77837822
"totalSlotMs": {
77847823
"description": "Cumulative slot-ms consumed by the query.",
77857824
"format": "int64",

bigquery/v2/bigquery-gen.go

Lines changed: 67 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datacatalog/v1/datacatalog-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@
23392339
}
23402340
}
23412341
},
2342-
"revision": "20250411",
2342+
"revision": "20250429",
23432343
"rootUrl": "https://datacatalog.googleapis.com/",
23442344
"schemas": {
23452345
"Binding": {
@@ -3636,7 +3636,7 @@
36363636
"TAG_TEMPLATE_MIGRATION_DISABLED"
36373637
],
36383638
"enumDescriptions": [
3639-
"Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed.",
3639+
"Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed. For projects that are under an organization, the project inherits the organization's configuration when you set the project-level configuration to unspecified (`TAG_TEMPLATE_MIGRATION_UNSPECIFIED`). This means that when migration is enabled at the organization level, and the project-level configuration is unspecified, the project is migrated. To explicitly opt-in or opt-out individual projects, set the project-level configuration to enabled (`TAG_TEMPLATE_MIGRATION_ENABLED`) or disabled (`TAG_TEMPLATE_MIGRATION_DISABLED`).",
36403640
"Migration of Tag Templates from Data Catalog to Dataplex is enabled.",
36413641
"Migration of Tag Templates from Data Catalog to Dataplex is disabled."
36423642
],
@@ -4310,7 +4310,7 @@
43104310
"TAG_TEMPLATE_MIGRATION_DISABLED"
43114311
],
43124312
"enumDescriptions": [
4313-
"Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed.",
4313+
"Default value. Migration of Tag Templates from Data Catalog to Dataplex is not performed. For projects that are under an organization, the project inherits the organization's configuration when you set the project-level configuration to unspecified (`TAG_TEMPLATE_MIGRATION_UNSPECIFIED`). This means that when migration is enabled at the organization level, and the project-level configuration is unspecified, the project is migrated. To explicitly opt-in or opt-out individual projects, set the project-level configuration to enabled (`TAG_TEMPLATE_MIGRATION_ENABLED`) or disabled (`TAG_TEMPLATE_MIGRATION_DISABLED`).",
43144314
"Migration of Tag Templates from Data Catalog to Dataplex is enabled.",
43154315
"Migration of Tag Templates from Data Catalog to Dataplex is disabled."
43164316
],

0 commit comments

Comments
 (0)