@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20250507 → 0.0.20250527
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 +13 -9
- 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://networkmanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250527
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -148,6 +148,8 @@ declare namespace gapi.client {
|
|
|
148
148
|
updateTime?: string;
|
|
149
149
|
}
|
|
150
150
|
interface DeliverInfo {
|
|
151
|
+
/** Recognized type of a Google Service the packet is delivered to (if applicable). */
|
|
152
|
+
googleServiceType?: string;
|
|
151
153
|
/** IP address of the target (if applicable). */
|
|
152
154
|
ipAddress?: string;
|
|
153
155
|
/** PSC Google API target the packet is delivered to (if applicable). */
|
|
@@ -267,6 +269,8 @@ declare namespace gapi.client {
|
|
|
267
269
|
networkUri?: string;
|
|
268
270
|
/** The name of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules. */
|
|
269
271
|
policy?: string;
|
|
272
|
+
/** The priority of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules. */
|
|
273
|
+
policyPriority?: number;
|
|
270
274
|
/** The URI of the firewall policy that this rule is associated with. This field is not applicable to VPC firewall rules and implied VPC firewall rules. */
|
|
271
275
|
policyUri?: string;
|
|
272
276
|
/** The priority of the firewall rule. */
|
|
@@ -812,7 +816,7 @@ declare namespace gapi.client {
|
|
|
812
816
|
metadata?: string;
|
|
813
817
|
/** Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA. */
|
|
814
818
|
metadataFields?: string[];
|
|
815
|
-
/** Identifier. Unique name of the configuration using the
|
|
819
|
+
/** Identifier. Unique name of the configuration using one of the forms: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
|
|
816
820
|
name?: string;
|
|
817
821
|
/** Optional. The state of the VPC Flow Log configuration. Default value is ENABLED. When creating a new configuration, it must be enabled. Setting state=DISABLED will pause the log generation for this config. */
|
|
818
822
|
state?: string;
|
|
@@ -1387,7 +1391,7 @@ declare namespace gapi.client {
|
|
|
1387
1391
|
key?: string;
|
|
1388
1392
|
/** OAuth 2.0 token for the current user. */
|
|
1389
1393
|
oauth_token?: string;
|
|
1390
|
-
/** Required. The parent resource of the VPC Flow Logs configuration to create: `projects/{project_id}/locations/global` */
|
|
1394
|
+
/** Required. The parent resource of the VPC Flow Logs configuration to create: `projects/{project_id}/locations/global` `organizations/{organization_id}/locations/global` */
|
|
1391
1395
|
parent: string;
|
|
1392
1396
|
/** Returns response with indentations and line breaks. */
|
|
1393
1397
|
prettyPrint?: boolean;
|
|
@@ -1418,7 +1422,7 @@ declare namespace gapi.client {
|
|
|
1418
1422
|
key?: string;
|
|
1419
1423
|
/** OAuth 2.0 token for the current user. */
|
|
1420
1424
|
oauth_token?: string;
|
|
1421
|
-
/** Required. The parent resource of the VPC Flow Logs configuration to create: `projects/{project_id}/locations/global` */
|
|
1425
|
+
/** Required. The parent resource of the VPC Flow Logs configuration to create: `projects/{project_id}/locations/global` `organizations/{organization_id}/locations/global` */
|
|
1422
1426
|
parent: string;
|
|
1423
1427
|
/** Returns response with indentations and line breaks. */
|
|
1424
1428
|
prettyPrint?: boolean;
|
|
@@ -1447,7 +1451,7 @@ declare namespace gapi.client {
|
|
|
1447
1451
|
fields?: string;
|
|
1448
1452
|
/** 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. */
|
|
1449
1453
|
key?: string;
|
|
1450
|
-
/** Required. `VpcFlowLogsConfig` resource name using the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` */
|
|
1454
|
+
/** Required. `VpcFlowLogsConfig` resource name using one of the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config} `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` */
|
|
1451
1455
|
name: string;
|
|
1452
1456
|
/** OAuth 2.0 token for the current user. */
|
|
1453
1457
|
oauth_token?: string;
|
|
@@ -1474,7 +1478,7 @@ declare namespace gapi.client {
|
|
|
1474
1478
|
fields?: string;
|
|
1475
1479
|
/** 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. */
|
|
1476
1480
|
key?: string;
|
|
1477
|
-
/** Required. `VpcFlowLogsConfig` resource name using the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` */
|
|
1481
|
+
/** Required. `VpcFlowLogsConfig` resource name using the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}` */
|
|
1478
1482
|
name: string;
|
|
1479
1483
|
/** OAuth 2.0 token for the current user. */
|
|
1480
1484
|
oauth_token?: string;
|
|
@@ -1511,7 +1515,7 @@ declare namespace gapi.client {
|
|
|
1511
1515
|
pageSize?: number;
|
|
1512
1516
|
/** Optional. Page token from an earlier query, as returned in `next_page_token`. */
|
|
1513
1517
|
pageToken?: string;
|
|
1514
|
-
/** Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global` */
|
|
1518
|
+
/** Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global` `organizations/{organization_id}/locations/global` */
|
|
1515
1519
|
parent: string;
|
|
1516
1520
|
/** Returns response with indentations and line breaks. */
|
|
1517
1521
|
prettyPrint?: boolean;
|
|
@@ -1536,7 +1540,7 @@ declare namespace gapi.client {
|
|
|
1536
1540
|
fields?: string;
|
|
1537
1541
|
/** 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. */
|
|
1538
1542
|
key?: string;
|
|
1539
|
-
/** Identifier. Unique name of the configuration using the
|
|
1543
|
+
/** Identifier. Unique name of the configuration using one of the forms: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
|
|
1540
1544
|
name: string;
|
|
1541
1545
|
/** OAuth 2.0 token for the current user. */
|
|
1542
1546
|
oauth_token?: string;
|
|
@@ -1567,7 +1571,7 @@ declare namespace gapi.client {
|
|
|
1567
1571
|
fields?: string;
|
|
1568
1572
|
/** 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. */
|
|
1569
1573
|
key?: string;
|
|
1570
|
-
/** Identifier. Unique name of the configuration using the
|
|
1574
|
+
/** Identifier. Unique name of the configuration using one of the forms: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` `organizations/{organization_number}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
|
|
1571
1575
|
name: string;
|
|
1572
1576
|
/** OAuth 2.0 token for the current user. */
|
|
1573
1577
|
oauth_token?: string;
|