Skip to content

Commit 21926ca

Browse files
feat(all): auto-regenerate discovery clients (#2797)
1 parent af2bee1 commit 21926ca

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

‎cloudkms/v1/cloudkms-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"endpointUrl": "https://cloudkms.europe-west3.rep.googleapis.com/",
2525
"location": "europe-west3"
2626
},
27+
{
28+
"description": "Regional Endpoint",
29+
"endpointUrl": "https://cloudkms.europe-west8.rep.googleapis.com/",
30+
"location": "europe-west8"
31+
},
2732
{
2833
"description": "Regional Endpoint",
2934
"endpointUrl": "https://cloudkms.europe-west9.rep.googleapis.com/",
@@ -2127,7 +2132,7 @@
21272132
}
21282133
}
21292134
},
2130-
"revision": "20240903",
2135+
"revision": "20240918",
21312136
"rootUrl": "https://cloudkms.googleapis.com/",
21322137
"schemas": {
21332138
"AsymmetricDecryptRequest": {

‎container/v1beta1/container-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,7 +2565,7 @@
25652565
}
25662566
}
25672567
},
2568-
"revision": "20240814",
2568+
"revision": "20240905",
25692569
"rootUrl": "https://container.googleapis.com/",
25702570
"schemas": {
25712571
"AcceleratorConfig": {
@@ -2625,6 +2625,10 @@
26252625
"$ref": "MaxPodsConstraint",
26262626
"description": "The maximum number of pods per node which use this pod network."
26272627
},
2628+
"networkAttachment": {
2629+
"description": "The name of the network attachment for pods to communicate to; cannot be specified along with subnetwork or secondary_pod_range.",
2630+
"type": "string"
2631+
},
26282632
"secondaryPodRange": {
26292633
"description": "The name of the secondary range on the subnet which provides IP address for this pod range.",
26302634
"type": "string"
@@ -4637,7 +4641,7 @@
46374641
"properties": {
46384642
"cacheHeader": {
46394643
"$ref": "HttpCacheControlResponseHeader",
4640-
"description": "OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header."
4644+
"description": "For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header."
46414645
},
46424646
"keys": {
46434647
"description": "The public component of the keys used by the cluster to sign token requests.",
@@ -4655,7 +4659,7 @@
46554659
"properties": {
46564660
"cacheHeader": {
46574661
"$ref": "HttpCacheControlResponseHeader",
4658-
"description": "OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header."
4662+
"description": "For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header."
46594663
},
46604664
"claims_supported": {
46614665
"description": "Supported claims.",

‎container/v1beta1/container-gen.go

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

0 commit comments

Comments
 (0)