@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20241202 → 0.0.20250101
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 +5 -1
- 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: 20250101
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -382,6 +382,8 @@ declare namespace gapi.client {
|
|
|
382
382
|
interface InterceptDeployment {
|
|
383
383
|
/** Output only. [Output only] Create time stamp */
|
|
384
384
|
createTime?: string;
|
|
385
|
+
/** Optional. User-provided description of the deployment. Used as additional context for the deployment. */
|
|
386
|
+
description?: string;
|
|
385
387
|
/** Required. Immutable. The regional load balancer which the intercepted traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule} */
|
|
386
388
|
forwardingRule?: string;
|
|
387
389
|
/** Required. Immutable. The Intercept Deployment Group that this resource is part of. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}` */
|
|
@@ -402,6 +404,8 @@ declare namespace gapi.client {
|
|
|
402
404
|
connectedEndpointGroups?: InterceptDeploymentGroupConnectedEndpointGroup[];
|
|
403
405
|
/** Output only. [Output only] Create time stamp */
|
|
404
406
|
createTime?: string;
|
|
407
|
+
/** Optional. User-provided description of the deployment group. Used as additional context for the deployment group. */
|
|
408
|
+
description?: string;
|
|
405
409
|
/** Optional. Labels as key value pairs */
|
|
406
410
|
labels?: {[P in string]: string};
|
|
407
411
|
/** Immutable. Identifier. Then name of the InterceptDeploymentGroup. */
|