Skip to content

Commit 9b3cabe

Browse files
feat(all): auto-regenerate discovery clients (#1523)
1 parent fa8b991 commit 9b3cabe

21 files changed

+5824
-1435
lines changed

api-list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,7 +2397,7 @@
23972397
"name": "eventarc",
23982398
"version": "v1beta1",
23992399
"title": "Eventarc API",
2400-
"description": "",
2400+
"description": "Build event-driven applications on Google Cloud Platform.",
24012401
"discoveryRestUrl": "https://eventarc.googleapis.com/$discovery/rest?version=v1beta1",
24022402
"icons": {
24032403
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -2412,7 +2412,7 @@
24122412
"name": "eventarc",
24132413
"version": "v1",
24142414
"title": "Eventarc API",
2415-
"description": "",
2415+
"description": "Build event-driven applications on Google Cloud Platform.",
24162416
"discoveryRestUrl": "https://eventarc.googleapis.com/$discovery/rest?version=v1",
24172417
"icons": {
24182418
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

apigee/v1/apigee-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7588,7 +7588,7 @@
75887588
}
75897589
}
75907590
},
7591-
"revision": "20220407",
7591+
"revision": "20220421",
75927592
"rootUrl": "https://apigee.googleapis.com/",
75937593
"schemas": {
75947594
"EdgeConfigstoreBundleBadBundle": {
@@ -8009,7 +8009,7 @@
80098009
"type": "boolean"
80108010
},
80118011
"revision": {
8012-
"description": "Output only. List of revisons defined for the API proxy.",
8012+
"description": "Output only. List of revisions defined for the API proxy.",
80138013
"items": {
80148014
"type": "string"
80158015
},

apigee/v1/apigee-gen.go

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

baremetalsolution/v2/baremetalsolution-api.json

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"type": "string"
291291
},
292292
"updateMask": {
293-
"description": "The list of fields to update. The only currently supported fields are: `labels`",
293+
"description": "The list of fields to update. The only currently supported fields are: `labels` `hyperthreading_enabled`",
294294
"format": "google-fieldmask",
295295
"location": "query",
296296
"type": "string"
@@ -362,6 +362,34 @@
362362
"scopes": [
363363
"https://www.googleapis.com/auth/cloud-platform"
364364
]
365+
},
366+
"stop": {
367+
"description": "Stop a running server.",
368+
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:stop",
369+
"httpMethod": "POST",
370+
"id": "baremetalsolution.projects.locations.instances.stop",
371+
"parameterOrder": [
372+
"name"
373+
],
374+
"parameters": {
375+
"name": {
376+
"description": "Required. Name of the resource.",
377+
"location": "path",
378+
"pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$",
379+
"required": true,
380+
"type": "string"
381+
}
382+
},
383+
"path": "v2/{+name}:stop",
384+
"request": {
385+
"$ref": "StopInstanceRequest"
386+
},
387+
"response": {
388+
"$ref": "Operation"
389+
},
390+
"scopes": [
391+
"https://www.googleapis.com/auth/cloud-platform"
392+
]
365393
}
366394
}
367395
},
@@ -1251,7 +1279,7 @@
12511279
}
12521280
}
12531281
},
1254-
"revision": "20220405",
1282+
"revision": "20220418",
12551283
"rootUrl": "https://baremetalsolution.googleapis.com/",
12561284
"schemas": {
12571285
"AllowedClient": {
@@ -1371,6 +1399,10 @@
13711399
},
13721400
"type": "array"
13731401
},
1402+
"osImage": {
1403+
"description": "The OS image currently installed on the server.",
1404+
"type": "string"
1405+
},
13741406
"state": {
13751407
"description": "The state of the server.",
13761408
"enum": [
@@ -2269,12 +2301,20 @@
22692301
"enum": [
22702302
"STATE_UNSPECIFIED",
22712303
"DRAFT",
2272-
"SUBMITTED"
2304+
"SUBMITTED",
2305+
"PROVISIONING",
2306+
"PROVISIONED",
2307+
"VALIDATED",
2308+
"CANCELLED"
22732309
],
22742310
"enumDescriptions": [
22752311
"State wasn't specified.",
22762312
"ProvisioningConfig is a draft and can be freely modified.",
2277-
"ProvisioningConfig was already submitted and cannot be modified."
2313+
"ProvisioningConfig was already submitted and cannot be modified.",
2314+
"ProvisioningConfig was in the provisioning state. Initially this state comes from the work order table in big query when SNOW is used. Later this field can be set by the work order API.",
2315+
"ProvisioningConfig was provisioned, meaning the resources exist.",
2316+
"ProvisioningConfig was validated. A validation tool will be run to set this state.",
2317+
"ProvisioningConfig was canceled."
22782318
],
22792319
"readOnly": true,
22802320
"type": "string"
@@ -2535,6 +2575,12 @@
25352575
},
25362576
"type": "object"
25372577
},
2578+
"StopInstanceRequest": {
2579+
"description": "Message requesting to stop a server.",
2580+
"id": "StopInstanceRequest",
2581+
"properties": {},
2582+
"type": "object"
2583+
},
25382584
"SubmitProvisioningConfigRequest": {
25392585
"description": "Request for SubmitProvisioningConfig.",
25402586
"id": "SubmitProvisioningConfigRequest",
@@ -2631,6 +2677,11 @@
26312677
"format": "int64",
26322678
"type": "string"
26332679
},
2680+
"emergencySizeGib": {
2681+
"description": "Additional emergency size that was requested for this Volume, in GiB. current_size_gib includes this value.",
2682+
"format": "int64",
2683+
"type": "string"
2684+
},
26342685
"id": {
26352686
"description": "An identifier for the `Volume`, generated by the backend.",
26362687
"type": "string"

baremetalsolution/v2/baremetalsolution-gen.go

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

0 commit comments

Comments
 (0)