Skip to content

Commit 7532bd6

Browse files
feat(all): auto-regenerate discovery clients (#1614)
1 parent 4b4693b commit 7532bd6

19 files changed

+265
-63
lines changed

api-list.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -991,21 +991,6 @@
991991
"documentationLink": "https://cloud.google.com/asset-inventory/docs/quickstart",
992992
"preferred": false
993993
},
994-
{
995-
"kind": "discovery#directoryItem",
996-
"id": "cloudasset:v1p4beta1",
997-
"name": "cloudasset",
998-
"version": "v1p4beta1",
999-
"title": "Cloud Asset API",
1000-
"description": "The cloud asset API manages the history and inventory of cloud resources.",
1001-
"discoveryRestUrl": "https://cloudasset.googleapis.com/$discovery/rest?version=v1p4beta1",
1002-
"icons": {
1003-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
1004-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
1005-
},
1006-
"documentationLink": "https://cloud.google.com/asset-inventory/docs/quickstart",
1007-
"preferred": false
1008-
},
1009994
{
1010995
"kind": "discovery#directoryItem",
1011996
"id": "cloudasset:v1p5beta1",

baremetalsolution/v2/baremetalsolution-api.json

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,35 @@
654654
}
655655
}
656656
},
657+
"operations": {
658+
"methods": {
659+
"get": {
660+
"description": "Get details about an operation. This method used only to work around CCFE lack of passthrough LRO support (b/221498758).",
661+
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
662+
"httpMethod": "GET",
663+
"id": "baremetalsolution.projects.locations.operations.get",
664+
"parameterOrder": [
665+
"name"
666+
],
667+
"parameters": {
668+
"name": {
669+
"description": "The name of the operation resource.",
670+
"location": "path",
671+
"pattern": "^projects/[^/]+/locations/[^/]+/operations/.*$",
672+
"required": true,
673+
"type": "string"
674+
}
675+
},
676+
"path": "v2/{+name}",
677+
"response": {
678+
"$ref": "Operation"
679+
},
680+
"scopes": [
681+
"https://www.googleapis.com/auth/cloud-platform"
682+
]
683+
}
684+
}
685+
},
657686
"provisioningConfigs": {
658687
"methods": {
659688
"create": {
@@ -1027,7 +1056,7 @@
10271056
}
10281057
}
10291058
},
1030-
"revision": "20220627",
1059+
"revision": "20220706",
10311060
"rootUrl": "https://baremetalsolution.googleapis.com/",
10321061
"schemas": {
10331062
"AllowedClient": {
@@ -1082,6 +1111,10 @@
10821111
"lun": {
10831112
"description": "Required. Name of the Lun to detach.",
10841113
"type": "string"
1114+
},
1115+
"skipReboot": {
1116+
"description": "If true, performs lun unmapping without instance reboot.",
1117+
"type": "boolean"
10851118
}
10861119
},
10871120
"type": "object"
@@ -1752,12 +1785,14 @@
17521785
"enum": [
17531786
"STATE_UNSPECIFIED",
17541787
"PROVISIONING",
1755-
"PROVISIONED"
1788+
"PROVISIONED",
1789+
"DEPROVISIONING"
17561790
],
17571791
"enumDescriptions": [
17581792
"The Network is in an unknown state.",
17591793
"The Network is provisioning.",
1760-
"The Network has been provisioned."
1794+
"The Network has been provisioned.",
1795+
"The Network is being deprovisioned."
17611796
],
17621797
"type": "string"
17631798
},
@@ -1991,6 +2026,11 @@
19912026
},
19922027
"type": "array"
19932028
},
2029+
"id": {
2030+
"description": "Output only. An identifier for the NFS share, generated by the backend. This is the same value as nfs_share_id and will replace it in the future.",
2031+
"readOnly": true,
2032+
"type": "string"
2033+
},
19942034
"labels": {
19952035
"additionalProperties": {
19962036
"type": "string"
@@ -2004,7 +2044,7 @@
20042044
"type": "string"
20052045
},
20062046
"nfsShareId": {
2007-
"description": "Output only. An identifier for the NFS share, generated by the backend.",
2047+
"description": "Output only. An identifier for the NFS share, generated by the backend. This field will be deprecated in the future, use `id` instead.",
20082048
"readOnly": true,
20092049
"type": "string"
20102050
},

baremetalsolution/v2/baremetalsolution-gen.go

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

chromemanagement/v1/chromemanagement-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
}
520520
}
521521
},
522-
"revision": "20220703",
522+
"revision": "20220708",
523523
"rootUrl": "https://chromemanagement.googleapis.com/",
524524
"schemas": {
525525
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -1803,7 +1803,7 @@
18031803
"type": "string"
18041804
},
18051805
"receivingBitRateMbps": {
1806-
"description": "Output only. Receiving bit rate measured in megabytes per second.",
1806+
"description": "Output only. Receiving bit rate measured in Megabits per second.",
18071807
"format": "int64",
18081808
"readOnly": true,
18091809
"type": "string"
@@ -1827,7 +1827,7 @@
18271827
"type": "integer"
18281828
},
18291829
"transmissionBitRateMbps": {
1830-
"description": "Output only. Transmission bit rate measured in megabytes per second.",
1830+
"description": "Output only. Transmission bit rate measured in Megabits per second.",
18311831
"format": "int64",
18321832
"readOnly": true,
18331833
"type": "string"

chromemanagement/v1/chromemanagement-gen.go

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

0 commit comments

Comments
 (0)