@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20230727 → 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 +10 -10
- package/package.json +2 -2
- 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 */
|
|
@@ -661,9 +661,9 @@ declare namespace gapi.client {
|
|
|
661
661
|
name?:
|
|
662
662
|
string;
|
|
663
663
|
/**
|
|
664
|
-
* The normal response of the operation
|
|
665
|
-
*
|
|
666
|
-
*
|
|
664
|
+
* The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original
|
|
665
|
+
* method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original
|
|
666
|
+
* method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
|
|
667
667
|
*/
|
|
668
668
|
response?:
|
|
669
669
|
{ [P in string]: any };
|
|
@@ -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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maxim_mazurok/gapi.client.networksecurity-v1beta1",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20230831",
|
|
4
4
|
"description": "TypeScript typings for Network Security API v1beta1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
"types": "index.d.ts",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@types/gapi.client": "*",
|
|
18
|
-
"@types/gapi.client.discovery": "*"
|
|
18
|
+
"@types/gapi.client.discovery-v1": "*"
|
|
19
19
|
}
|
|
20
20
|
}
|
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 */
|