@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20250118 → 0.0.20250126

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.
Files changed (3) hide show
  1. package/index.d.ts +73 -65
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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: 20250118
12
+ // Revision: 20250126
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Network Security API v1beta1 */
18
18
  function load(
19
- urlOrObject: 'https://networksecurity.googleapis.com/$discovery/rest?version=v1beta1'
19
+ urlOrObject: 'https://networksecurity.googleapis.com/$discovery/rest?version=v1beta1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'networksecurity', version: 'v1beta1'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'networksecurity',
26
26
  version: 'v1beta1',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace networksecurity {
@@ -662,6 +662,8 @@ declare namespace gapi.client {
662
662
  interface MirroringDeployment {
663
663
  /** Output only. [Output only] Create time stamp */
664
664
  createTime?: string;
665
+ /** Optional. User-provided description of the deployment. Used as additional context for the deployment. */
666
+ description?: string;
665
667
  /** Required. Immutable. The regional load balancer which the mirrored traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule} */
666
668
  forwardingRule?: string;
667
669
  /** Optional. Labels as key value pairs */
@@ -682,6 +684,8 @@ declare namespace gapi.client {
682
684
  connectedEndpointGroups?: MirroringDeploymentGroupConnectedEndpointGroup[];
683
685
  /** Output only. [Output only] Create time stamp */
684
686
  createTime?: string;
687
+ /** Optional. User-provided description of the deployment group. Used as additional context for the deployment group. */
688
+ description?: string;
685
689
  /** Optional. Labels as key value pairs */
686
690
  labels?: {[P in string]: string};
687
691
  /** Immutable. Identifier. Then name of the MirroringDeploymentGroup. */
@@ -704,6 +708,8 @@ declare namespace gapi.client {
704
708
  associations?: MirroringEndpointGroupAssociationDetails[];
705
709
  /** Output only. [Output only] Create time stamp */
706
710
  createTime?: string;
711
+ /** Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group. */
712
+ description?: string;
707
713
  /** Optional. Labels as key value pairs */
708
714
  labels?: {[P in string]: string};
709
715
  /** Required. Immutable. The Mirroring Deployment Group that this resource is connected to. Format is: `projects/{project}/locations/global/mirroringDeploymentGroups/{mirroringDeploymentGroup}` */
@@ -828,6 +834,8 @@ declare namespace gapi.client {
828
834
  customInterceptProfile?: string;
829
835
  /** Optional. Reference to a SecurityProfile with the CustomMirroring configuration. */
830
836
  customMirroringProfile?: string;
837
+ /** Output only. Identifier used by the data-path. Unique within {container, location}. */
838
+ dataPathId?: string;
831
839
  /** Optional. An optional description of the profile group. Max length 2048 characters. */
832
840
  description?: string;
833
841
  /** Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. */
@@ -990,7 +998,7 @@ declare namespace gapi.client {
990
998
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
991
999
  uploadType?: string;
992
1000
  },
993
- body: AddAddressGroupItemsRequest
1001
+ body: AddAddressGroupItemsRequest,
994
1002
  ): Request<Operation>;
995
1003
  /** Clones items from one address group to another. */
996
1004
  cloneItems(request: {
@@ -1048,7 +1056,7 @@ declare namespace gapi.client {
1048
1056
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1049
1057
  uploadType?: string;
1050
1058
  },
1051
- body: CloneAddressGroupItemsRequest
1059
+ body: CloneAddressGroupItemsRequest,
1052
1060
  ): Request<Operation>;
1053
1061
  /** Creates a new address group in a given project and location. */
1054
1062
  create(request: {
@@ -1114,7 +1122,7 @@ declare namespace gapi.client {
1114
1122
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1115
1123
  uploadType?: string;
1116
1124
  },
1117
- body: AddressGroup
1125
+ body: AddressGroup,
1118
1126
  ): Request<Operation>;
1119
1127
  /** Deletes an address group. */
1120
1128
  delete(request?: {
@@ -1298,7 +1306,7 @@ declare namespace gapi.client {
1298
1306
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1299
1307
  uploadType?: string;
1300
1308
  },
1301
- body: AddressGroup
1309
+ body: AddressGroup,
1302
1310
  ): Request<Operation>;
1303
1311
  /** Removes items from an address group. */
1304
1312
  removeItems(request: {
@@ -1356,7 +1364,7 @@ declare namespace gapi.client {
1356
1364
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1357
1365
  uploadType?: string;
1358
1366
  },
1359
- body: RemoveAddressGroupItemsRequest
1367
+ body: RemoveAddressGroupItemsRequest,
1360
1368
  ): Request<Operation>;
1361
1369
  }
1362
1370
  interface FirewallEndpointsResource {
@@ -1424,7 +1432,7 @@ declare namespace gapi.client {
1424
1432
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1425
1433
  uploadType?: string;
1426
1434
  },
1427
- body: FirewallEndpoint
1435
+ body: FirewallEndpoint,
1428
1436
  ): Request<Operation>;
1429
1437
  /** Deletes a single Endpoint. */
1430
1438
  delete(request?: {
@@ -1581,7 +1589,7 @@ declare namespace gapi.client {
1581
1589
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1582
1590
  uploadType?: string;
1583
1591
  },
1584
- body: FirewallEndpoint
1592
+ body: FirewallEndpoint,
1585
1593
  ): Request<Operation>;
1586
1594
  }
1587
1595
  interface OperationsResource {
@@ -1641,7 +1649,7 @@ declare namespace gapi.client {
1641
1649
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1642
1650
  uploadType?: string;
1643
1651
  },
1644
- body: CancelOperationRequest
1652
+ body: CancelOperationRequest,
1645
1653
  ): Request<{}>;
1646
1654
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
1647
1655
  delete(request?: {
@@ -1792,7 +1800,7 @@ declare namespace gapi.client {
1792
1800
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1793
1801
  uploadType?: string;
1794
1802
  },
1795
- body: SecurityProfileGroup
1803
+ body: SecurityProfileGroup,
1796
1804
  ): Request<Operation>;
1797
1805
  /** Deletes a single SecurityProfileGroup. */
1798
1806
  delete(request?: {
@@ -1941,7 +1949,7 @@ declare namespace gapi.client {
1941
1949
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1942
1950
  uploadType?: string;
1943
1951
  },
1944
- body: SecurityProfileGroup
1952
+ body: SecurityProfileGroup,
1945
1953
  ): Request<Operation>;
1946
1954
  }
1947
1955
  interface SecurityProfilesResource {
@@ -2005,7 +2013,7 @@ declare namespace gapi.client {
2005
2013
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2006
2014
  uploadType?: string;
2007
2015
  },
2008
- body: SecurityProfile
2016
+ body: SecurityProfile,
2009
2017
  ): Request<Operation>;
2010
2018
  /** Deletes a single SecurityProfile. */
2011
2019
  delete(request?: {
@@ -2154,7 +2162,7 @@ declare namespace gapi.client {
2154
2162
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2155
2163
  uploadType?: string;
2156
2164
  },
2157
- body: SecurityProfile
2165
+ body: SecurityProfile,
2158
2166
  ): Request<Operation>;
2159
2167
  }
2160
2168
  interface LocationsResource {
@@ -2224,7 +2232,7 @@ declare namespace gapi.client {
2224
2232
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2225
2233
  uploadType?: string;
2226
2234
  },
2227
- body: AddAddressGroupItemsRequest
2235
+ body: AddAddressGroupItemsRequest,
2228
2236
  ): Request<Operation>;
2229
2237
  /** Clones items from one address group to another. */
2230
2238
  cloneItems(request: {
@@ -2282,7 +2290,7 @@ declare namespace gapi.client {
2282
2290
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2283
2291
  uploadType?: string;
2284
2292
  },
2285
- body: CloneAddressGroupItemsRequest
2293
+ body: CloneAddressGroupItemsRequest,
2286
2294
  ): Request<Operation>;
2287
2295
  /** Creates a new address group in a given project and location. */
2288
2296
  create(request: {
@@ -2348,7 +2356,7 @@ declare namespace gapi.client {
2348
2356
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2349
2357
  uploadType?: string;
2350
2358
  },
2351
- body: AddressGroup
2359
+ body: AddressGroup,
2352
2360
  ): Request<Operation>;
2353
2361
  /** Deletes a single address group. */
2354
2362
  delete(request?: {
@@ -2561,7 +2569,7 @@ declare namespace gapi.client {
2561
2569
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2562
2570
  uploadType?: string;
2563
2571
  },
2564
- body: AddressGroup
2572
+ body: AddressGroup,
2565
2573
  ): Request<Operation>;
2566
2574
  /** Removes items from an address group. */
2567
2575
  removeItems(request: {
@@ -2619,7 +2627,7 @@ declare namespace gapi.client {
2619
2627
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2620
2628
  uploadType?: string;
2621
2629
  },
2622
- body: RemoveAddressGroupItemsRequest
2630
+ body: RemoveAddressGroupItemsRequest,
2623
2631
  ): Request<Operation>;
2624
2632
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2625
2633
  setIamPolicy(
@@ -2649,7 +2657,7 @@ declare namespace gapi.client {
2649
2657
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2650
2658
  uploadType?: string;
2651
2659
  },
2652
- body: GoogleIamV1SetIamPolicyRequest
2660
+ body: GoogleIamV1SetIamPolicyRequest,
2653
2661
  ): Request<GoogleIamV1Policy>;
2654
2662
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2655
2663
  testIamPermissions(
@@ -2679,7 +2687,7 @@ declare namespace gapi.client {
2679
2687
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2680
2688
  uploadType?: string;
2681
2689
  },
2682
- body: GoogleIamV1TestIamPermissionsRequest
2690
+ body: GoogleIamV1TestIamPermissionsRequest,
2683
2691
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
2684
2692
  }
2685
2693
  interface AuthorizationPoliciesResource {
@@ -2743,7 +2751,7 @@ declare namespace gapi.client {
2743
2751
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2744
2752
  uploadType?: string;
2745
2753
  },
2746
- body: AuthorizationPolicy
2754
+ body: AuthorizationPolicy,
2747
2755
  ): Request<Operation>;
2748
2756
  /** Deletes a single AuthorizationPolicy. */
2749
2757
  delete(request?: {
@@ -2919,7 +2927,7 @@ declare namespace gapi.client {
2919
2927
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2920
2928
  uploadType?: string;
2921
2929
  },
2922
- body: AuthorizationPolicy
2930
+ body: AuthorizationPolicy,
2923
2931
  ): Request<Operation>;
2924
2932
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2925
2933
  setIamPolicy(
@@ -2949,7 +2957,7 @@ declare namespace gapi.client {
2949
2957
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2950
2958
  uploadType?: string;
2951
2959
  },
2952
- body: GoogleIamV1SetIamPolicyRequest
2960
+ body: GoogleIamV1SetIamPolicyRequest,
2953
2961
  ): Request<GoogleIamV1Policy>;
2954
2962
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2955
2963
  testIamPermissions(
@@ -2979,7 +2987,7 @@ declare namespace gapi.client {
2979
2987
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2980
2988
  uploadType?: string;
2981
2989
  },
2982
- body: GoogleIamV1TestIamPermissionsRequest
2990
+ body: GoogleIamV1TestIamPermissionsRequest,
2983
2991
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
2984
2992
  }
2985
2993
  interface AuthzPoliciesResource {
@@ -3047,7 +3055,7 @@ declare namespace gapi.client {
3047
3055
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3048
3056
  uploadType?: string;
3049
3057
  },
3050
- body: AuthzPolicy
3058
+ body: AuthzPolicy,
3051
3059
  ): Request<Operation>;
3052
3060
  /** Deletes a single AuthzPolicy. */
3053
3061
  delete(request?: {
@@ -3233,7 +3241,7 @@ declare namespace gapi.client {
3233
3241
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3234
3242
  uploadType?: string;
3235
3243
  },
3236
- body: AuthzPolicy
3244
+ body: AuthzPolicy,
3237
3245
  ): Request<Operation>;
3238
3246
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
3239
3247
  setIamPolicy(
@@ -3263,7 +3271,7 @@ declare namespace gapi.client {
3263
3271
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3264
3272
  uploadType?: string;
3265
3273
  },
3266
- body: GoogleIamV1SetIamPolicyRequest
3274
+ body: GoogleIamV1SetIamPolicyRequest,
3267
3275
  ): Request<GoogleIamV1Policy>;
3268
3276
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
3269
3277
  testIamPermissions(
@@ -3293,7 +3301,7 @@ declare namespace gapi.client {
3293
3301
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3294
3302
  uploadType?: string;
3295
3303
  },
3296
- body: GoogleIamV1TestIamPermissionsRequest
3304
+ body: GoogleIamV1TestIamPermissionsRequest,
3297
3305
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
3298
3306
  }
3299
3307
  interface ClientTlsPoliciesResource {
@@ -3357,7 +3365,7 @@ declare namespace gapi.client {
3357
3365
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3358
3366
  uploadType?: string;
3359
3367
  },
3360
- body: ClientTlsPolicy
3368
+ body: ClientTlsPolicy,
3361
3369
  ): Request<Operation>;
3362
3370
  /** Deletes a single ClientTlsPolicy. */
3363
3371
  delete(request?: {
@@ -3533,7 +3541,7 @@ declare namespace gapi.client {
3533
3541
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3534
3542
  uploadType?: string;
3535
3543
  },
3536
- body: ClientTlsPolicy
3544
+ body: ClientTlsPolicy,
3537
3545
  ): Request<Operation>;
3538
3546
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
3539
3547
  setIamPolicy(
@@ -3563,7 +3571,7 @@ declare namespace gapi.client {
3563
3571
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3564
3572
  uploadType?: string;
3565
3573
  },
3566
- body: GoogleIamV1SetIamPolicyRequest
3574
+ body: GoogleIamV1SetIamPolicyRequest,
3567
3575
  ): Request<GoogleIamV1Policy>;
3568
3576
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
3569
3577
  testIamPermissions(
@@ -3593,7 +3601,7 @@ declare namespace gapi.client {
3593
3601
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3594
3602
  uploadType?: string;
3595
3603
  },
3596
- body: GoogleIamV1TestIamPermissionsRequest
3604
+ body: GoogleIamV1TestIamPermissionsRequest,
3597
3605
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
3598
3606
  }
3599
3607
  interface FirewallEndpointAssociationsResource {
@@ -3661,7 +3669,7 @@ declare namespace gapi.client {
3661
3669
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3662
3670
  uploadType?: string;
3663
3671
  },
3664
- body: FirewallEndpointAssociation
3672
+ body: FirewallEndpointAssociation,
3665
3673
  ): Request<Operation>;
3666
3674
  /** Deletes a single FirewallEndpointAssociation. */
3667
3675
  delete(request?: {
@@ -3818,7 +3826,7 @@ declare namespace gapi.client {
3818
3826
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3819
3827
  uploadType?: string;
3820
3828
  },
3821
- body: FirewallEndpointAssociation
3829
+ body: FirewallEndpointAssociation,
3822
3830
  ): Request<Operation>;
3823
3831
  }
3824
3832
  interface RulesResource {
@@ -3882,7 +3890,7 @@ declare namespace gapi.client {
3882
3890
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3883
3891
  uploadType?: string;
3884
3892
  },
3885
- body: GatewaySecurityPolicyRule
3893
+ body: GatewaySecurityPolicyRule,
3886
3894
  ): Request<Operation>;
3887
3895
  /** Deletes a single GatewaySecurityPolicyRule. */
3888
3896
  delete(request?: {
@@ -4029,7 +4037,7 @@ declare namespace gapi.client {
4029
4037
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4030
4038
  uploadType?: string;
4031
4039
  },
4032
- body: GatewaySecurityPolicyRule
4040
+ body: GatewaySecurityPolicyRule,
4033
4041
  ): Request<Operation>;
4034
4042
  }
4035
4043
  interface GatewaySecurityPoliciesResource {
@@ -4093,7 +4101,7 @@ declare namespace gapi.client {
4093
4101
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4094
4102
  uploadType?: string;
4095
4103
  },
4096
- body: GatewaySecurityPolicy
4104
+ body: GatewaySecurityPolicy,
4097
4105
  ): Request<Operation>;
4098
4106
  /** Deletes a single GatewaySecurityPolicy. */
4099
4107
  delete(request?: {
@@ -4240,7 +4248,7 @@ declare namespace gapi.client {
4240
4248
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4241
4249
  uploadType?: string;
4242
4250
  },
4243
- body: GatewaySecurityPolicy
4251
+ body: GatewaySecurityPolicy,
4244
4252
  ): Request<Operation>;
4245
4253
  rules: RulesResource;
4246
4254
  }
@@ -4309,7 +4317,7 @@ declare namespace gapi.client {
4309
4317
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4310
4318
  uploadType?: string;
4311
4319
  },
4312
- body: InterceptDeploymentGroup
4320
+ body: InterceptDeploymentGroup,
4313
4321
  ): Request<Operation>;
4314
4322
  /** Deletes a single InterceptDeploymentGroup. */
4315
4323
  delete(request?: {
@@ -4466,7 +4474,7 @@ declare namespace gapi.client {
4466
4474
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4467
4475
  uploadType?: string;
4468
4476
  },
4469
- body: InterceptDeploymentGroup
4477
+ body: InterceptDeploymentGroup,
4470
4478
  ): Request<Operation>;
4471
4479
  }
4472
4480
  interface InterceptDeploymentsResource {
@@ -4534,7 +4542,7 @@ declare namespace gapi.client {
4534
4542
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4535
4543
  uploadType?: string;
4536
4544
  },
4537
- body: InterceptDeployment
4545
+ body: InterceptDeployment,
4538
4546
  ): Request<Operation>;
4539
4547
  /** Deletes a single InterceptDeployment. */
4540
4548
  delete(request?: {
@@ -4691,7 +4699,7 @@ declare namespace gapi.client {
4691
4699
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4692
4700
  uploadType?: string;
4693
4701
  },
4694
- body: InterceptDeployment
4702
+ body: InterceptDeployment,
4695
4703
  ): Request<Operation>;
4696
4704
  }
4697
4705
  interface InterceptEndpointGroupAssociationsResource {
@@ -4759,7 +4767,7 @@ declare namespace gapi.client {
4759
4767
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4760
4768
  uploadType?: string;
4761
4769
  },
4762
- body: InterceptEndpointGroupAssociation
4770
+ body: InterceptEndpointGroupAssociation,
4763
4771
  ): Request<Operation>;
4764
4772
  /** Deletes a single InterceptEndpointGroupAssociation. */
4765
4773
  delete(request?: {
@@ -4916,7 +4924,7 @@ declare namespace gapi.client {
4916
4924
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4917
4925
  uploadType?: string;
4918
4926
  },
4919
- body: InterceptEndpointGroupAssociation
4927
+ body: InterceptEndpointGroupAssociation,
4920
4928
  ): Request<Operation>;
4921
4929
  }
4922
4930
  interface InterceptEndpointGroupsResource {
@@ -4984,7 +4992,7 @@ declare namespace gapi.client {
4984
4992
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4985
4993
  uploadType?: string;
4986
4994
  },
4987
- body: InterceptEndpointGroup
4995
+ body: InterceptEndpointGroup,
4988
4996
  ): Request<Operation>;
4989
4997
  /** Deletes a single InterceptEndpointGroup. */
4990
4998
  delete(request?: {
@@ -5141,7 +5149,7 @@ declare namespace gapi.client {
5141
5149
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5142
5150
  uploadType?: string;
5143
5151
  },
5144
- body: InterceptEndpointGroup
5152
+ body: InterceptEndpointGroup,
5145
5153
  ): Request<Operation>;
5146
5154
  }
5147
5155
  interface MirroringDeploymentGroupsResource {
@@ -5209,7 +5217,7 @@ declare namespace gapi.client {
5209
5217
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5210
5218
  uploadType?: string;
5211
5219
  },
5212
- body: MirroringDeploymentGroup
5220
+ body: MirroringDeploymentGroup,
5213
5221
  ): Request<Operation>;
5214
5222
  /** Deletes a single MirroringDeploymentGroup. */
5215
5223
  delete(request?: {
@@ -5366,7 +5374,7 @@ declare namespace gapi.client {
5366
5374
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5367
5375
  uploadType?: string;
5368
5376
  },
5369
- body: MirroringDeploymentGroup
5377
+ body: MirroringDeploymentGroup,
5370
5378
  ): Request<Operation>;
5371
5379
  }
5372
5380
  interface MirroringDeploymentsResource {
@@ -5434,7 +5442,7 @@ declare namespace gapi.client {
5434
5442
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5435
5443
  uploadType?: string;
5436
5444
  },
5437
- body: MirroringDeployment
5445
+ body: MirroringDeployment,
5438
5446
  ): Request<Operation>;
5439
5447
  /** Deletes a single MirroringDeployment. */
5440
5448
  delete(request?: {
@@ -5591,7 +5599,7 @@ declare namespace gapi.client {
5591
5599
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5592
5600
  uploadType?: string;
5593
5601
  },
5594
- body: MirroringDeployment
5602
+ body: MirroringDeployment,
5595
5603
  ): Request<Operation>;
5596
5604
  }
5597
5605
  interface MirroringEndpointGroupAssociationsResource {
@@ -5659,7 +5667,7 @@ declare namespace gapi.client {
5659
5667
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5660
5668
  uploadType?: string;
5661
5669
  },
5662
- body: MirroringEndpointGroupAssociation
5670
+ body: MirroringEndpointGroupAssociation,
5663
5671
  ): Request<Operation>;
5664
5672
  /** Deletes a single MirroringEndpointGroupAssociation. */
5665
5673
  delete(request?: {
@@ -5816,7 +5824,7 @@ declare namespace gapi.client {
5816
5824
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5817
5825
  uploadType?: string;
5818
5826
  },
5819
- body: MirroringEndpointGroupAssociation
5827
+ body: MirroringEndpointGroupAssociation,
5820
5828
  ): Request<Operation>;
5821
5829
  }
5822
5830
  interface MirroringEndpointGroupsResource {
@@ -5884,7 +5892,7 @@ declare namespace gapi.client {
5884
5892
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5885
5893
  uploadType?: string;
5886
5894
  },
5887
- body: MirroringEndpointGroup
5895
+ body: MirroringEndpointGroup,
5888
5896
  ): Request<Operation>;
5889
5897
  /** Deletes a single MirroringEndpointGroup. */
5890
5898
  delete(request?: {
@@ -6041,7 +6049,7 @@ declare namespace gapi.client {
6041
6049
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6042
6050
  uploadType?: string;
6043
6051
  },
6044
- body: MirroringEndpointGroup
6052
+ body: MirroringEndpointGroup,
6045
6053
  ): Request<Operation>;
6046
6054
  }
6047
6055
  interface OperationsResource {
@@ -6101,7 +6109,7 @@ declare namespace gapi.client {
6101
6109
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6102
6110
  uploadType?: string;
6103
6111
  },
6104
- body: CancelOperationRequest
6112
+ body: CancelOperationRequest,
6105
6113
  ): Request<{}>;
6106
6114
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
6107
6115
  delete(request?: {
@@ -6252,7 +6260,7 @@ declare namespace gapi.client {
6252
6260
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6253
6261
  uploadType?: string;
6254
6262
  },
6255
- body: ServerTlsPolicy
6263
+ body: ServerTlsPolicy,
6256
6264
  ): Request<Operation>;
6257
6265
  /** Deletes a single ServerTlsPolicy. */
6258
6266
  delete(request?: {
@@ -6428,7 +6436,7 @@ declare namespace gapi.client {
6428
6436
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6429
6437
  uploadType?: string;
6430
6438
  },
6431
- body: ServerTlsPolicy
6439
+ body: ServerTlsPolicy,
6432
6440
  ): Request<Operation>;
6433
6441
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
6434
6442
  setIamPolicy(
@@ -6458,7 +6466,7 @@ declare namespace gapi.client {
6458
6466
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6459
6467
  uploadType?: string;
6460
6468
  },
6461
- body: GoogleIamV1SetIamPolicyRequest
6469
+ body: GoogleIamV1SetIamPolicyRequest,
6462
6470
  ): Request<GoogleIamV1Policy>;
6463
6471
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
6464
6472
  testIamPermissions(
@@ -6488,7 +6496,7 @@ declare namespace gapi.client {
6488
6496
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6489
6497
  uploadType?: string;
6490
6498
  },
6491
- body: GoogleIamV1TestIamPermissionsRequest
6499
+ body: GoogleIamV1TestIamPermissionsRequest,
6492
6500
  ): Request<GoogleIamV1TestIamPermissionsResponse>;
6493
6501
  }
6494
6502
  interface TlsInspectionPoliciesResource {
@@ -6552,7 +6560,7 @@ declare namespace gapi.client {
6552
6560
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6553
6561
  uploadType?: string;
6554
6562
  },
6555
- body: TlsInspectionPolicy
6563
+ body: TlsInspectionPolicy,
6556
6564
  ): Request<Operation>;
6557
6565
  /** Deletes a single TlsInspectionPolicy. */
6558
6566
  delete(request?: {
@@ -6701,7 +6709,7 @@ declare namespace gapi.client {
6701
6709
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6702
6710
  uploadType?: string;
6703
6711
  },
6704
- body: TlsInspectionPolicy
6712
+ body: TlsInspectionPolicy,
6705
6713
  ): Request<Operation>;
6706
6714
  }
6707
6715
  interface UrlListsResource {
@@ -6765,7 +6773,7 @@ declare namespace gapi.client {
6765
6773
  /** Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list". */
6766
6774
  urlListId?: string;
6767
6775
  },
6768
- body: UrlList
6776
+ body: UrlList,
6769
6777
  ): Request<Operation>;
6770
6778
  /** Deletes a single UrlList. */
6771
6779
  delete(request?: {
@@ -6912,7 +6920,7 @@ declare namespace gapi.client {
6912
6920
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
6913
6921
  uploadType?: string;
6914
6922
  },
6915
- body: UrlList
6923
+ body: UrlList,
6916
6924
  ): Request<Operation>;
6917
6925
  }
6918
6926
  interface LocationsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networksecurity-v1beta1",
3
- "version": "0.0.20250118",
3
+ "version": "0.0.20250126",
4
4
  "description": "TypeScript typings for Network Security API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -29,7 +29,7 @@ gapi.client.load(
29
29
  () => {
30
30
  // now we can use:
31
31
  // gapi.client.networksecurity
32
- }
32
+ },
33
33
  );
34
34
  ```
35
35
 
@@ -61,7 +61,7 @@ gapi.auth.authorize(
61
61
  } else {
62
62
  /* handle authorization error */
63
63
  }
64
- }
64
+ },
65
65
  );
66
66
  ```
67
67