@maxim_mazurok/gapi.client.compute-alpha 0.2.20260729 → 0.2.20260821

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 +860 -67
  2. package/package.json +1 -1
  3. package/readme.md +39 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.compute-alpha",
3
- "version": "0.2.20260729",
3
+ "version": "0.2.20260821",
4
4
  "description": "TypeScript typings for Compute Engine API alpha",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -187,6 +187,11 @@ Returns permissions that a caller has on the specified resource.
187
187
  */
188
188
  await gapi.client.compute.addresses.testIamPermissions({ project: "project", region: "region", resource: "resource", });
189
189
 
190
+ /*
191
+ Set a custom ptr domain name on regional address.
192
+ */
193
+ await gapi.client.compute.addresses.updatePublicPtr({ address: "address", project: "project", region: "region", });
194
+
190
195
  /*
191
196
  Advise how, where and when to create the requested amount of instances
192
197
  with specified accelerators, within the specified time and location limits.
@@ -1180,6 +1185,16 @@ Returns permissions that a caller has on the specified resource.
1180
1185
  */
1181
1186
  await gapi.client.compute.globalForwardingRules.testIamPermissions({ project: "project", resource: "resource", });
1182
1187
 
1188
+ /*
1189
+ Gets the Global Frontend Billing Bundle Settings for a project.
1190
+ */
1191
+ await gapi.client.compute.globalFrontendSettings.get({ project: "project", });
1192
+
1193
+ /*
1194
+ Updates the Global Frontend Billing Bundle Settings for a project.
1195
+ */
1196
+ await gapi.client.compute.globalFrontendSettings.patch({ project: "project", });
1197
+
1183
1198
  /*
1184
1199
  Attach a network endpoint to the specified network endpoint group.
1185
1200
  */
@@ -5979,6 +5994,12 @@ Lists all of the ordered rules present in a single specified policy.
5979
5994
  */
5980
5995
  await gapi.client.compute.regionSslPolicies.get({ project: "project", region: "region", sslPolicy: "sslPolicy", });
5981
5996
 
5997
+ /*
5998
+ Gets the access control policy for a resource. May be empty if no such
5999
+ policy or resource exists.
6000
+ */
6001
+ await gapi.client.compute.regionSslPolicies.getIamPolicy({ project: "project", region: "region", resource: "resource", });
6002
+
5982
6003
  /*
5983
6004
  Creates a new policy in the specified project and region using the data
5984
6005
  included in the request.
@@ -6002,6 +6023,12 @@ Patches the specified SSL policy with the data included in the request.
6002
6023
  */
6003
6024
  await gapi.client.compute.regionSslPolicies.patch({ project: "project", region: "region", sslPolicy: "sslPolicy", });
6004
6025
 
6026
+ /*
6027
+ Sets the access control policy on the specified resource.
6028
+ Replaces any existing policy.
6029
+ */
6030
+ await gapi.client.compute.regionSslPolicies.setIamPolicy({ project: "project", region: "region", resource: "resource", });
6031
+
6005
6032
  /*
6006
6033
  Returns permissions that a caller has on the specified resource.
6007
6034
  */
@@ -6909,6 +6936,12 @@ Lists all of the ordered rules present in a single specified policy.
6909
6936
  */
6910
6937
  await gapi.client.compute.sslPolicies.get({ project: "project", sslPolicy: "sslPolicy", });
6911
6938
 
6939
+ /*
6940
+ Gets the access control policy for a resource. May be empty if no such
6941
+ policy or resource exists.
6942
+ */
6943
+ await gapi.client.compute.sslPolicies.getIamPolicy({ project: "project", resource: "resource", });
6944
+
6912
6945
  /*
6913
6946
  Returns the specified SSL policy resource.
6914
6947
  */
@@ -6931,6 +6964,12 @@ Patches the specified SSL policy with the data included in the request.
6931
6964
  */
6932
6965
  await gapi.client.compute.sslPolicies.patch({ project: "project", sslPolicy: "sslPolicy", });
6933
6966
 
6967
+ /*
6968
+ Sets the access control policy on the specified resource.
6969
+ Replaces any existing policy.
6970
+ */
6971
+ await gapi.client.compute.sslPolicies.setIamPolicy({ project: "project", resource: "resource", });
6972
+
6934
6973
  /*
6935
6974
  Returns permissions that a caller has on the specified resource.
6936
6975
  */