Skip to content

Commit 29c72b5

Browse files
feat(all): auto-regenerate discovery clients (#2227)
1 parent 33383c7 commit 29c72b5

25 files changed

+12522
-7650
lines changed

appengine/v1/appengine-api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@
16101610
}
16111611
}
16121612
},
1613-
"revision": "20231004",
1613+
"revision": "20231016",
16141614
"rootUrl": "https://appengine.googleapis.com/",
16151615
"schemas": {
16161616
"ApiConfigHandler": {
@@ -3747,6 +3747,7 @@
37473747
"properties": {
37483748
"apiConfig": {
37493749
"$ref": "ApiConfigHandler",
3750+
"deprecated": true,
37503751
"description": "Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set."
37513752
},
37523753
"appEngineApis": {

appengine/v1beta/appengine-api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@
18591859
}
18601860
}
18611861
},
1862-
"revision": "20231004",
1862+
"revision": "20231016",
18631863
"rootUrl": "https://appengine.googleapis.com/",
18641864
"schemas": {
18651865
"ApiConfigHandler": {
@@ -4151,6 +4151,7 @@
41514151
"properties": {
41524152
"apiConfig": {
41534153
"$ref": "ApiConfigHandler",
4154+
"deprecated": true,
41544155
"description": "Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set."
41554156
},
41564157
"appEngineApis": {

cloudkms/v1/cloudkms-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"description": "Manages keys and performs cryptographic operations in a central cloud service, for direct use by other cloud resources and applications. ",
1919
"discoveryVersion": "v1",
2020
"documentationLink": "https://cloud.google.com/kms/",
21+
"endpoints": [
22+
{
23+
"description": "Regional Endpoint",
24+
"endpointUrl": "https://cloudkms.me-central2.rep.googleapis.com/",
25+
"location": "me-central2"
26+
}
27+
],
2128
"fullyEncodeReservedExpansion": true,
2229
"icons": {
2330
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -1821,7 +1828,7 @@
18211828
}
18221829
}
18231830
},
1824-
"revision": "20230808",
1831+
"revision": "20231012",
18251832
"rootUrl": "https://cloudkms.googleapis.com/",
18261833
"schemas": {
18271834
"AsymmetricDecryptRequest": {

compute/v0.beta/compute-api.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14608,7 +14608,7 @@
1460814608
]
1460914609
},
1461014610
"getDiagnostics": {
14611-
"description": "Returns the interconnectDiagnostics for the specified Interconnect.",
14611+
"description": "Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from functioning properly.",
1461214612
"flatPath": "projects/{project}/global/interconnects/{interconnect}/getDiagnostics",
1461314613
"httpMethod": "GET",
1461414614
"id": "compute.interconnects.getDiagnostics",
@@ -40049,7 +40049,7 @@
4004940049
}
4005040050
}
4005140051
},
40052-
"revision": "20231003",
40052+
"revision": "20231011",
4005340053
"rootUrl": "https://compute.googleapis.com/",
4005440054
"schemas": {
4005540055
"AWSV4Signature": {
@@ -45529,6 +45529,20 @@
4552945529
"description": "A set of Confidential Instance options.",
4553045530
"id": "ConfidentialInstanceConfig",
4553145531
"properties": {
45532+
"confidentialInstanceType": {
45533+
"description": "Defines the type of technology used by the confidential instance.",
45534+
"enum": [
45535+
"CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED",
45536+
"SEV",
45537+
"SEV_SNP"
45538+
],
45539+
"enumDescriptions": [
45540+
"No type specified. Do not use this value.",
45541+
"AMD Secure Encrypted Virtualization.",
45542+
"AMD Secure Encrypted Virtualization - Secure Nested Paging."
45543+
],
45544+
"type": "string"
45545+
},
4553245546
"enableConfidentialCompute": {
4553345547
"description": "Defines whether the instance should have confidential compute enabled.",
4553445548
"type": "boolean"
@@ -54295,6 +54309,11 @@
5429554309
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
5429654310
"type": "string"
5429754311
},
54312+
"resizeBy": {
54313+
"description": "The number of instances to be created by this resize request. The group's target size will be increased by this number.",
54314+
"format": "int32",
54315+
"type": "integer"
54316+
},
5429854317
"selfLink": {
5429954318
"description": "[Output Only] The URL for this resize request. The server defines this URL.",
5430054319
"type": "string"

compute/v0.beta/compute-gen.go

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

0 commit comments

Comments
 (0)