@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20230911 → 0.0.20230918
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.
- package/index.d.ts +4 -1
- package/package.json +1 -1
- 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:
|
|
12
|
+
// Revision: 20230918
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -186,6 +186,9 @@ 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;
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20230918
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -124,6 +124,7 @@ gapi.load('client', async () => {
|
|
|
124
124
|
associatedNetworks: [
|
|
125
125
|
"Test string"
|
|
126
126
|
],
|
|
127
|
+
billingProjectId: "Test string",
|
|
127
128
|
createTime: "Test string",
|
|
128
129
|
labels: {
|
|
129
130
|
A: "Test string"
|
|
@@ -159,6 +160,7 @@ gapi.load('client', async () => {
|
|
|
159
160
|
associatedNetworks: [
|
|
160
161
|
"Test string"
|
|
161
162
|
],
|
|
163
|
+
billingProjectId: "Test string",
|
|
162
164
|
createTime: "Test string",
|
|
163
165
|
labels: {
|
|
164
166
|
A: "Test string"
|