|
12 | 12 | "baseUrl": "https://workloadmanager.googleapis.com/",
|
13 | 13 | "batchPath": "batch",
|
14 | 14 | "canonicalName": "Workload Manager",
|
15 |
| - "description": "", |
| 15 | + "description": "Workload Manager is a service that provides tooling for enterprise workloads to automate the deployment and validation of your workloads against best practices and recommendations.", |
16 | 16 | "discoveryVersion": "v1",
|
17 | 17 | "documentationLink": "https://cloud.google.com/workload-manager/docs",
|
18 | 18 | "fullyEncodeReservedExpansion": true,
|
|
707 | 707 | }
|
708 | 708 | }
|
709 | 709 | },
|
710 |
| - "revision": "20230621", |
| 710 | + "revision": "20230630", |
711 | 711 | "rootUrl": "https://workloadmanager.googleapis.com/",
|
712 | 712 | "schemas": {
|
713 | 713 | "CancelOperationRequest": {
|
|
1429 | 1429 | "type": "array"
|
1430 | 1430 | },
|
1431 | 1431 | "resourceKind": {
|
1432 |
| - "description": "ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.", |
| 1432 | + "description": "Required. ComputeInstance, ComputeDisk, VPC, Bare Metal server, etc.", |
| 1433 | + "enum": [ |
| 1434 | + "RESOURCE_KIND_UNSPECIFIED", |
| 1435 | + "RESOURCE_KIND_INSTANCE", |
| 1436 | + "RESOURCE_KIND_DISK", |
| 1437 | + "RESOURCE_KIND_ADDRESS", |
| 1438 | + "RESOURCE_KIND_FILESTORE", |
| 1439 | + "RESOURCE_KIND_HEALTH_CHECK", |
| 1440 | + "RESOURCE_KIND_FORWARDING_RULE", |
| 1441 | + "RESOURCE_KIND_BACKEND_SERVICE", |
| 1442 | + "RESOURCE_KIND_SUBNETWORK", |
| 1443 | + "RESOURCE_KIND_NETWORK", |
| 1444 | + "RESOURCE_KIND_PUBLIC_ADDRESS", |
| 1445 | + "RESOURCE_KIND_INSTANCE_GROUP" |
| 1446 | + ], |
| 1447 | + "enumDescriptions": [ |
| 1448 | + "Unspecified resource kind.", |
| 1449 | + "This is a compute instance.", |
| 1450 | + "This is a compute disk.", |
| 1451 | + "This is a compute address.", |
| 1452 | + "This is a filestore instance.", |
| 1453 | + "This is a compute health check.", |
| 1454 | + "This is a compute forwarding rule.", |
| 1455 | + "This is a compute backend service.", |
| 1456 | + "This is a compute subnetwork.", |
| 1457 | + "This is a compute network.", |
| 1458 | + "This is a public accessible IP Address.", |
| 1459 | + "This is a compute instance group." |
| 1460 | + ], |
1433 | 1461 | "type": "string"
|
1434 | 1462 | },
|
1435 | 1463 | "resourceType": {
|
1436 |
| - "description": "The type of this resource.", |
| 1464 | + "description": "Required. The type of this resource.", |
1437 | 1465 | "enum": [
|
1438 | 1466 | "RESOURCE_TYPE_UNSPECIFIED",
|
1439 | 1467 | "COMPUTE",
|
|
1527 | 1555 | "description": "The agent version collected this data point",
|
1528 | 1556 | "type": "string"
|
1529 | 1557 | },
|
| 1558 | + "instance": { |
| 1559 | + "description": "Required. The instance_name of the instance that the Insight data comes from. According to https://linter.aip.dev/122/name-suffix: field names should not use the _name suffix unless the field would be ambiguous without it.", |
| 1560 | + "type": "string" |
| 1561 | + }, |
| 1562 | + "projectId": { |
| 1563 | + "description": "Required. The project_id of the cloud project that the Insight data comes from.", |
| 1564 | + "type": "string" |
| 1565 | + }, |
1530 | 1566 | "validationDetails": {
|
1531 | 1567 | "description": "A list of SqlServer validation metrics data.",
|
1532 | 1568 | "items": {
|
|
0 commit comments