@maxim_mazurok/gapi.client.vmwareengine-v1 0.0.20250714 → 0.1.20250811

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 +65 -1
  2. package/package.json +1 -1
  3. package/readme.md +2 -0
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://vmwareengine.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250714
12
+ // Revision: 20250811
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -24,6 +24,12 @@ declare namespace gapi.client {
24
24
  function load(name: 'vmwareengine', version: 'v1', callback: () => any): void;
25
25
 
26
26
  namespace vmwareengine {
27
+ interface AcceleratePrivateCloudDeletionRequest {
28
+ /** Optional. Checksum used to ensure that the user-provided value is up to date before the server processes the request. The server compares provided checksum with the current checksum of the resource. If the user-provided value is out of date, this request returns an `ABORTED` error. */
29
+ etag?: string;
30
+ /** Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
31
+ requestId?: string;
32
+ }
27
33
  interface Announcement {
28
34
  /** Optional. Activity type of the announcement There can be only one active announcement for a given activity type and target resource. */
29
35
  activityType?: string;
@@ -3844,6 +3850,64 @@ declare namespace gapi.client {
3844
3850
  },
3845
3851
  body: PrivateCloud,
3846
3852
  ): Request<Operation>;
3853
+ /** Accelerates the deletion of a private cloud that is currently in soft deletion A `PrivateCloud` resource in soft deletion has `PrivateCloud.state` set to `SOFT_DELETED` and `PrivateCloud.expireTime` set to the time when deletion can no longer be reversed. */
3854
+ privateCloudDeletionNow(request: {
3855
+ /** V1 error format. */
3856
+ '$.xgafv'?: string;
3857
+ /** OAuth access token. */
3858
+ access_token?: string;
3859
+ /** Data format for response. */
3860
+ alt?: string;
3861
+ /** JSONP */
3862
+ callback?: string;
3863
+ /** Selector specifying which fields to include in a partial response. */
3864
+ fields?: string;
3865
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3866
+ key?: string;
3867
+ /** Required. The resource name of the private cloud in softdeletion. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` */
3868
+ name: string;
3869
+ /** OAuth 2.0 token for the current user. */
3870
+ oauth_token?: string;
3871
+ /** Returns response with indentations and line breaks. */
3872
+ prettyPrint?: boolean;
3873
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3874
+ quotaUser?: string;
3875
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3876
+ upload_protocol?: string;
3877
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3878
+ uploadType?: string;
3879
+ /** Request body */
3880
+ resource: AcceleratePrivateCloudDeletionRequest;
3881
+ }): Request<Operation>;
3882
+ privateCloudDeletionNow(
3883
+ request: {
3884
+ /** V1 error format. */
3885
+ '$.xgafv'?: string;
3886
+ /** OAuth access token. */
3887
+ access_token?: string;
3888
+ /** Data format for response. */
3889
+ alt?: string;
3890
+ /** JSONP */
3891
+ callback?: string;
3892
+ /** Selector specifying which fields to include in a partial response. */
3893
+ fields?: string;
3894
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3895
+ key?: string;
3896
+ /** Required. The resource name of the private cloud in softdeletion. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud` */
3897
+ name: string;
3898
+ /** OAuth 2.0 token for the current user. */
3899
+ oauth_token?: string;
3900
+ /** Returns response with indentations and line breaks. */
3901
+ prettyPrint?: boolean;
3902
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3903
+ quotaUser?: string;
3904
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3905
+ upload_protocol?: string;
3906
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3907
+ uploadType?: string;
3908
+ },
3909
+ body: AcceleratePrivateCloudDeletionRequest,
3910
+ ): Request<Operation>;
3847
3911
  /** Resets credentials of the NSX appliance. */
3848
3912
  resetNsxCredentials(request: {
3849
3913
  /** V1 error format. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.vmwareengine-v1",
3
- "version": "0.0.20250714",
3
+ "version": "0.1.20250811",
4
4
  "description": "TypeScript typings for VMware Engine API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -71,3 +71,5 @@ After that you can use VMware Engine API resources: <!-- TODO: make this work fo
71
71
  ```typescript
72
72
 
73
73
  ```
74
+
75
+ For provenance information see [Provenance section on NPM](https://www.npmjs.com/package/@maxim_mazurok/gapi.client.vmwareengine-v1#Provenance:~:text=none-,Provenance,-Built%20and%20signed)