@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.1.20260125 → 0.1.20260204
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 +9 -9
- package/package.json +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: 20260204
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1604,7 +1604,7 @@ declare namespace gapi.client {
|
|
|
1604
1604
|
): Request<Operation>;
|
|
1605
1605
|
}
|
|
1606
1606
|
interface FirewallEndpointsResource {
|
|
1607
|
-
/** Creates a new FirewallEndpoint in a given
|
|
1607
|
+
/** Creates a new FirewallEndpoint in a given organization and location. */
|
|
1608
1608
|
create(request: {
|
|
1609
1609
|
/** V1 error format. */
|
|
1610
1610
|
'$.xgafv'?: string;
|
|
@@ -1670,7 +1670,7 @@ declare namespace gapi.client {
|
|
|
1670
1670
|
},
|
|
1671
1671
|
body: FirewallEndpoint,
|
|
1672
1672
|
): Request<Operation>;
|
|
1673
|
-
/** Deletes a single Endpoint. */
|
|
1673
|
+
/** Deletes a single org Endpoint. */
|
|
1674
1674
|
delete(request?: {
|
|
1675
1675
|
/** V1 error format. */
|
|
1676
1676
|
'$.xgafv'?: string;
|
|
@@ -1699,7 +1699,7 @@ declare namespace gapi.client {
|
|
|
1699
1699
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1700
1700
|
uploadType?: string;
|
|
1701
1701
|
}): Request<Operation>;
|
|
1702
|
-
/** Gets details of a single Endpoint. */
|
|
1702
|
+
/** Gets details of a single org Endpoint. */
|
|
1703
1703
|
get(request?: {
|
|
1704
1704
|
/** V1 error format. */
|
|
1705
1705
|
'$.xgafv'?: string;
|
|
@@ -1726,7 +1726,7 @@ declare namespace gapi.client {
|
|
|
1726
1726
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1727
1727
|
uploadType?: string;
|
|
1728
1728
|
}): Request<FirewallEndpoint>;
|
|
1729
|
-
/** Lists FirewallEndpoints in a given
|
|
1729
|
+
/** Lists FirewallEndpoints in a given organization and location. */
|
|
1730
1730
|
list(request?: {
|
|
1731
1731
|
/** V1 error format. */
|
|
1732
1732
|
'$.xgafv'?: string;
|
|
@@ -1761,7 +1761,7 @@ declare namespace gapi.client {
|
|
|
1761
1761
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1762
1762
|
uploadType?: string;
|
|
1763
1763
|
}): Request<ListFirewallEndpointsResponse>;
|
|
1764
|
-
/** Update a single Endpoint. */
|
|
1764
|
+
/** Update a single org Endpoint. */
|
|
1765
1765
|
patch(request: {
|
|
1766
1766
|
/** V1 error format. */
|
|
1767
1767
|
'$.xgafv'?: string;
|
|
@@ -4560,7 +4560,7 @@ declare namespace gapi.client {
|
|
|
4560
4560
|
},
|
|
4561
4561
|
body: FirewallEndpoint,
|
|
4562
4562
|
): Request<Operation>;
|
|
4563
|
-
/** Deletes a single Endpoint. */
|
|
4563
|
+
/** Deletes a single project Endpoint. */
|
|
4564
4564
|
delete(request?: {
|
|
4565
4565
|
/** V1 error format. */
|
|
4566
4566
|
'$.xgafv'?: string;
|
|
@@ -4589,7 +4589,7 @@ declare namespace gapi.client {
|
|
|
4589
4589
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4590
4590
|
uploadType?: string;
|
|
4591
4591
|
}): Request<Operation>;
|
|
4592
|
-
/** Gets details of a single Endpoint. */
|
|
4592
|
+
/** Gets details of a single project Endpoint. */
|
|
4593
4593
|
get(request?: {
|
|
4594
4594
|
/** V1 error format. */
|
|
4595
4595
|
'$.xgafv'?: string;
|
|
@@ -4651,7 +4651,7 @@ declare namespace gapi.client {
|
|
|
4651
4651
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4652
4652
|
uploadType?: string;
|
|
4653
4653
|
}): Request<ListFirewallEndpointsResponse>;
|
|
4654
|
-
/** Update a single Endpoint. */
|
|
4654
|
+
/** Update a single project Endpoint. */
|
|
4655
4655
|
patch(request: {
|
|
4656
4656
|
/** V1 error format. */
|
|
4657
4657
|
'$.xgafv'?: string;
|