@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20230911 → 0.0.20230920

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 +19 -7
  2. package/package.json +1 -1
  3. package/tests.ts +5 -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: 20230911
12
+ // Revision: 20230920
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -186,9 +186,15 @@ declare namespace gapi.client {
186
186
  */
187
187
  associatedNetworks?:
188
188
  string[];
189
+ /** Optional. Project to bill on endpoint uptime usage. */
190
+ billingProjectId?:
191
+ string;
189
192
  /** Output only. Create time stamp */
190
193
  createTime?:
191
194
  string;
195
+ /** Optional. Description of the firewall endpoint. Max length 2048 characters. */
196
+ description?:
197
+ string;
192
198
  /** Optional. Labels as key value pairs */
193
199
  labels?:
194
200
  { [P in string]: string };
@@ -738,7 +744,7 @@ declare namespace gapi.client {
738
744
  /** Optional. Labels as key value pairs. */
739
745
  labels?:
740
746
  { [P in string]: string };
741
- /** 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}`. */
742
748
  name?:
743
749
  string;
744
750
  /** The threat prevention configuration for the SecurityProfile. */
@@ -767,7 +773,7 @@ declare namespace gapi.client {
767
773
  /** Optional. Labels as key value pairs. */
768
774
  labels?:
769
775
  { [P in string]: string };
770
- /** 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}`. */
771
777
  name?:
772
778
  string;
773
779
  /** Optional. Reference to a SecurityProfile with the threat prevention configuration for the SecurityProfileGroup. */
@@ -2430,7 +2436,10 @@ declare namespace gapi.client {
2430
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. */
2431
2437
  key?:
2432
2438
  string;
2433
- /** 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
+ */
2434
2443
  name:
2435
2444
  string;
2436
2445
  /** OAuth 2.0 token for the current user. */
@@ -2477,7 +2486,10 @@ declare namespace gapi.client {
2477
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. */
2478
2487
  key?:
2479
2488
  string;
2480
- /** 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
+ */
2481
2493
  name:
2482
2494
  string;
2483
2495
  /** OAuth 2.0 token for the current user. */
@@ -2747,7 +2759,7 @@ declare namespace gapi.client {
2747
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. */
2748
2760
  key?:
2749
2761
  string;
2750
- /** 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}`. */
2751
2763
  name:
2752
2764
  string;
2753
2765
  /** OAuth 2.0 token for the current user. */
@@ -2794,7 +2806,7 @@ declare namespace gapi.client {
2794
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. */
2795
2807
  key?:
2796
2808
  string;
2797
- /** 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}`. */
2798
2810
  name:
2799
2811
  string;
2800
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.20230911",
3
+ "version": "0.0.20230920",
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: 20230911
6
+ // Revision: 20230920
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -124,7 +124,9 @@ gapi.load('client', async () => {
124
124
  associatedNetworks: [
125
125
  "Test string"
126
126
  ],
127
+ billingProjectId: "Test string",
127
128
  createTime: "Test string",
129
+ description: "Test string",
128
130
  labels: {
129
131
  A: "Test string"
130
132
  },
@@ -159,7 +161,9 @@ gapi.load('client', async () => {
159
161
  associatedNetworks: [
160
162
  "Test string"
161
163
  ],
164
+ billingProjectId: "Test string",
162
165
  createTime: "Test string",
166
+ description: "Test string",
163
167
  labels: {
164
168
  A: "Test string"
165
169
  },