@maxim_mazurok/gapi.client.networksecurity-v1 0.1.20260125 → 0.1.20260131

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 (2) hide show
  1. package/index.d.ts +9 -9
  2. package/package.json +1 -1
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://networksecurity.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20260125
12
+ // Revision: 20260131
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1512,7 +1512,7 @@ declare namespace gapi.client {
1512
1512
  ): Request<Operation>;
1513
1513
  }
1514
1514
  interface FirewallEndpointsResource {
1515
- /** Creates a new FirewallEndpoint in a given project and location. */
1515
+ /** Creates a new FirewallEndpoint in a given organization and location. */
1516
1516
  create(request: {
1517
1517
  /** V1 error format. */
1518
1518
  '$.xgafv'?: string;
@@ -1578,7 +1578,7 @@ declare namespace gapi.client {
1578
1578
  },
1579
1579
  body: FirewallEndpoint,
1580
1580
  ): Request<Operation>;
1581
- /** Deletes a single Endpoint. */
1581
+ /** Deletes a single org Endpoint. */
1582
1582
  delete(request?: {
1583
1583
  /** V1 error format. */
1584
1584
  '$.xgafv'?: string;
@@ -1607,7 +1607,7 @@ declare namespace gapi.client {
1607
1607
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1608
1608
  uploadType?: string;
1609
1609
  }): Request<Operation>;
1610
- /** Gets details of a single Endpoint. */
1610
+ /** Gets details of a single org Endpoint. */
1611
1611
  get(request?: {
1612
1612
  /** V1 error format. */
1613
1613
  '$.xgafv'?: string;
@@ -1634,7 +1634,7 @@ declare namespace gapi.client {
1634
1634
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1635
1635
  uploadType?: string;
1636
1636
  }): Request<FirewallEndpoint>;
1637
- /** Lists FirewallEndpoints in a given project and location. */
1637
+ /** Lists FirewallEndpoints in a given organization and location. */
1638
1638
  list(request?: {
1639
1639
  /** V1 error format. */
1640
1640
  '$.xgafv'?: string;
@@ -1669,7 +1669,7 @@ declare namespace gapi.client {
1669
1669
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1670
1670
  uploadType?: string;
1671
1671
  }): Request<ListFirewallEndpointsResponse>;
1672
- /** Update a single Endpoint. */
1672
+ /** Update a single org Endpoint. */
1673
1673
  patch(request: {
1674
1674
  /** V1 error format. */
1675
1675
  '$.xgafv'?: string;
@@ -4468,7 +4468,7 @@ declare namespace gapi.client {
4468
4468
  },
4469
4469
  body: FirewallEndpoint,
4470
4470
  ): Request<Operation>;
4471
- /** Deletes a single Endpoint. */
4471
+ /** Deletes a single project Endpoint. */
4472
4472
  delete(request?: {
4473
4473
  /** V1 error format. */
4474
4474
  '$.xgafv'?: string;
@@ -4497,7 +4497,7 @@ declare namespace gapi.client {
4497
4497
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4498
4498
  uploadType?: string;
4499
4499
  }): Request<Operation>;
4500
- /** Gets details of a single Endpoint. */
4500
+ /** Gets details of a single project Endpoint. */
4501
4501
  get(request?: {
4502
4502
  /** V1 error format. */
4503
4503
  '$.xgafv'?: string;
@@ -4559,7 +4559,7 @@ declare namespace gapi.client {
4559
4559
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4560
4560
  uploadType?: string;
4561
4561
  }): Request<ListFirewallEndpointsResponse>;
4562
- /** Update a single Endpoint. */
4562
+ /** Update a single project Endpoint. */
4563
4563
  patch(request: {
4564
4564
  /** V1 error format. */
4565
4565
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networksecurity-v1",
3
- "version": "0.1.20260125",
3
+ "version": "0.1.20260131",
4
4
  "description": "TypeScript typings for Network Security API v1",
5
5
  "repository": {
6
6
  "type": "git",