@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.1.20260204 → 0.1.20260302

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 (2) hide show
  1. package/index.d.ts +1 -227
  2. 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: 20260204
12
+ // Revision: 20260302
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -4493,231 +4493,6 @@ declare namespace gapi.client {
4493
4493
  body: FirewallEndpointAssociation,
4494
4494
  ): Request<Operation>;
4495
4495
  }
4496
- interface FirewallEndpointsResource {
4497
- /** Creates a new FirewallEndpoint in a given project and location. */
4498
- create(request: {
4499
- /** V1 error format. */
4500
- '$.xgafv'?: string;
4501
- /** OAuth access token. */
4502
- access_token?: string;
4503
- /** Data format for response. */
4504
- alt?: string;
4505
- /** JSONP */
4506
- callback?: string;
4507
- /** Selector specifying which fields to include in a partial response. */
4508
- fields?: string;
4509
- /** Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC. */
4510
- firewallEndpointId?: string;
4511
- /** 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. */
4512
- key?: string;
4513
- /** OAuth 2.0 token for the current user. */
4514
- oauth_token?: string;
4515
- /** Required. Value for parent. */
4516
- parent: string;
4517
- /** Returns response with indentations and line breaks. */
4518
- prettyPrint?: boolean;
4519
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
4520
- quotaUser?: string;
4521
- /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4522
- requestId?: string;
4523
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4524
- upload_protocol?: string;
4525
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4526
- uploadType?: string;
4527
- /** Request body */
4528
- resource: FirewallEndpoint;
4529
- }): Request<Operation>;
4530
- create(
4531
- request: {
4532
- /** V1 error format. */
4533
- '$.xgafv'?: string;
4534
- /** OAuth access token. */
4535
- access_token?: string;
4536
- /** Data format for response. */
4537
- alt?: string;
4538
- /** JSONP */
4539
- callback?: string;
4540
- /** Selector specifying which fields to include in a partial response. */
4541
- fields?: string;
4542
- /** Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC. */
4543
- firewallEndpointId?: string;
4544
- /** 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. */
4545
- key?: string;
4546
- /** OAuth 2.0 token for the current user. */
4547
- oauth_token?: string;
4548
- /** Required. Value for parent. */
4549
- parent: string;
4550
- /** Returns response with indentations and line breaks. */
4551
- prettyPrint?: boolean;
4552
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
4553
- quotaUser?: string;
4554
- /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4555
- requestId?: string;
4556
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4557
- upload_protocol?: string;
4558
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4559
- uploadType?: string;
4560
- },
4561
- body: FirewallEndpoint,
4562
- ): Request<Operation>;
4563
- /** Deletes a single project Endpoint. */
4564
- delete(request?: {
4565
- /** V1 error format. */
4566
- '$.xgafv'?: string;
4567
- /** OAuth access token. */
4568
- access_token?: string;
4569
- /** Data format for response. */
4570
- alt?: string;
4571
- /** JSONP */
4572
- callback?: string;
4573
- /** Selector specifying which fields to include in a partial response. */
4574
- fields?: string;
4575
- /** 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. */
4576
- key?: string;
4577
- /** Required. Name of the resource */
4578
- name: string;
4579
- /** OAuth 2.0 token for the current user. */
4580
- oauth_token?: string;
4581
- /** Returns response with indentations and line breaks. */
4582
- prettyPrint?: boolean;
4583
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
4584
- quotaUser?: string;
4585
- /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4586
- requestId?: string;
4587
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4588
- upload_protocol?: string;
4589
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4590
- uploadType?: string;
4591
- }): Request<Operation>;
4592
- /** Gets details of a single project Endpoint. */
4593
- get(request?: {
4594
- /** V1 error format. */
4595
- '$.xgafv'?: string;
4596
- /** OAuth access token. */
4597
- access_token?: string;
4598
- /** Data format for response. */
4599
- alt?: string;
4600
- /** JSONP */
4601
- callback?: string;
4602
- /** Selector specifying which fields to include in a partial response. */
4603
- fields?: string;
4604
- /** 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. */
4605
- key?: string;
4606
- /** Required. Name of the resource */
4607
- name: string;
4608
- /** OAuth 2.0 token for the current user. */
4609
- oauth_token?: string;
4610
- /** Returns response with indentations and line breaks. */
4611
- prettyPrint?: boolean;
4612
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
4613
- quotaUser?: string;
4614
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4615
- upload_protocol?: string;
4616
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4617
- uploadType?: string;
4618
- }): Request<FirewallEndpoint>;
4619
- /** Lists FirewallEndpoints in a given project and location. */
4620
- list(request?: {
4621
- /** V1 error format. */
4622
- '$.xgafv'?: string;
4623
- /** OAuth access token. */
4624
- access_token?: string;
4625
- /** Data format for response. */
4626
- alt?: string;
4627
- /** JSONP */
4628
- callback?: string;
4629
- /** Selector specifying which fields to include in a partial response. */
4630
- fields?: string;
4631
- /** Optional. Filtering results */
4632
- filter?: string;
4633
- /** 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. */
4634
- key?: string;
4635
- /** OAuth 2.0 token for the current user. */
4636
- oauth_token?: string;
4637
- /** Hint for how to order the results */
4638
- orderBy?: string;
4639
- /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
4640
- pageSize?: number;
4641
- /** A token identifying a page of results the server should return. */
4642
- pageToken?: string;
4643
- /** Required. Parent value for ListEndpointsRequest */
4644
- parent: string;
4645
- /** Returns response with indentations and line breaks. */
4646
- prettyPrint?: boolean;
4647
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
4648
- quotaUser?: string;
4649
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4650
- upload_protocol?: string;
4651
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4652
- uploadType?: string;
4653
- }): Request<ListFirewallEndpointsResponse>;
4654
- /** Update a single project Endpoint. */
4655
- patch(request: {
4656
- /** V1 error format. */
4657
- '$.xgafv'?: string;
4658
- /** OAuth access token. */
4659
- access_token?: string;
4660
- /** Data format for response. */
4661
- alt?: string;
4662
- /** JSONP */
4663
- callback?: string;
4664
- /** Selector specifying which fields to include in a partial response. */
4665
- fields?: string;
4666
- /** 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. */
4667
- key?: string;
4668
- /** Immutable. Identifier. Name of resource. */
4669
- name: string;
4670
- /** OAuth 2.0 token for the current user. */
4671
- oauth_token?: string;
4672
- /** Returns response with indentations and line breaks. */
4673
- prettyPrint?: boolean;
4674
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
4675
- quotaUser?: string;
4676
- /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4677
- requestId?: string;
4678
- /** Required. Field mask is used to specify the fields to be overwritten in the Endpoint resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4679
- updateMask?: string;
4680
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4681
- upload_protocol?: string;
4682
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4683
- uploadType?: string;
4684
- /** Request body */
4685
- resource: FirewallEndpoint;
4686
- }): Request<Operation>;
4687
- patch(
4688
- request: {
4689
- /** V1 error format. */
4690
- '$.xgafv'?: string;
4691
- /** OAuth access token. */
4692
- access_token?: string;
4693
- /** Data format for response. */
4694
- alt?: string;
4695
- /** JSONP */
4696
- callback?: string;
4697
- /** Selector specifying which fields to include in a partial response. */
4698
- fields?: string;
4699
- /** 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. */
4700
- key?: string;
4701
- /** Immutable. Identifier. Name of resource. */
4702
- name: string;
4703
- /** OAuth 2.0 token for the current user. */
4704
- oauth_token?: string;
4705
- /** Returns response with indentations and line breaks. */
4706
- prettyPrint?: boolean;
4707
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
4708
- quotaUser?: string;
4709
- /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4710
- requestId?: string;
4711
- /** Required. Field mask is used to specify the fields to be overwritten in the Endpoint resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4712
- updateMask?: string;
4713
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4714
- upload_protocol?: string;
4715
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4716
- uploadType?: string;
4717
- },
4718
- body: FirewallEndpoint,
4719
- ): Request<Operation>;
4720
- }
4721
4496
  interface RulesResource {
4722
4497
  /** Creates a new GatewaySecurityPolicy in a given project and location. */
4723
4498
  create(request: {
@@ -8204,7 +7979,6 @@ declare namespace gapi.client {
8204
7979
  clientTlsPolicies: ClientTlsPoliciesResource;
8205
7980
  dnsThreatDetectors: DnsThreatDetectorsResource;
8206
7981
  firewallEndpointAssociations: FirewallEndpointAssociationsResource;
8207
- firewallEndpoints: FirewallEndpointsResource;
8208
7982
  gatewaySecurityPolicies: GatewaySecurityPoliciesResource;
8209
7983
  interceptDeploymentGroups: InterceptDeploymentGroupsResource;
8210
7984
  interceptDeployments: InterceptDeploymentsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networksecurity-v1beta1",
3
- "version": "0.1.20260204",
3
+ "version": "0.1.20260302",
4
4
  "description": "TypeScript typings for Network Security API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",