@maxim_mazurok/gapi.client.networksecurity-v1 0.1.20260204 → 0.1.20260226

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=v1
12
- // Revision: 20260204
12
+ // Revision: 20260226
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -4417,231 +4417,6 @@ declare namespace gapi.client {
4417
4417
  body: FirewallEndpointAssociation,
4418
4418
  ): Request<Operation>;
4419
4419
  }
4420
- interface FirewallEndpointsResource {
4421
- /** Creates a new FirewallEndpoint in a given project and location. */
4422
- create(request: {
4423
- /** V1 error format. */
4424
- '$.xgafv'?: string;
4425
- /** OAuth access token. */
4426
- access_token?: string;
4427
- /** Data format for response. */
4428
- alt?: string;
4429
- /** JSONP */
4430
- callback?: string;
4431
- /** Selector specifying which fields to include in a partial response. */
4432
- fields?: string;
4433
- /** 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. */
4434
- firewallEndpointId?: string;
4435
- /** 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. */
4436
- key?: string;
4437
- /** OAuth 2.0 token for the current user. */
4438
- oauth_token?: string;
4439
- /** Required. Value for parent. */
4440
- parent: string;
4441
- /** Returns response with indentations and line breaks. */
4442
- prettyPrint?: boolean;
4443
- /** 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. */
4444
- quotaUser?: string;
4445
- /** 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). */
4446
- requestId?: string;
4447
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4448
- upload_protocol?: string;
4449
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4450
- uploadType?: string;
4451
- /** Request body */
4452
- resource: FirewallEndpoint;
4453
- }): Request<Operation>;
4454
- create(
4455
- request: {
4456
- /** V1 error format. */
4457
- '$.xgafv'?: string;
4458
- /** OAuth access token. */
4459
- access_token?: string;
4460
- /** Data format for response. */
4461
- alt?: string;
4462
- /** JSONP */
4463
- callback?: string;
4464
- /** Selector specifying which fields to include in a partial response. */
4465
- fields?: string;
4466
- /** 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. */
4467
- firewallEndpointId?: string;
4468
- /** 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. */
4469
- key?: string;
4470
- /** OAuth 2.0 token for the current user. */
4471
- oauth_token?: string;
4472
- /** Required. Value for parent. */
4473
- parent: string;
4474
- /** Returns response with indentations and line breaks. */
4475
- prettyPrint?: boolean;
4476
- /** 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. */
4477
- quotaUser?: string;
4478
- /** 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). */
4479
- requestId?: string;
4480
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4481
- upload_protocol?: string;
4482
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4483
- uploadType?: string;
4484
- },
4485
- body: FirewallEndpoint,
4486
- ): Request<Operation>;
4487
- /** Deletes a single project Endpoint. */
4488
- delete(request?: {
4489
- /** V1 error format. */
4490
- '$.xgafv'?: string;
4491
- /** OAuth access token. */
4492
- access_token?: string;
4493
- /** Data format for response. */
4494
- alt?: string;
4495
- /** JSONP */
4496
- callback?: string;
4497
- /** Selector specifying which fields to include in a partial response. */
4498
- fields?: string;
4499
- /** 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. */
4500
- key?: string;
4501
- /** Required. Name of the resource */
4502
- name: string;
4503
- /** OAuth 2.0 token for the current user. */
4504
- oauth_token?: string;
4505
- /** Returns response with indentations and line breaks. */
4506
- prettyPrint?: boolean;
4507
- /** 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. */
4508
- quotaUser?: string;
4509
- /** 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). */
4510
- requestId?: string;
4511
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4512
- upload_protocol?: string;
4513
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4514
- uploadType?: string;
4515
- }): Request<Operation>;
4516
- /** Gets details of a single project Endpoint. */
4517
- get(request?: {
4518
- /** V1 error format. */
4519
- '$.xgafv'?: string;
4520
- /** OAuth access token. */
4521
- access_token?: string;
4522
- /** Data format for response. */
4523
- alt?: string;
4524
- /** JSONP */
4525
- callback?: string;
4526
- /** Selector specifying which fields to include in a partial response. */
4527
- fields?: string;
4528
- /** 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. */
4529
- key?: string;
4530
- /** Required. Name of the resource */
4531
- name: string;
4532
- /** OAuth 2.0 token for the current user. */
4533
- oauth_token?: string;
4534
- /** Returns response with indentations and line breaks. */
4535
- prettyPrint?: boolean;
4536
- /** 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. */
4537
- quotaUser?: string;
4538
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4539
- upload_protocol?: string;
4540
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4541
- uploadType?: string;
4542
- }): Request<FirewallEndpoint>;
4543
- /** Lists FirewallEndpoints in a given project and location. */
4544
- list(request?: {
4545
- /** V1 error format. */
4546
- '$.xgafv'?: string;
4547
- /** OAuth access token. */
4548
- access_token?: string;
4549
- /** Data format for response. */
4550
- alt?: string;
4551
- /** JSONP */
4552
- callback?: string;
4553
- /** Selector specifying which fields to include in a partial response. */
4554
- fields?: string;
4555
- /** Optional. Filtering results */
4556
- filter?: string;
4557
- /** 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. */
4558
- key?: string;
4559
- /** OAuth 2.0 token for the current user. */
4560
- oauth_token?: string;
4561
- /** Hint for how to order the results */
4562
- orderBy?: string;
4563
- /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
4564
- pageSize?: number;
4565
- /** A token identifying a page of results the server should return. */
4566
- pageToken?: string;
4567
- /** Required. Parent value for ListEndpointsRequest */
4568
- parent: string;
4569
- /** Returns response with indentations and line breaks. */
4570
- prettyPrint?: boolean;
4571
- /** 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. */
4572
- quotaUser?: string;
4573
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4574
- upload_protocol?: string;
4575
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4576
- uploadType?: string;
4577
- }): Request<ListFirewallEndpointsResponse>;
4578
- /** Update a single project Endpoint. */
4579
- patch(request: {
4580
- /** V1 error format. */
4581
- '$.xgafv'?: string;
4582
- /** OAuth access token. */
4583
- access_token?: string;
4584
- /** Data format for response. */
4585
- alt?: string;
4586
- /** JSONP */
4587
- callback?: string;
4588
- /** Selector specifying which fields to include in a partial response. */
4589
- fields?: string;
4590
- /** 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. */
4591
- key?: string;
4592
- /** Immutable. Identifier. Name of resource. */
4593
- name: string;
4594
- /** OAuth 2.0 token for the current user. */
4595
- oauth_token?: string;
4596
- /** Returns response with indentations and line breaks. */
4597
- prettyPrint?: boolean;
4598
- /** 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. */
4599
- quotaUser?: string;
4600
- /** 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). */
4601
- requestId?: string;
4602
- /** 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. */
4603
- updateMask?: string;
4604
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4605
- upload_protocol?: string;
4606
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4607
- uploadType?: string;
4608
- /** Request body */
4609
- resource: FirewallEndpoint;
4610
- }): Request<Operation>;
4611
- patch(
4612
- request: {
4613
- /** V1 error format. */
4614
- '$.xgafv'?: string;
4615
- /** OAuth access token. */
4616
- access_token?: string;
4617
- /** Data format for response. */
4618
- alt?: string;
4619
- /** JSONP */
4620
- callback?: string;
4621
- /** Selector specifying which fields to include in a partial response. */
4622
- fields?: string;
4623
- /** 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. */
4624
- key?: string;
4625
- /** Immutable. Identifier. Name of resource. */
4626
- name: string;
4627
- /** OAuth 2.0 token for the current user. */
4628
- oauth_token?: string;
4629
- /** Returns response with indentations and line breaks. */
4630
- prettyPrint?: boolean;
4631
- /** 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. */
4632
- quotaUser?: string;
4633
- /** 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). */
4634
- requestId?: string;
4635
- /** 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. */
4636
- updateMask?: string;
4637
- /** Upload protocol for media (e.g. "raw", "multipart"). */
4638
- upload_protocol?: string;
4639
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4640
- uploadType?: string;
4641
- },
4642
- body: FirewallEndpoint,
4643
- ): Request<Operation>;
4644
- }
4645
4420
  interface RulesResource {
4646
4421
  /** Creates a new GatewaySecurityPolicy in a given project and location. */
4647
4422
  create(request: {
@@ -7810,7 +7585,6 @@ declare namespace gapi.client {
7810
7585
  clientTlsPolicies: ClientTlsPoliciesResource;
7811
7586
  dnsThreatDetectors: DnsThreatDetectorsResource;
7812
7587
  firewallEndpointAssociations: FirewallEndpointAssociationsResource;
7813
- firewallEndpoints: FirewallEndpointsResource;
7814
7588
  gatewaySecurityPolicies: GatewaySecurityPoliciesResource;
7815
7589
  interceptDeploymentGroups: InterceptDeploymentGroupsResource;
7816
7590
  interceptDeployments: InterceptDeploymentsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networksecurity-v1",
3
- "version": "0.1.20260204",
3
+ "version": "0.1.20260226",
4
4
  "description": "TypeScript typings for Network Security API v1",
5
5
  "repository": {
6
6
  "type": "git",