@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20230918 → 0.0.20231003

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 +16 -7
  2. package/package.json +1 -1
  3. package/tests.ts +3 -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: 20230918
12
+ // Revision: 20231003
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -192,6 +192,9 @@ declare namespace gapi.client {
192
192
  /** Output only. Create time stamp */
193
193
  createTime?:
194
194
  string;
195
+ /** Optional. Description of the firewall endpoint. Max length 2048 characters. */
196
+ description?:
197
+ string;
195
198
  /** Optional. Labels as key value pairs */
196
199
  labels?:
197
200
  { [P in string]: string };
@@ -741,7 +744,7 @@ declare namespace gapi.client {
741
744
  /** Optional. Labels as key value pairs. */
742
745
  labels?:
743
746
  { [P in string]: string };
744
- /** Immutable. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfiles/{security_profile}`. */
747
+ /** Immutable. Identifier. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfiles/{security_profile}`. */
745
748
  name?:
746
749
  string;
747
750
  /** The threat prevention configuration for the SecurityProfile. */
@@ -770,7 +773,7 @@ declare namespace gapi.client {
770
773
  /** Optional. Labels as key value pairs. */
771
774
  labels?:
772
775
  { [P in string]: string };
773
- /** Immutable. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfileGroups/{security_profile_group}`. */
776
+ /** Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfileGroups/{security_profile_group}`. */
774
777
  name?:
775
778
  string;
776
779
  /** Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup. */
@@ -2433,7 +2436,10 @@ declare namespace gapi.client {
2433
2436
  /** 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. */
2434
2437
  key?:
2435
2438
  string;
2436
- /** Immutable. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfileGroups/{security_profile_group}`. */
2439
+ /**
2440
+ * Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
2441
+ * `projects|organizations/*‍/locations/{location}/securityProfileGroups/{security_profile_group}`.
2442
+ */
2437
2443
  name:
2438
2444
  string;
2439
2445
  /** OAuth 2.0 token for the current user. */
@@ -2480,7 +2486,10 @@ declare namespace gapi.client {
2480
2486
  /** 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. */
2481
2487
  key?:
2482
2488
  string;
2483
- /** Immutable. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfileGroups/{security_profile_group}`. */
2489
+ /**
2490
+ * Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern
2491
+ * `projects|organizations/*‍/locations/{location}/securityProfileGroups/{security_profile_group}`.
2492
+ */
2484
2493
  name:
2485
2494
  string;
2486
2495
  /** OAuth 2.0 token for the current user. */
@@ -2750,7 +2759,7 @@ declare namespace gapi.client {
2750
2759
  /** 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. */
2751
2760
  key?:
2752
2761
  string;
2753
- /** Immutable. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfiles/{security_profile}`. */
2762
+ /** Immutable. Identifier. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfiles/{security_profile}`. */
2754
2763
  name:
2755
2764
  string;
2756
2765
  /** OAuth 2.0 token for the current user. */
@@ -2797,7 +2806,7 @@ declare namespace gapi.client {
2797
2806
  /** 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. */
2798
2807
  key?:
2799
2808
  string;
2800
- /** Immutable. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfiles/{security_profile}`. */
2809
+ /** Immutable. Identifier. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*‍/locations/{location}/securityProfiles/{security_profile}`. */
2801
2810
  name:
2802
2811
  string;
2803
2812
  /** OAuth 2.0 token for the current user. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networksecurity-v1beta1",
3
- "version": "0.0.20230918",
3
+ "version": "0.0.20231003",
4
4
  "description": "TypeScript typings for Network Security API v1beta1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230918
6
+ // Revision: 20231003
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -126,6 +126,7 @@ gapi.load('client', async () => {
126
126
  ],
127
127
  billingProjectId: "Test string",
128
128
  createTime: "Test string",
129
+ description: "Test string",
129
130
  labels: {
130
131
  A: "Test string"
131
132
  },
@@ -162,6 +163,7 @@ gapi.load('client', async () => {
162
163
  ],
163
164
  billingProjectId: "Test string",
164
165
  createTime: "Test string",
166
+ description: "Test string",
165
167
  labels: {
166
168
  A: "Test string"
167
169
  },