@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.1.20251203 → 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 +14 -14
  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=v1beta1
12
- // Revision: 20251203
12
+ // Revision: 20260131
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1604,7 +1604,7 @@ declare namespace gapi.client {
1604
1604
  ): Request<Operation>;
1605
1605
  }
1606
1606
  interface FirewallEndpointsResource {
1607
- /** Creates a new FirewallEndpoint in a given project and location. */
1607
+ /** Creates a new FirewallEndpoint in a given organization and location. */
1608
1608
  create(request: {
1609
1609
  /** V1 error format. */
1610
1610
  '$.xgafv'?: string;
@@ -1670,7 +1670,7 @@ declare namespace gapi.client {
1670
1670
  },
1671
1671
  body: FirewallEndpoint,
1672
1672
  ): Request<Operation>;
1673
- /** Deletes a single Endpoint. */
1673
+ /** Deletes a single org Endpoint. */
1674
1674
  delete(request?: {
1675
1675
  /** V1 error format. */
1676
1676
  '$.xgafv'?: string;
@@ -1699,7 +1699,7 @@ declare namespace gapi.client {
1699
1699
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1700
1700
  uploadType?: string;
1701
1701
  }): Request<Operation>;
1702
- /** Gets details of a single Endpoint. */
1702
+ /** Gets details of a single org Endpoint. */
1703
1703
  get(request?: {
1704
1704
  /** V1 error format. */
1705
1705
  '$.xgafv'?: string;
@@ -1726,7 +1726,7 @@ declare namespace gapi.client {
1726
1726
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1727
1727
  uploadType?: string;
1728
1728
  }): Request<FirewallEndpoint>;
1729
- /** Lists FirewallEndpoints in a given project and location. */
1729
+ /** Lists FirewallEndpoints in a given organization and location. */
1730
1730
  list(request?: {
1731
1731
  /** V1 error format. */
1732
1732
  '$.xgafv'?: string;
@@ -1761,7 +1761,7 @@ declare namespace gapi.client {
1761
1761
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1762
1762
  uploadType?: string;
1763
1763
  }): Request<ListFirewallEndpointsResponse>;
1764
- /** Update a single Endpoint. */
1764
+ /** Update a single org Endpoint. */
1765
1765
  patch(request: {
1766
1766
  /** V1 error format. */
1767
1767
  '$.xgafv'?: string;
@@ -2112,9 +2112,9 @@ declare namespace gapi.client {
2112
2112
  key?: string;
2113
2113
  /** OAuth 2.0 token for the current user. */
2114
2114
  oauth_token?: string;
2115
- /** Maximum number of SecurityProfileGroups to return per call. */
2115
+ /** Optional. Maximum number of SecurityProfileGroups to return per call. */
2116
2116
  pageSize?: number;
2117
- /** The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the next page of data. */
2117
+ /** Optional. The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the next page of data. */
2118
2118
  pageToken?: string;
2119
2119
  /** Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format `projects|organizations/*‍/locations/{location}`. */
2120
2120
  parent: string;
@@ -2325,9 +2325,9 @@ declare namespace gapi.client {
2325
2325
  key?: string;
2326
2326
  /** OAuth 2.0 token for the current user. */
2327
2327
  oauth_token?: string;
2328
- /** Maximum number of SecurityProfiles to return per call. */
2328
+ /** Optional. Maximum number of SecurityProfiles to return per call. */
2329
2329
  pageSize?: number;
2330
- /** The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a continuation of a prior `ListSecurityProfiles` call, and that the system should return the next page of data. */
2330
+ /** Optional. The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a continuation of a prior `ListSecurityProfiles` call, and that the system should return the next page of data. */
2331
2331
  pageToken?: string;
2332
2332
  /** Required. The project or organization and location from which the SecurityProfiles should be listed, specified in the format `projects|organizations/*‍/locations/{location}`. */
2333
2333
  parent: string;
@@ -4560,7 +4560,7 @@ declare namespace gapi.client {
4560
4560
  },
4561
4561
  body: FirewallEndpoint,
4562
4562
  ): Request<Operation>;
4563
- /** Deletes a single Endpoint. */
4563
+ /** Deletes a single project Endpoint. */
4564
4564
  delete(request?: {
4565
4565
  /** V1 error format. */
4566
4566
  '$.xgafv'?: string;
@@ -4589,7 +4589,7 @@ declare namespace gapi.client {
4589
4589
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4590
4590
  uploadType?: string;
4591
4591
  }): Request<Operation>;
4592
- /** Gets details of a single Endpoint. */
4592
+ /** Gets details of a single project Endpoint. */
4593
4593
  get(request?: {
4594
4594
  /** V1 error format. */
4595
4595
  '$.xgafv'?: string;
@@ -4651,7 +4651,7 @@ declare namespace gapi.client {
4651
4651
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4652
4652
  uploadType?: string;
4653
4653
  }): Request<ListFirewallEndpointsResponse>;
4654
- /** Update a single Endpoint. */
4654
+ /** Update a single project Endpoint. */
4655
4655
  patch(request: {
4656
4656
  /** V1 error format. */
4657
4657
  '$.xgafv'?: string;
@@ -8162,7 +8162,7 @@ declare namespace gapi.client {
8162
8162
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8163
8163
  uploadType?: string;
8164
8164
  }): Request<Location>;
8165
- /** Lists information about the supported locations for this service. */
8165
+ /** Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project. */
8166
8166
  list(request?: {
8167
8167
  /** V1 error format. */
8168
8168
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networksecurity-v1beta1",
3
- "version": "0.1.20251203",
3
+ "version": "0.1.20260131",
4
4
  "description": "TypeScript typings for Network Security API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",