@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20230814 → 0.0.20230831
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 +7 -7
- package/package.json +1 -1
- package/tests.ts +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:
|
|
12
|
+
// Revision: 20230831
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -189,7 +189,7 @@ declare namespace gapi.client {
|
|
|
189
189
|
/** Output only. Create time stamp */
|
|
190
190
|
createTime?:
|
|
191
191
|
string;
|
|
192
|
-
/** Labels as key value pairs */
|
|
192
|
+
/** Optional. Labels as key value pairs */
|
|
193
193
|
labels?:
|
|
194
194
|
{ [P in string]: string };
|
|
195
195
|
/** Output only. name of resource */
|
|
@@ -212,7 +212,7 @@ declare namespace gapi.client {
|
|
|
212
212
|
/** Required. The URL of the FirewallEndpoint that is being associated. */
|
|
213
213
|
firewallEndpoint?:
|
|
214
214
|
string;
|
|
215
|
-
/** Labels as key value pairs */
|
|
215
|
+
/** Optional. Labels as key value pairs */
|
|
216
216
|
labels?:
|
|
217
217
|
{ [P in string]: string };
|
|
218
218
|
/** Output only. name of resource */
|
|
@@ -1821,7 +1821,7 @@ declare namespace gapi.client {
|
|
|
1821
1821
|
/** Selector specifying which fields to include in a partial response. */
|
|
1822
1822
|
fields?:
|
|
1823
1823
|
string;
|
|
1824
|
-
/** Filtering results */
|
|
1824
|
+
/** Optional. Filtering results */
|
|
1825
1825
|
filter?:
|
|
1826
1826
|
string;
|
|
1827
1827
|
/** 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. */
|
|
@@ -1833,7 +1833,7 @@ declare namespace gapi.client {
|
|
|
1833
1833
|
/** Hint for how to order the results */
|
|
1834
1834
|
orderBy?:
|
|
1835
1835
|
string;
|
|
1836
|
-
/** Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
1836
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
1837
1837
|
pageSize?:
|
|
1838
1838
|
number;
|
|
1839
1839
|
/** A token identifying a page of results the server should return. */
|
|
@@ -4745,7 +4745,7 @@ declare namespace gapi.client {
|
|
|
4745
4745
|
/** Selector specifying which fields to include in a partial response. */
|
|
4746
4746
|
fields?:
|
|
4747
4747
|
string;
|
|
4748
|
-
/** Filtering results */
|
|
4748
|
+
/** Optional. Filtering results */
|
|
4749
4749
|
filter?:
|
|
4750
4750
|
string;
|
|
4751
4751
|
/** 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. */
|
|
@@ -4757,7 +4757,7 @@ declare namespace gapi.client {
|
|
|
4757
4757
|
/** Hint for how to order the results */
|
|
4758
4758
|
orderBy?:
|
|
4759
4759
|
string;
|
|
4760
|
-
/** Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
4760
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
4761
4761
|
pageSize?:
|
|
4762
4762
|
number;
|
|
4763
4763
|
/** A token identifying a page of results the server should return. */
|
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: 20230831
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|