|
287 | 287 | ],
|
288 | 288 | "parameters": {
|
289 | 289 | "filter": {
|
290 |
| -"description": "Filtering results", |
| 290 | +"description": "Filter to be applied when listing the evaluation results.", |
291 | 291 | "location": "query",
|
292 | 292 | "type": "string"
|
293 | 293 | },
|
|
461 | 461 | "results": {
|
462 | 462 | "methods": {
|
463 | 463 | "list": {
|
464 |
| -"description": "List the running result of a single Execution.", |
| 464 | +"description": "Lists the result of a single evaluation.", |
465 | 465 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/evaluations/{evaluationsId}/executions/{executionsId}/results",
|
466 | 466 | "httpMethod": "GET",
|
467 | 467 | "id": "workloadmanager.projects.locations.evaluations.executions.results.list",
|
|
772 | 772 | }
|
773 | 773 | }
|
774 | 774 | },
|
775 |
| -"revision": "20240501", |
| 775 | +"revision": "20240616", |
776 | 776 | "rootUrl": "https://workloadmanager.googleapis.com/",
|
777 | 777 | "schemas": {
|
778 | 778 | "AssetLocation": {
|
|
1037 | 1037 | "id": "ExecutionResult",
|
1038 | 1038 | "properties": {
|
1039 | 1039 | "documentationUrl": {
|
1040 |
| -"description": "the document url of the rule", |
| 1040 | +"description": "The URL for the documentation of the rule.", |
1041 | 1041 | "type": "string"
|
1042 | 1042 | },
|
1043 | 1043 | "resource": {
|
1044 | 1044 | "$ref": "Resource",
|
1045 |
| -"description": "the violate resource" |
| 1045 | +"description": "The resource that violates the rule." |
1046 | 1046 | },
|
1047 | 1047 | "rule": {
|
1048 |
| -"description": "the rule which violate in execution", |
| 1048 | +"description": "The rule that is violated in an evaluation.", |
1049 | 1049 | "type": "string"
|
1050 | 1050 | },
|
1051 | 1051 | "severity": {
|
1052 |
| -"description": "severity of violation", |
| 1052 | +"description": "The severity of violation.", |
1053 | 1053 | "type": "string"
|
1054 | 1054 | },
|
1055 | 1055 | "violationDetails": {
|
1056 | 1056 | "$ref": "ViolationDetails",
|
1057 |
| -"description": "the details of violation in result" |
| 1057 | +"description": "The details of violation in an evaluation result." |
1058 | 1058 | },
|
1059 | 1059 | "violationMessage": {
|
1060 |
| -"description": "the violation message of an execution", |
| 1060 | +"description": "The violation message of an execution.", |
1061 | 1061 | "type": "string"
|
1062 | 1062 | }
|
1063 | 1063 | },
|
|
1488 | 1488 | "gcpProjectProxy": {
|
1489 | 1489 | "$ref": "TenantProjectProxy"
|
1490 | 1490 | },
|
| 1491 | +"placerLocation": { |
| 1492 | +"$ref": "PlacerLocation" |
| 1493 | +}, |
1491 | 1494 | "spannerLocation": {
|
1492 | 1495 | "$ref": "SpannerLocation"
|
1493 | 1496 | }
|
|
1573 | 1576 | },
|
1574 | 1577 | "type": "object"
|
1575 | 1578 | },
|
| 1579 | +"PlacerLocation": { |
| 1580 | +"description": "Message describing that the location of the customer resource is tied to placer allocations", |
| 1581 | +"id": "PlacerLocation", |
| 1582 | +"properties": { |
| 1583 | +"placerConfig": { |
| 1584 | +"description": "Directory with a config related to it in placer (e.g. \"/placer/prod/home/my-root/my-dir\")", |
| 1585 | +"type": "string" |
| 1586 | +} |
| 1587 | +}, |
| 1588 | +"type": "object" |
| 1589 | +}, |
1576 | 1590 | "RegionalMigDistributionPolicy": {
|
1577 | 1591 | "description": "To be used for specifying the intended distribution of regional compute.googleapis.com/InstanceGroupManager instances",
|
1578 | 1592 | "id": "RegionalMigDistributionPolicy",
|
|
1597 | 1611 | "id": "Resource",
|
1598 | 1612 | "properties": {
|
1599 | 1613 | "name": {
|
1600 |
| -"description": "the name of the resource", |
| 1614 | +"description": "The name of the resource.", |
1601 | 1615 | "type": "string"
|
1602 | 1616 | },
|
1603 | 1617 | "serviceAccount": {
|
1604 |
| -"description": "the service account accosiate with resource", |
| 1618 | +"description": "The service account associated with the resource.", |
1605 | 1619 | "type": "string"
|
1606 | 1620 | },
|
1607 | 1621 | "type": {
|
1608 |
| -"description": "the type of reresource", |
| 1622 | +"description": "The type of resource.", |
1609 | 1623 | "type": "string"
|
1610 | 1624 | }
|
1611 | 1625 | },
|
|
1808 | 1822 | "description": "Required. Pantheon Project in which the resources reside.",
|
1809 | 1823 | "type": "string"
|
1810 | 1824 | },
|
| 1825 | +"replicationSites": { |
| 1826 | +"description": "Optional. A list of replication sites used in Disaster Recovery (DR) configurations.", |
| 1827 | +"items": { |
| 1828 | +"$ref": "SapDiscoveryComponent" |
| 1829 | +}, |
| 1830 | +"type": "array" |
| 1831 | +}, |
1811 | 1832 | "resources": {
|
1812 | 1833 | "description": "Optional. The resources in a component.",
|
1813 | 1834 | "items": {
|
|
1841 | 1862 | "id": "SapDiscoveryComponentApplicationProperties",
|
1842 | 1863 | "properties": {
|
1843 | 1864 | "abap": {
|
1844 |
| -"description": "Optional. Indicates whether this is a Java or ABAP Netweaver instance. true means it is ABAP, false means it is Java.", |
| 1865 | +"deprecated": true, |
| 1866 | +"description": "Optional. Deprecated: ApplicationType now tells you whether this is ABAP or Java.", |
1845 | 1867 | "type": "boolean"
|
1846 | 1868 | },
|
1847 | 1869 | "appInstanceNumber": {
|
|
1852 | 1874 | "description": "Required. Type of the application. Netweaver, etc.",
|
1853 | 1875 | "enum": [
|
1854 | 1876 | "APPLICATION_TYPE_UNSPECIFIED",
|
1855 |
| -"NETWEAVER" |
| 1877 | +"NETWEAVER", |
| 1878 | +"NETWEAVER_ABAP", |
| 1879 | +"NETWEAVER_JAVA" |
1856 | 1880 | ],
|
1857 | 1881 | "enumDescriptions": [
|
1858 | 1882 | "Unspecified application type",
|
1859 |
| -"SAP Netweaver" |
| 1883 | +"SAP Netweaver", |
| 1884 | +"SAP Netweaver ABAP", |
| 1885 | +"SAP Netweaver Java" |
1860 | 1886 | ],
|
1861 | 1887 | "type": "string"
|
1862 | 1888 | },
|
|
2365 | 2391 | "type": "object"
|
2366 | 2392 | },
|
2367 | 2393 | "ViolationDetails": {
|
2368 |
| -"description": "Message describing the violdation in execution result", |
| 2394 | +"description": "Message describing the violation in an evaluation result.", |
2369 | 2395 | "id": "ViolationDetails",
|
2370 | 2396 | "properties": {
|
2371 | 2397 | "asset": {
|
2372 |
| -"description": "the name of asset", |
| 2398 | +"description": "The name of the asset.", |
2373 | 2399 | "type": "string"
|
2374 | 2400 | },
|
2375 | 2401 | "observed": {
|
2376 | 2402 | "additionalProperties": {
|
2377 | 2403 | "type": "string"
|
2378 | 2404 | },
|
2379 |
| -"description": "observed", |
| 2405 | +"description": "Details of the violation.", |
2380 | 2406 | "type": "object"
|
2381 | 2407 | },
|
2382 | 2408 | "serviceAccount": {
|
2383 |
| -"description": "the service account associate with resource", |
| 2409 | +"description": "The service account associated with the resource.", |
2384 | 2410 | "type": "string"
|
2385 | 2411 | }
|
2386 | 2412 | },
|
|
0 commit comments