@maxim_mazurok/gapi.client.compute-v1 0.1.20251110 → 0.1.20251202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.d.ts +1582 -1251
  2. package/package.json +1 -1
  3. package/readme.md +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.compute-v1",
3
- "version": "0.1.20251110",
3
+ "version": "0.1.20251202",
4
4
  "description": "TypeScript typings for Compute Engine API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -150,6 +150,14 @@ Returns permissions that a caller has on the specified resource.
150
150
  */
151
151
  await gapi.client.compute.addresses.testIamPermissions({ project: "project", region: "region", resource: "resource", });
152
152
 
153
+ /*
154
+ Advise how, where and when to create the requested amount of instances
155
+ with specified accelerators, within the specified time and location limits.
156
+ The method recommends creating future reservations for the requested
157
+ resources.
158
+ */
159
+ await gapi.client.compute.advice.calendarMode({ project: "project", region: "region", });
160
+
153
161
  /*
154
162
  Retrieves an aggregated list of autoscalers.
155
163