@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20250108 → 0.0.20250122

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 +11 -11
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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://networkmanagement.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250108
12
+ // Revision: 20250122
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Network Management API v1 */
18
18
  function load(
19
- urlOrObject: 'https://networkmanagement.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://networkmanagement.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'networkmanagement', version: 'v1'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'networkmanagement',
26
26
  version: 'v1',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace networkmanagement {
@@ -878,7 +878,7 @@ declare namespace gapi.client {
878
878
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
879
879
  uploadType?: string;
880
880
  },
881
- body: ConnectivityTest
881
+ body: ConnectivityTest,
882
882
  ): Request<Operation>;
883
883
  /** Deletes a specific `ConnectivityTest`. */
884
884
  delete(request?: {
@@ -1058,7 +1058,7 @@ declare namespace gapi.client {
1058
1058
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1059
1059
  uploadType?: string;
1060
1060
  },
1061
- body: ConnectivityTest
1061
+ body: ConnectivityTest,
1062
1062
  ): Request<Operation>;
1063
1063
  /** Rerun an existing `ConnectivityTest`. After the user triggers the rerun, the reachability analysis is performed as part of the long running operation, which completes when the analysis completes. Even though the test configuration remains the same, the reachability result may change due to underlying network configuration changes. If the endpoint specifications in `ConnectivityTest` become invalid (for example, specified resources are deleted in the network, or you lost read permissions to the network configurations of listed projects), then the reachability result returns a value of `UNKNOWN`. */
1064
1064
  rerun(request: {
@@ -1116,7 +1116,7 @@ declare namespace gapi.client {
1116
1116
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1117
1117
  uploadType?: string;
1118
1118
  },
1119
- body: RerunConnectivityTestRequest
1119
+ body: RerunConnectivityTestRequest,
1120
1120
  ): Request<Operation>;
1121
1121
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1122
1122
  setIamPolicy(
@@ -1146,7 +1146,7 @@ declare namespace gapi.client {
1146
1146
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1147
1147
  uploadType?: string;
1148
1148
  },
1149
- body: SetIamPolicyRequest
1149
+ body: SetIamPolicyRequest,
1150
1150
  ): Request<Policy>;
1151
1151
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
1152
1152
  testIamPermissions(
@@ -1176,7 +1176,7 @@ declare namespace gapi.client {
1176
1176
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1177
1177
  uploadType?: string;
1178
1178
  },
1179
- body: TestIamPermissionsRequest
1179
+ body: TestIamPermissionsRequest,
1180
1180
  ): Request<TestIamPermissionsResponse>;
1181
1181
  }
1182
1182
  interface OperationsResource {
@@ -1236,7 +1236,7 @@ declare namespace gapi.client {
1236
1236
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1237
1237
  uploadType?: string;
1238
1238
  },
1239
- body: CancelOperationRequest
1239
+ body: CancelOperationRequest,
1240
1240
  ): Request<{}>;
1241
1241
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
1242
1242
  delete(request?: {
@@ -1391,7 +1391,7 @@ declare namespace gapi.client {
1391
1391
  /** Required. ID of the `VpcFlowLogsConfig`. */
1392
1392
  vpcFlowLogsConfigId?: string;
1393
1393
  },
1394
- body: VpcFlowLogsConfig
1394
+ body: VpcFlowLogsConfig,
1395
1395
  ): Request<Operation>;
1396
1396
  /** Deletes a specific `VpcFlowLogsConfig`. */
1397
1397
  delete(request?: {
@@ -1542,7 +1542,7 @@ declare namespace gapi.client {
1542
1542
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1543
1543
  uploadType?: string;
1544
1544
  },
1545
- body: VpcFlowLogsConfig
1545
+ body: VpcFlowLogsConfig,
1546
1546
  ): Request<Operation>;
1547
1547
  }
1548
1548
  interface LocationsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networkmanagement-v1",
3
- "version": "0.0.20250108",
3
+ "version": "0.0.20250122",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.networkmanagement
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -62,7 +62,7 @@ gapi.auth.authorize(
62
62
  } else {
63
63
  /* handle authorization error */
64
64
  }
65
- }
65
+ },
66
66
  );
67
67
  ```
68
68