@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20240919 → 0.0.20241109
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 -4
- 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: 20241109
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -578,7 +578,7 @@ declare namespace gapi.client {
|
|
|
578
578
|
labels?: {[P in string]: string};
|
|
579
579
|
/** Required. Immutable. The Mirroring Deployment Group that this resource is connected to. Format is: `projects/{project}/locations/global/mirroringDeploymentGroups/{mirroringDeploymentGroup}` */
|
|
580
580
|
mirroringDeploymentGroup?: string;
|
|
581
|
-
/** Immutable. Identifier. The name of the MirroringEndpointGroup. */
|
|
581
|
+
/** Immutable. Identifier. Next ID: 11 The name of the MirroringEndpointGroup. */
|
|
582
582
|
name?: string;
|
|
583
583
|
/** Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. */
|
|
584
584
|
reconciling?: boolean;
|
|
@@ -4949,7 +4949,7 @@ declare namespace gapi.client {
|
|
|
4949
4949
|
fields?: string;
|
|
4950
4950
|
/** 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. */
|
|
4951
4951
|
key?: string;
|
|
4952
|
-
/** Immutable. Identifier. The name of the MirroringEndpointGroup. */
|
|
4952
|
+
/** Immutable. Identifier. Next ID: 11 The name of the MirroringEndpointGroup. */
|
|
4953
4953
|
name: string;
|
|
4954
4954
|
/** OAuth 2.0 token for the current user. */
|
|
4955
4955
|
oauth_token?: string;
|
|
@@ -4982,7 +4982,7 @@ declare namespace gapi.client {
|
|
|
4982
4982
|
fields?: string;
|
|
4983
4983
|
/** 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. */
|
|
4984
4984
|
key?: string;
|
|
4985
|
-
/** Immutable. Identifier. The name of the MirroringEndpointGroup. */
|
|
4985
|
+
/** Immutable. Identifier. Next ID: 11 The name of the MirroringEndpointGroup. */
|
|
4986
4986
|
name: string;
|
|
4987
4987
|
/** OAuth 2.0 token for the current user. */
|
|
4988
4988
|
oauth_token?: string;
|