Skip to content

Commit 6f71a69

Browse files
feat(all): auto-regenerate discovery clients (#2219)
1 parent 1ef9dd2 commit 6f71a69

30 files changed

+1355
-221
lines changed

Diff for: baremetalsolution/v2/baremetalsolution-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
"type": "string"
346346
},
347347
"updateMask": {
348-
"description": "The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image` `ssh_keys`",
348+
"description": "The list of fields to update. The currently supported fields are: `labels` `hyperthreading_enabled` `os_image` `ssh_keys` `kms_key_version`",
349349
"format": "google-fieldmask",
350350
"location": "query",
351351
"type": "string"
@@ -1613,7 +1613,7 @@
16131613
}
16141614
}
16151615
},
1616-
"revision": "20230927",
1616+
"revision": "20231009",
16171617
"rootUrl": "https://baremetalsolution.googleapis.com/",
16181618
"schemas": {
16191619
"AllowedClient": {

Diff for: baremetalsolution/v2/baremetalsolution-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: clouddeploy/v1/clouddeploy-api.json

+24-1
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@
14791479
}
14801480
}
14811481
},
1482-
"revision": "20230913",
1482+
"revision": "20231004",
14831483
"rootUrl": "https://clouddeploy.googleapis.com/",
14841484
"schemas": {
14851485
"AbandonReleaseRequest": {
@@ -1635,6 +1635,7 @@
16351635
"TYPE_PROCESS_ABORTED",
16361636
"TYPE_RESTRICTION_VIOLATED",
16371637
"TYPE_RESOURCE_DELETED",
1638+
"TYPE_ROLLOUT_UPDATE",
16381639
"TYPE_RENDER_STATUES_CHANGE"
16391640
],
16401641
"enumDeprecated": [
@@ -1644,6 +1645,7 @@
16441645
false,
16451646
false,
16461647
false,
1648+
false,
16471649
true
16481650
],
16491651
"enumDescriptions": [
@@ -1653,6 +1655,7 @@
16531655
"A process aborted.",
16541656
"Restriction check failed.",
16551657
"Resource deleted.",
1658+
"Rollout updated.",
16561659
"Deprecated: This field is never used. Use release_render log type instead."
16571660
],
16581661
"type": "string"
@@ -1697,6 +1700,7 @@
16971700
"TYPE_PROCESS_ABORTED",
16981701
"TYPE_RESTRICTION_VIOLATED",
16991702
"TYPE_RESOURCE_DELETED",
1703+
"TYPE_ROLLOUT_UPDATE",
17001704
"TYPE_RENDER_STATUES_CHANGE"
17011705
],
17021706
"enumDeprecated": [
@@ -1706,6 +1710,7 @@
17061710
false,
17071711
false,
17081712
false,
1713+
false,
17091714
true
17101715
],
17111716
"enumDescriptions": [
@@ -1715,6 +1720,7 @@
17151720
"A process aborted.",
17161721
"Restriction check failed.",
17171722
"Resource deleted.",
1723+
"Rollout updated.",
17181724
"Deprecated: This field is never used. Use release_render log type instead."
17191725
],
17201726
"type": "string"
@@ -2085,6 +2091,7 @@
20852091
"TYPE_PROCESS_ABORTED",
20862092
"TYPE_RESTRICTION_VIOLATED",
20872093
"TYPE_RESOURCE_DELETED",
2094+
"TYPE_ROLLOUT_UPDATE",
20882095
"TYPE_RENDER_STATUES_CHANGE"
20892096
],
20902097
"enumDeprecated": [
@@ -2094,6 +2101,7 @@
20942101
false,
20952102
false,
20962103
false,
2104+
false,
20972105
true
20982106
],
20992107
"enumDescriptions": [
@@ -2103,6 +2111,7 @@
21032111
"A process aborted.",
21042112
"Restriction check failed.",
21052113
"Resource deleted.",
2114+
"Rollout updated.",
21062115
"Deprecated: This field is never used. Use release_render log type instead."
21072116
],
21082117
"type": "string"
@@ -2604,6 +2613,7 @@
26042613
"TYPE_PROCESS_ABORTED",
26052614
"TYPE_RESTRICTION_VIOLATED",
26062615
"TYPE_RESOURCE_DELETED",
2616+
"TYPE_ROLLOUT_UPDATE",
26072617
"TYPE_RENDER_STATUES_CHANGE"
26082618
],
26092619
"enumDeprecated": [
@@ -2613,6 +2623,7 @@
26132623
false,
26142624
false,
26152625
false,
2626+
false,
26162627
true
26172628
],
26182629
"enumDescriptions": [
@@ -2622,6 +2633,7 @@
26222633
"A process aborted.",
26232634
"Restriction check failed.",
26242635
"Resource deleted.",
2636+
"Rollout updated.",
26252637
"Deprecated: This field is never used. Use release_render log type instead."
26262638
],
26272639
"type": "string"
@@ -3440,6 +3452,7 @@
34403452
"TYPE_PROCESS_ABORTED",
34413453
"TYPE_RESTRICTION_VIOLATED",
34423454
"TYPE_RESOURCE_DELETED",
3455+
"TYPE_ROLLOUT_UPDATE",
34433456
"TYPE_RENDER_STATUES_CHANGE"
34443457
],
34453458
"enumDeprecated": [
@@ -3449,6 +3462,7 @@
34493462
false,
34503463
false,
34513464
false,
3465+
false,
34523466
true
34533467
],
34543468
"enumDescriptions": [
@@ -3458,6 +3472,7 @@
34583472
"A process aborted.",
34593473
"Restriction check failed.",
34603474
"Resource deleted.",
3475+
"Rollout updated.",
34613476
"Deprecated: This field is never used. Use release_render log type instead."
34623477
],
34633478
"type": "string"
@@ -3802,6 +3817,7 @@
38023817
"TYPE_PROCESS_ABORTED",
38033818
"TYPE_RESTRICTION_VIOLATED",
38043819
"TYPE_RESOURCE_DELETED",
3820+
"TYPE_ROLLOUT_UPDATE",
38053821
"TYPE_RENDER_STATUES_CHANGE"
38063822
],
38073823
"enumDeprecated": [
@@ -3811,6 +3827,7 @@
38113827
false,
38123828
false,
38133829
false,
3830+
false,
38143831
true
38153832
],
38163833
"enumDescriptions": [
@@ -3820,6 +3837,7 @@
38203837
"A process aborted.",
38213838
"Restriction check failed.",
38223839
"Resource deleted.",
3840+
"Rollout updated.",
38233841
"Deprecated: This field is never used. Use release_render log type instead."
38243842
],
38253843
"type": "string"
@@ -4183,6 +4201,7 @@
41834201
"TYPE_PROCESS_ABORTED",
41844202
"TYPE_RESTRICTION_VIOLATED",
41854203
"TYPE_RESOURCE_DELETED",
4204+
"TYPE_ROLLOUT_UPDATE",
41864205
"TYPE_RENDER_STATUES_CHANGE"
41874206
],
41884207
"enumDeprecated": [
@@ -4192,6 +4211,7 @@
41924211
false,
41934212
false,
41944213
false,
4214+
false,
41954215
true
41964216
],
41974217
"enumDescriptions": [
@@ -4201,6 +4221,7 @@
42014221
"A process aborted.",
42024222
"Restriction check failed.",
42034223
"Resource deleted.",
4224+
"Rollout updated.",
42044225
"Deprecated: This field is never used. Use release_render log type instead."
42054226
],
42064227
"type": "string"
@@ -4219,13 +4240,15 @@
42194240
"CLOUD_BUILD_UNAVAILABLE",
42204241
"EXECUTION_FAILED",
42214242
"CLOUD_BUILD_REQUEST_FAILED",
4243+
"VERIFICATION_CONFIG_NOT_FOUND",
42224244
"CUSTOM_ACTION_NOT_FOUND"
42234245
],
42244246
"enumDescriptions": [
42254247
"No reason for failure is specified.",
42264248
"Cloud Build is not available, either because it is not enabled or because Cloud Deploy has insufficient permissions. See [required permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions).",
42274249
"The render operation did not complete successfully; check Cloud Build logs.",
42284250
"Cloud Build failed to fulfill Cloud Deploy's request. See failure_message for additional details.",
4251+
"The render operation did not complete successfully because the verification stanza required for verify was not found on the skaffold configuration.",
42294252
"The render operation did not complete successfully because the custom action required for predeploy or postdeploy was not found in the skaffold configuration. See failure_message for additional details."
42304253
],
42314254
"readOnly": true,

Diff for: clouddeploy/v1/clouddeploy-gen.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)