Skip to content

Commit a590b9a

Browse files
feat(all): auto-regenerate discovery clients (#3346)
1 parent 3de8a5b commit a590b9a

File tree

106 files changed

+33279
-5083
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+33279
-5083
lines changed

‎accessapproval/v1/accessapproval-api.json‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250912",
916+
"revision": "20251015",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1336,7 +1336,9 @@
13361336
"ML_KEM_768",
13371337
"ML_KEM_1024",
13381338
"KEM_XWING",
1339+
"PQ_SIGN_ML_DSA_44",
13391340
"PQ_SIGN_ML_DSA_65",
1341+
"PQ_SIGN_ML_DSA_87",
13401342
"PQ_SIGN_SLH_DSA_SHA2_128S",
13411343
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
13421344
],
@@ -1380,7 +1382,9 @@
13801382
"ML-KEM-768 (FIPS 203)",
13811383
"ML-KEM-1024 (FIPS 203)",
13821384
"X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.",
1385+
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.",
13831386
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
1387+
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.",
13841388
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
13851389
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."
13861390
],

‎accessapproval/v1/accessapproval-gen.go‎

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

‎aiplatform/v1/aiplatform-api.json‎

Lines changed: 488 additions & 13 deletions
Large diffs are not rendered by default.

‎aiplatform/v1/aiplatform-gen.go‎

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

‎alloydb/v1/alloydb-api.json‎

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@
16271627
}
16281628
}
16291629
},
1630-
"revision": "20251001",
1630+
"revision": "20251009",
16311631
"rootUrl": "https://alloydb.googleapis.com/",
16321632
"schemas": {
16331633
"AuthorizedNetwork": {
@@ -4656,7 +4656,8 @@
46564656
"SIGNAL_TYPE_REPLICATION_LAG",
46574657
"SIGNAL_TYPE_OUTDATED_VERSION",
46584658
"SIGNAL_TYPE_OUTDATED_CLIENT",
4659-
"SIGNAL_TYPE_DATABOOST_DISABLED"
4659+
"SIGNAL_TYPE_DATABOOST_DISABLED",
4660+
"SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES"
46604661
],
46614662
"enumDeprecated": [
46624663
false,
@@ -4761,6 +4762,7 @@
47614762
false,
47624763
false,
47634764
false,
4765+
false,
47644766
false
47654767
],
47664768
"enumDescriptions": [
@@ -4866,7 +4868,8 @@
48664868
"Replication delay.",
48674869
"Outdated version.",
48684870
"Outdated client.",
4869-
"Databoost is disabled."
4871+
"Databoost is disabled.",
4872+
"Recommended maintenance policy."
48704873
],
48714874
"type": "string"
48724875
},
@@ -5305,7 +5308,8 @@
53055308
"SIGNAL_TYPE_REPLICATION_LAG",
53065309
"SIGNAL_TYPE_OUTDATED_VERSION",
53075310
"SIGNAL_TYPE_OUTDATED_CLIENT",
5308-
"SIGNAL_TYPE_DATABOOST_DISABLED"
5311+
"SIGNAL_TYPE_DATABOOST_DISABLED",
5312+
"SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES"
53095313
],
53105314
"enumDeprecated": [
53115315
false,
@@ -5410,6 +5414,7 @@
54105414
false,
54115415
false,
54125416
false,
5417+
false,
54135418
false
54145419
],
54155420
"enumDescriptions": [
@@ -5515,7 +5520,8 @@
55155520
"Replication delay.",
55165521
"Outdated version.",
55175522
"Outdated client.",
5518-
"Databoost is disabled."
5523+
"Databoost is disabled.",
5524+
"Recommended maintenance policy."
55195525
],
55205526
"type": "string"
55215527
}
@@ -5865,11 +5871,11 @@
58655871
"phase": {
58665872
"description": "Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance",
58675873
"enum": [
5868-
"WINDOW_PHASE_UNSPECIFIED",
5869-
"WINDOW_PHASE_ANY",
5870-
"WINDOW_PHASE_WEEK1",
5871-
"WINDOW_PHASE_WEEK2",
5872-
"WINDOW_PHASE_WEEK5"
5874+
"PHASE_UNSPECIFIED",
5875+
"ANY",
5876+
"WEEK1",
5877+
"WEEK2",
5878+
"WEEK5"
58735879
],
58745880
"enumDescriptions": [
58755881
"Phase is unspecified.",

‎alloydb/v1/alloydb-gen.go‎

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

‎alloydb/v1alpha/alloydb-api.json‎

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@
16271627
}
16281628
}
16291629
},
1630-
"revision": "20251001",
1630+
"revision": "20251009",
16311631
"rootUrl": "https://alloydb.googleapis.com/",
16321632
"schemas": {
16331633
"AuthorizedNetwork": {
@@ -2212,6 +2212,20 @@
22122212
"$ref": "MaintenanceUpdatePolicy",
22132213
"description": "Optional. The maintenance update policy determines when to allow or deny updates."
22142214
},
2215+
"maintenanceVersionSelectionPolicy": {
2216+
"description": "Input only. Policy to use to automatically select the maintenance version to which to update the cluster's instances.",
2217+
"enum": [
2218+
"MAINTENANCE_VERSION_SELECTION_POLICY_UNSPECIFIED",
2219+
"MAINTENANCE_VERSION_SELECTION_POLICY_LATEST",
2220+
"MAINTENANCE_VERSION_SELECTION_POLICY_DEFAULT"
2221+
],
2222+
"enumDescriptions": [
2223+
"The maintenance version selection policy is not specified.",
2224+
"Use the latest available maintenance version.",
2225+
"Use the current default maintenance version."
2226+
],
2227+
"type": "string"
2228+
},
22152229
"migrationSource": {
22162230
"$ref": "MigrationSource",
22172231
"description": "Output only. Cluster created via DMS migration.",
@@ -4902,7 +4916,8 @@
49024916
"SIGNAL_TYPE_REPLICATION_LAG",
49034917
"SIGNAL_TYPE_OUTDATED_VERSION",
49044918
"SIGNAL_TYPE_OUTDATED_CLIENT",
4905-
"SIGNAL_TYPE_DATABOOST_DISABLED"
4919+
"SIGNAL_TYPE_DATABOOST_DISABLED",
4920+
"SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES"
49064921
],
49074922
"enumDeprecated": [
49084923
false,
@@ -5007,6 +5022,7 @@
50075022
false,
50085023
false,
50095024
false,
5025+
false,
50105026
false
50115027
],
50125028
"enumDescriptions": [
@@ -5112,7 +5128,8 @@
51125128
"Replication delay.",
51135129
"Outdated version.",
51145130
"Outdated client.",
5115-
"Databoost is disabled."
5131+
"Databoost is disabled.",
5132+
"Recommended maintenance policy."
51165133
],
51175134
"type": "string"
51185135
},
@@ -5551,7 +5568,8 @@
55515568
"SIGNAL_TYPE_REPLICATION_LAG",
55525569
"SIGNAL_TYPE_OUTDATED_VERSION",
55535570
"SIGNAL_TYPE_OUTDATED_CLIENT",
5554-
"SIGNAL_TYPE_DATABOOST_DISABLED"
5571+
"SIGNAL_TYPE_DATABOOST_DISABLED",
5572+
"SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES"
55555573
],
55565574
"enumDeprecated": [
55575575
false,
@@ -5656,6 +5674,7 @@
56565674
false,
56575675
false,
56585676
false,
5677+
false,
56595678
false
56605679
],
56615680
"enumDescriptions": [
@@ -5761,7 +5780,8 @@
57615780
"Replication delay.",
57625781
"Outdated version.",
57635782
"Outdated client.",
5764-
"Databoost is disabled."
5783+
"Databoost is disabled.",
5784+
"Recommended maintenance policy."
57655785
],
57665786
"type": "string"
57675787
}
@@ -6111,11 +6131,11 @@
61116131
"phase": {
61126132
"description": "Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance",
61136133
"enum": [
6114-
"WINDOW_PHASE_UNSPECIFIED",
6115-
"WINDOW_PHASE_ANY",
6116-
"WINDOW_PHASE_WEEK1",
6117-
"WINDOW_PHASE_WEEK2",
6118-
"WINDOW_PHASE_WEEK5"
6134+
"PHASE_UNSPECIFIED",
6135+
"ANY",
6136+
"WEEK1",
6137+
"WEEK2",
6138+
"WEEK5"
61196139
],
61206140
"enumDescriptions": [
61216141
"Phase is unspecified.",

‎alloydb/v1alpha/alloydb-gen.go‎

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

0 commit comments

Comments
 (0)