Skip to content

Commit 4aaad57

Browse files
authored
feat: update workloadmanager api manually (#2282)
Helping a team get this change out do to timelines.
1 parent 0a6ebe4 commit 4aaad57

File tree

2 files changed

+39
-16
lines changed

2 files changed

+39
-16
lines changed

workloadmanager/v1/workloadmanager-api.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@
9292
"location": "query",
9393
"type": "string"
9494
},
95-
"uploadType": {
96-
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
95+
"upload_protocol": {
96+
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
9797
"location": "query",
9898
"type": "string"
9999
},
100-
"upload_protocol": {
101-
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
100+
"uploadType": {
101+
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
102102
"location": "query",
103103
"type": "string"
104104
}
@@ -707,7 +707,7 @@
707707
}
708708
}
709709
},
710-
"revision": "20230907",
710+
"revision": "20231114",
711711
"rootUrl": "https://workloadmanager.googleapis.com/",
712712
"schemas": {
713713
"CancelOperationRequest": {
@@ -1551,12 +1551,20 @@
15511551
"description": "A presentation of SAP workload insight. The schema of SAP workloads validation related data.",
15521552
"id": "SapValidation",
15531553
"properties": {
1554+
"projectId": {
1555+
"description": "Required. The project_id of the cloud project that the Insight data comes from.",
1556+
"type": "string"
1557+
},
15541558
"validationDetails": {
15551559
"description": "Optional. A list of SAP validation metrics data.",
15561560
"items": {
15571561
"$ref": "SapValidationValidationDetail"
15581562
},
15591563
"type": "array"
1564+
},
1565+
"zone": {
1566+
"description": "Optional. The zone of the instance that the Insight data comes from.",
1567+
"type": "string"
15601568
}
15611569
},
15621570
"type": "object"
@@ -1569,9 +1577,13 @@
15691577
"additionalProperties": {
15701578
"type": "string"
15711579
},
1572-
"description": "Optional. The pairs of metrics data: field name \u0026 field value.",
1580+
"description": "Optional. The pairs of metrics data: field name & field value.",
15731581
"type": "object"
15741582
},
1583+
"isPresent": {
1584+
"description": "Optional. Was there a SAP system detected for this validation type.",
1585+
"type": "boolean"
1586+
},
15751587
"sapValidationType": {
15761588
"description": "Optional. The SAP system that the validation data is from.",
15771589
"enum": [
@@ -1773,4 +1785,4 @@
17731785
"title": "Workload Manager API",
17741786
"version": "v1",
17751787
"version_module": true
1776-
}
1788+
}

workloadmanager/v1/workloadmanager-gen.go

Lines changed: 20 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)