@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20250611 → 0.0.20250625
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 +14 -14
- 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: 20250625
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -820,11 +820,11 @@ declare namespace gapi.client {
|
|
|
820
820
|
metadata?: string;
|
|
821
821
|
/** Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA. */
|
|
822
822
|
metadataFields?: string[];
|
|
823
|
-
/** Identifier. Unique name of the configuration
|
|
823
|
+
/** Identifier. Unique name of the configuration. The name can have one of the following forms: - For project-level configurations: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level configurations: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
|
|
824
824
|
name?: string;
|
|
825
825
|
/** 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. */
|
|
826
826
|
state?: string;
|
|
827
|
-
/** Output only.
|
|
827
|
+
/** Output only. Describes the state of the configured target resource for diagnostic purposes. */
|
|
828
828
|
targetResourceState?: string;
|
|
829
829
|
/** Output only. The time the config was updated. */
|
|
830
830
|
updateTime?: string;
|
|
@@ -1594,7 +1594,7 @@ declare namespace gapi.client {
|
|
|
1594
1594
|
operations: OperationsResource;
|
|
1595
1595
|
}
|
|
1596
1596
|
interface VpcFlowLogsConfigsResource {
|
|
1597
|
-
/** Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with state=DISABLED will fail 2. The following fields are not considered as
|
|
1597
|
+
/** Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with `state=DISABLED` will fail 2. The following fields are not considered as settings for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description */
|
|
1598
1598
|
create(request: {
|
|
1599
1599
|
/** V1 error format. */
|
|
1600
1600
|
'$.xgafv'?: string;
|
|
@@ -1610,7 +1610,7 @@ declare namespace gapi.client {
|
|
|
1610
1610
|
key?: string;
|
|
1611
1611
|
/** OAuth 2.0 token for the current user. */
|
|
1612
1612
|
oauth_token?: string;
|
|
1613
|
-
/** Required. The parent resource of the
|
|
1613
|
+
/** Required. The parent resource of the VpcFlowLogsConfig to create, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
|
|
1614
1614
|
parent: string;
|
|
1615
1615
|
/** Returns response with indentations and line breaks. */
|
|
1616
1616
|
prettyPrint?: boolean;
|
|
@@ -1641,7 +1641,7 @@ declare namespace gapi.client {
|
|
|
1641
1641
|
key?: string;
|
|
1642
1642
|
/** OAuth 2.0 token for the current user. */
|
|
1643
1643
|
oauth_token?: string;
|
|
1644
|
-
/** Required. The parent resource of the
|
|
1644
|
+
/** Required. The parent resource of the VpcFlowLogsConfig to create, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
|
|
1645
1645
|
parent: string;
|
|
1646
1646
|
/** Returns response with indentations and line breaks. */
|
|
1647
1647
|
prettyPrint?: boolean;
|
|
@@ -1670,7 +1670,7 @@ declare namespace gapi.client {
|
|
|
1670
1670
|
fields?: string;
|
|
1671
1671
|
/** 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. */
|
|
1672
1672
|
key?: string;
|
|
1673
|
-
/** Required.
|
|
1673
|
+
/** Required. The resource name of the VpcFlowLogsConfig, in one of the following formats: - For a project-level resource: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For an organization-level resource: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
|
|
1674
1674
|
name: string;
|
|
1675
1675
|
/** OAuth 2.0 token for the current user. */
|
|
1676
1676
|
oauth_token?: string;
|
|
@@ -1697,7 +1697,7 @@ declare namespace gapi.client {
|
|
|
1697
1697
|
fields?: string;
|
|
1698
1698
|
/** 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. */
|
|
1699
1699
|
key?: string;
|
|
1700
|
-
/** Required.
|
|
1700
|
+
/** Required. The resource name of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level resources: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
|
|
1701
1701
|
name: string;
|
|
1702
1702
|
/** OAuth 2.0 token for the current user. */
|
|
1703
1703
|
oauth_token?: string;
|
|
@@ -1734,7 +1734,7 @@ declare namespace gapi.client {
|
|
|
1734
1734
|
pageSize?: number;
|
|
1735
1735
|
/** Optional. Page token from an earlier query, as returned in `next_page_token`. */
|
|
1736
1736
|
pageToken?: string;
|
|
1737
|
-
/** Required. The parent resource of the VpcFlowLogsConfig: `projects/{project_id}/locations/global` `organizations/{organization_id}/locations/global` */
|
|
1737
|
+
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
|
|
1738
1738
|
parent: string;
|
|
1739
1739
|
/** Returns response with indentations and line breaks. */
|
|
1740
1740
|
prettyPrint?: boolean;
|
|
@@ -1745,7 +1745,7 @@ declare namespace gapi.client {
|
|
|
1745
1745
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1746
1746
|
uploadType?: string;
|
|
1747
1747
|
}): Request<ListVpcFlowLogsConfigsResponse>;
|
|
1748
|
-
/** Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with state=DISABLED will fail. 2. The following fields are not considered as
|
|
1748
|
+
/** Updates an existing `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Updating a configuration with `state=DISABLED` will fail. 2. The following fields are not considered as settings for the purpose of the check mentioned above, therefore - updating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description */
|
|
1749
1749
|
patch(request: {
|
|
1750
1750
|
/** V1 error format. */
|
|
1751
1751
|
'$.xgafv'?: string;
|
|
@@ -1759,7 +1759,7 @@ declare namespace gapi.client {
|
|
|
1759
1759
|
fields?: string;
|
|
1760
1760
|
/** 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. */
|
|
1761
1761
|
key?: string;
|
|
1762
|
-
/** Identifier. Unique name of the configuration
|
|
1762
|
+
/** Identifier. Unique name of the configuration. The name can have one of the following forms: - For project-level configurations: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level configurations: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
|
|
1763
1763
|
name: string;
|
|
1764
1764
|
/** OAuth 2.0 token for the current user. */
|
|
1765
1765
|
oauth_token?: string;
|
|
@@ -1767,7 +1767,7 @@ declare namespace gapi.client {
|
|
|
1767
1767
|
prettyPrint?: boolean;
|
|
1768
1768
|
/** 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. */
|
|
1769
1769
|
quotaUser?: string;
|
|
1770
|
-
/** Required. Mask of fields to update. At least one path must be supplied in this field. */
|
|
1770
|
+
/** Required. Mask of fields to update. At least one path must be supplied in this field. For example, to change the state of the configuration to ENABLED, specify `update_mask` = `"state"`, and the `vpc_flow_logs_config` would be: `vpc_flow_logs_config = { name = "projects/my-project/locations/global/vpcFlowLogsConfigs/my-config" state = "ENABLED" }` */
|
|
1771
1771
|
updateMask?: string;
|
|
1772
1772
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1773
1773
|
upload_protocol?: string;
|
|
@@ -1790,7 +1790,7 @@ declare namespace gapi.client {
|
|
|
1790
1790
|
fields?: string;
|
|
1791
1791
|
/** 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. */
|
|
1792
1792
|
key?: string;
|
|
1793
|
-
/** Identifier. Unique name of the configuration
|
|
1793
|
+
/** Identifier. Unique name of the configuration. The name can have one of the following forms: - For project-level configurations: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` - For organization-level configurations: `organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}` */
|
|
1794
1794
|
name: string;
|
|
1795
1795
|
/** OAuth 2.0 token for the current user. */
|
|
1796
1796
|
oauth_token?: string;
|
|
@@ -1798,7 +1798,7 @@ declare namespace gapi.client {
|
|
|
1798
1798
|
prettyPrint?: boolean;
|
|
1799
1799
|
/** 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. */
|
|
1800
1800
|
quotaUser?: string;
|
|
1801
|
-
/** Required. Mask of fields to update. At least one path must be supplied in this field. */
|
|
1801
|
+
/** Required. Mask of fields to update. At least one path must be supplied in this field. For example, to change the state of the configuration to ENABLED, specify `update_mask` = `"state"`, and the `vpc_flow_logs_config` would be: `vpc_flow_logs_config = { name = "projects/my-project/locations/global/vpcFlowLogsConfigs/my-config" state = "ENABLED" }` */
|
|
1802
1802
|
updateMask?: string;
|
|
1803
1803
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1804
1804
|
upload_protocol?: string;
|