@maxim_mazurok/gapi.client.networkmanagement-v1 0.1.20251029 → 0.1.20251105
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 +3 -3
- 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: 20251105
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1241,7 +1241,7 @@ declare namespace gapi.client {
|
|
|
1241
1241
|
pageSize?: number;
|
|
1242
1242
|
/** Optional. Page token from an earlier query, as returned in `next_page_token`. */
|
|
1243
1243
|
pageToken?: string;
|
|
1244
|
-
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level
|
|
1244
|
+
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
|
|
1245
1245
|
parent: string;
|
|
1246
1246
|
/** Returns response with indentations and line breaks. */
|
|
1247
1247
|
prettyPrint?: boolean;
|
|
@@ -2040,7 +2040,7 @@ declare namespace gapi.client {
|
|
|
2040
2040
|
pageSize?: number;
|
|
2041
2041
|
/** Optional. Page token from an earlier query, as returned in `next_page_token`. */
|
|
2042
2042
|
pageToken?: string;
|
|
2043
|
-
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level
|
|
2043
|
+
/** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
|
|
2044
2044
|
parent: string;
|
|
2045
2045
|
/** Returns response with indentations and line breaks. */
|
|
2046
2046
|
prettyPrint?: boolean;
|