|
426 | 426 | }
|
427 | 427 | }
|
428 | 428 | },
|
429 |
| - "revision": "20241205", |
| 429 | + "revision": "20241219", |
430 | 430 | "rootUrl": "https://serviceusage.googleapis.com/",
|
431 | 431 | "schemas": {
|
432 | 432 | "AddEnableRulesMetadata": {
|
|
502 | 502 | "enum": [
|
503 | 503 | "ANALYSIS_TYPE_UNSPECIFIED",
|
504 | 504 | "ANALYSIS_TYPE_DEPENDENCY",
|
505 |
| - "ANALYSIS_TYPE_RESOURCE_USAGE" |
| 505 | + "ANALYSIS_TYPE_RESOURCE_USAGE", |
| 506 | + "ANALYSIS_TYPE_RESOURCE_EXISTENCE" |
506 | 507 | ],
|
507 | 508 | "enumDescriptions": [
|
508 | 509 | "Unspecified analysis type. Do not use.",
|
509 | 510 | "The analysis of service dependencies.",
|
510 |
| - "The analysis of service resource usage." |
| 511 | + "The analysis of service resource usage.", |
| 512 | + "The analysis of service resource existence." |
511 | 513 | ],
|
512 | 514 | "readOnly": true,
|
513 | 515 | "type": "string"
|
|
2305 | 2307 | "description": "Output only. The type of impact.",
|
2306 | 2308 | "enum": [
|
2307 | 2309 | "IMPACT_TYPE_UNSPECIFIED",
|
2308 |
| - "DEPENDENCY_MISSING_DEPENDENCIES" |
| 2310 | + "DEPENDENCY_MISSING_DEPENDENCIES", |
| 2311 | + "RESOURCE_EXISTENCE_PROJECT" |
2309 | 2312 | ],
|
2310 | 2313 | "enumDescriptions": [
|
2311 |
| - "Reserved Blocks (Block n contains codes from 100n to 100(n+1) -1 Block 0 - Special/Admin codes Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY Block 2 - Impact Type of ANALYSIS_TYPE_RESOURCE_USAGE ...", |
2312 |
| - "Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY" |
| 2314 | + "Reserved Blocks (Block n contains codes from 100n to 100(n+1) -1 Block 0 - Special/Admin codes Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY Block 2 - Impact Type of ANALYSIS_TYPE_RESOURCE_USAGE Block 3 - Impact Type of ANALYSIS_TYPE_RESOURCE_EXISTENCE ...", |
| 2315 | + "Block 1 - Impact Type of ANALYSIS_TYPE_DEPENDENCY", |
| 2316 | + "Block 3 - Impact Type of ANALYSIS_TYPE_RESOURCE_EXISTENCE" |
2313 | 2317 | ],
|
2314 | 2318 | "readOnly": true,
|
2315 | 2319 | "type": "string"
|
| 2320 | + }, |
| 2321 | + "parent": { |
| 2322 | + "description": "The parent resource that the analysis is based on and the service name that the analysis is for. Example: `projects/100/services/compute.googleapis.com`, folders/101/services/compute.googleapis.com` and `organizations/102/services/compute.googleapis.com`. Usually, the parent resource here is same as the parent resource of the analyzed policy. However, for some analysis types, the parent can be different. For example, for resource existence analysis, if the parent resource of the analyzed policy is a folder or an organization, the parent resource here can still be the project that contains the resources.", |
| 2323 | + "type": "string" |
2316 | 2324 | }
|
2317 | 2325 | },
|
2318 | 2326 | "type": "object"
|
|
0 commit comments