Skip to content

Commit 6463f72

Browse files
feat(all): auto-regenerate discovery clients (#3497)
1 parent 633a3a2 commit 6463f72

18 files changed

Lines changed: 178 additions & 200 deletions

artifactregistry/v1/artifactregistry-api.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
]
465465
},
466466
"list": {
467-
"description": "Lists information about the supported locations for this service.",
467+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
468468
"flatPath": "v1/projects/{projectsId}/locations",
469469
"httpMethod": "GET",
470470
"id": "artifactregistry.projects.locations.list",
@@ -2493,7 +2493,7 @@
24932493
}
24942494
}
24952495
},
2496-
"revision": "20260102",
2496+
"revision": "20260206",
24972497
"rootUrl": "https://artifactregistry.googleapis.com/",
24982498
"schemas": {
24992499
"AptArtifact": {
@@ -3284,12 +3284,14 @@
32843284
"enum": [
32853285
"HASH_TYPE_UNSPECIFIED",
32863286
"SHA256",
3287-
"MD5"
3287+
"MD5",
3288+
"DIRSUM_SHA256"
32883289
],
32893290
"enumDescriptions": [
32903291
"Unspecified.",
32913292
"SHA256 hash.",
3292-
"MD5 hash."
3293+
"MD5 hash.",
3294+
"Dirsum SHA256 hash."
32933295
],
32943296
"type": "string"
32953297
},

artifactregistry/v1/artifactregistry-gen.go

Lines changed: 6 additions & 1 deletion
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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
]
377377
},
378378
"list": {
379-
"description": "Lists information about the supported locations for this service.",
379+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
380380
"flatPath": "v1beta1/projects/{projectsId}/locations",
381381
"httpMethod": "GET",
382382
"id": "artifactregistry.projects.locations.list",
@@ -1182,7 +1182,7 @@
11821182
}
11831183
}
11841184
},
1185-
"revision": "20251029",
1185+
"revision": "20260206",
11861186
"rootUrl": "https://artifactregistry.googleapis.com/",
11871187
"schemas": {
11881188
"Binding": {
@@ -1284,12 +1284,14 @@
12841284
"enum": [
12851285
"HASH_TYPE_UNSPECIFIED",
12861286
"SHA256",
1287-
"MD5"
1287+
"MD5",
1288+
"DIRSUM_SHA256"
12881289
],
12891290
"enumDescriptions": [
12901291
"Unspecified.",
12911292
"SHA256 hash.",
1292-
"MD5 hash."
1293+
"MD5 hash.",
1294+
"Dirsum SHA256 hash."
12931295
],
12941296
"type": "string"
12951297
},

artifactregistry/v1beta1/artifactregistry-gen.go

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

ces/v1/ces-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,7 @@
22462246
}
22472247
}
22482248
},
2249-
"revision": "20260209",
2249+
"revision": "20260213",
22502250
"rootUrl": "https://ces.googleapis.com/",
22512251
"schemas": {
22522252
"Action": {
@@ -6809,7 +6809,8 @@
68096809
"ADVANCED_PRODUCT_DETAILS",
68106810
"SHORT_FORM",
68116811
"OVERALL_SATISFACTION",
6812-
"ORDER_SUMMARY"
6812+
"ORDER_SUMMARY",
6813+
"APPOINTMENT_DETAILS"
68136814
],
68146815
"enumDescriptions": [
68156816
"Unspecified widget type.",
@@ -6821,7 +6822,8 @@
68216822
"Advanced product details widget.",
68226823
"Short form widget.",
68236824
"Overall satisfaction widget.",
6824-
"Order summary widget."
6825+
"Order summary widget.",
6826+
"Appointment details widget."
68256827
],
68266828
"type": "string"
68276829
}

ces/v1/ces-gen.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ces/v1beta/ces-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3288,7 +3288,7 @@
32883288
}
32893289
}
32903290
},
3291-
"revision": "20260209",
3291+
"revision": "20260213",
32923292
"rootUrl": "https://ces.googleapis.com/",
32933293
"schemas": {
32943294
"Action": {
@@ -10550,7 +10550,8 @@
1055010550
"ADVANCED_PRODUCT_DETAILS",
1055110551
"SHORT_FORM",
1055210552
"OVERALL_SATISFACTION",
10553-
"ORDER_SUMMARY"
10553+
"ORDER_SUMMARY",
10554+
"APPOINTMENT_DETAILS"
1055410555
],
1055510556
"enumDescriptions": [
1055610557
"Unspecified widget type.",
@@ -10562,7 +10563,8 @@
1056210563
"Advanced product details widget.",
1056310564
"Short form widget.",
1056410565
"Overall satisfaction widget.",
10565-
"Order summary widget."
10566+
"Order summary widget.",
10567+
"Appointment details widget."
1056610568
],
1056710569
"type": "string"
1056810570
}

ces/v1beta/ces-gen.go

Lines changed: 1 addition & 0 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@
23442344
}
23452345
}
23462346
},
2347-
"revision": "20251226",
2347+
"revision": "20260211",
23482348
"rootUrl": "https://datacatalog.googleapis.com/",
23492349
"schemas": {
23502350
"Binding": {
@@ -4758,7 +4758,7 @@
47584758
"type": "object"
47594759
},
47604760
"GoogleCloudDatacatalogV1TagTemplate": {
4761-
"description": "A tag template defines a tag that can have one or more typed fields. The template is used to create tags that are attached to Google Cloud resources. [Tag template roles] (https://cloud.google.com/iam/docs/understanding-roles#data-catalog-roles) provide permissions to create, edit, and use the template. For example, see the [TagTemplate User] (https://cloud.google.com/data-catalog/docs/how-to/template-user) role that includes a permission to use the tag template to tag resources.",
4761+
"description": "A tag template defines a tag that can have one or more typed fields. The template is used to create tags that are attached to Google Cloud resources. [Tag template roles] (https://cloud.google.com/iam/docs/roles-permissions/datacatalog) provide permissions to create, edit, and use the template. For example, see the [TagTemplate User] (https://cloud.google.com/data-catalog/docs/how-to/template-user) role that includes a permission to use the tag template to tag resources.",
47624762
"id": "GoogleCloudDatacatalogV1TagTemplate",
47634763
"properties": {
47644764
"dataplexTransferStatus": {

datacatalog/v1/datacatalog-gen.go

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

0 commit comments

Comments
 (0)