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

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 +25 -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: 20260204
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -966,6 +966,8 @@ declare namespace gapi.client {
966
966
  type?: string;
967
967
  /** Output only. Last resource update timestamp. */
968
968
  updateTime?: string;
969
+ /** The URL filtering configuration for the SecurityProfile. */
970
+ urlFilteringProfile?: UrlFilteringProfile;
969
971
  }
970
972
  interface SecurityProfileGroup {
971
973
  /** Output only. Resource creation timestamp. */
@@ -988,6 +990,8 @@ declare namespace gapi.client {
988
990
  threatPreventionProfile?: string;
989
991
  /** Output only. Last resource update timestamp. */
990
992
  updateTime?: string;
993
+ /** Optional. Reference to a SecurityProfile with the UrlFiltering configuration. */
994
+ urlFilteringProfile?: string;
991
995
  }
992
996
  interface ServerTlsPolicy {
993
997
  /** This field applies only for Traffic Director policies. It is must be set to false for Application Load Balancer policies. Determines if server allows plaintext connections. If set to true, server allows plain text connections. By default, it is set to false. This setting is not exclusive of other encryption modes. For example, if `allow_open` and `mtls_policy` are set, server allows both plain text and mTLS connections. See documentation of other encryption modes to confirm compatibility. Consider using it if you wish to upgrade in place your deployment to TLS while having mixed TLS and non-TLS traffic reaching port :80. */
@@ -1065,6 +1069,18 @@ declare namespace gapi.client {
1065
1069
  /** Output only. The timestamp when the resource was updated. */
1066
1070
  updateTime?: string;
1067
1071
  }
1072
+ interface UrlFilter {
1073
+ /** Required. The action taken when this filter is applied. */
1074
+ filteringAction?: string;
1075
+ /** Required. The priority of this filter within the URL Filtering Profile. Lower integers indicate higher priorities. The priority of a filter must be unique within a URL Filtering Profile. */
1076
+ priority?: number;
1077
+ /** Required. The list of strings that a URL must match with for this filter to be applied. */
1078
+ urls?: string[];
1079
+ }
1080
+ interface UrlFilteringProfile {
1081
+ /** Optional. The list of filtering configs in which each config defines an action to take for some URL match. */
1082
+ urlFilters?: UrlFilter[];
1083
+ }
1068
1084
  interface UrlList {
1069
1085
  /** Output only. Time when the security policy was created. */
1070
1086
  createTime?: string;
@@ -1512,7 +1528,7 @@ declare namespace gapi.client {
1512
1528
  ): Request<Operation>;
1513
1529
  }
1514
1530
  interface FirewallEndpointsResource {
1515
- /** Creates a new FirewallEndpoint in a given project and location. */
1531
+ /** Creates a new FirewallEndpoint in a given organization and location. */
1516
1532
  create(request: {
1517
1533
  /** V1 error format. */
1518
1534
  '$.xgafv'?: string;
@@ -1578,7 +1594,7 @@ declare namespace gapi.client {
1578
1594
  },
1579
1595
  body: FirewallEndpoint,
1580
1596
  ): Request<Operation>;
1581
- /** Deletes a single Endpoint. */
1597
+ /** Deletes a single org Endpoint. */
1582
1598
  delete(request?: {
1583
1599
  /** V1 error format. */
1584
1600
  '$.xgafv'?: string;
@@ -1607,7 +1623,7 @@ declare namespace gapi.client {
1607
1623
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1608
1624
  uploadType?: string;
1609
1625
  }): Request<Operation>;
1610
- /** Gets details of a single Endpoint. */
1626
+ /** Gets details of a single org Endpoint. */
1611
1627
  get(request?: {
1612
1628
  /** V1 error format. */
1613
1629
  '$.xgafv'?: string;
@@ -1634,7 +1650,7 @@ declare namespace gapi.client {
1634
1650
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1635
1651
  uploadType?: string;
1636
1652
  }): Request<FirewallEndpoint>;
1637
- /** Lists FirewallEndpoints in a given project and location. */
1653
+ /** Lists FirewallEndpoints in a given organization and location. */
1638
1654
  list(request?: {
1639
1655
  /** V1 error format. */
1640
1656
  '$.xgafv'?: string;
@@ -1669,7 +1685,7 @@ declare namespace gapi.client {
1669
1685
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1670
1686
  uploadType?: string;
1671
1687
  }): Request<ListFirewallEndpointsResponse>;
1672
- /** Update a single Endpoint. */
1688
+ /** Update a single org Endpoint. */
1673
1689
  patch(request: {
1674
1690
  /** V1 error format. */
1675
1691
  '$.xgafv'?: string;
@@ -4468,7 +4484,7 @@ declare namespace gapi.client {
4468
4484
  },
4469
4485
  body: FirewallEndpoint,
4470
4486
  ): Request<Operation>;
4471
- /** Deletes a single Endpoint. */
4487
+ /** Deletes a single project Endpoint. */
4472
4488
  delete(request?: {
4473
4489
  /** V1 error format. */
4474
4490
  '$.xgafv'?: string;
@@ -4497,7 +4513,7 @@ declare namespace gapi.client {
4497
4513
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4498
4514
  uploadType?: string;
4499
4515
  }): Request<Operation>;
4500
- /** Gets details of a single Endpoint. */
4516
+ /** Gets details of a single project Endpoint. */
4501
4517
  get(request?: {
4502
4518
  /** V1 error format. */
4503
4519
  '$.xgafv'?: string;
@@ -4559,7 +4575,7 @@ declare namespace gapi.client {
4559
4575
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4560
4576
  uploadType?: string;
4561
4577
  }): Request<ListFirewallEndpointsResponse>;
4562
- /** Update a single Endpoint. */
4578
+ /** Update a single project Endpoint. */
4563
4579
  patch(request: {
4564
4580
  /** V1 error format. */
4565
4581
  '$.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.20260204",
4
4
  "description": "TypeScript typings for Network Security API v1",
5
5
  "repository": {
6
6
  "type": "git",