Skip to content

Commit

Permalink
feat: update workloadmanager api manually (#2282)
Browse files Browse the repository at this point in the history
Helping a team get this change out do to timelines.
  • Loading branch information
codyoss committed Dec 5, 2023
1 parent 0a6ebe4 commit 4aaad57
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 16 deletions.
26 changes: 19 additions & 7 deletions workloadmanager/v1/workloadmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
"location": "query",
"type": "string"
},
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location": "query",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
}
Expand Down Expand Up @@ -707,7 +707,7 @@
}
}
},
"revision": "20230907",
"revision": "20231114",
"rootUrl": "https://workloadmanager.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down Expand Up @@ -1551,12 +1551,20 @@
"description": "A presentation of SAP workload insight. The schema of SAP workloads validation related data.",
"id": "SapValidation",
"properties": {
"projectId": {
"description": "Required. The project_id of the cloud project that the Insight data comes from.",
"type": "string"
},
"validationDetails": {
"description": "Optional. A list of SAP validation metrics data.",
"items": {
"$ref": "SapValidationValidationDetail"
},
"type": "array"
},
"zone": {
"description": "Optional. The zone of the instance that the Insight data comes from.",
"type": "string"
}
},
"type": "object"
Expand All @@ -1569,9 +1577,13 @@
"additionalProperties": {
"type": "string"
},
"description": "Optional. The pairs of metrics data: field name \u0026 field value.",
"description": "Optional. The pairs of metrics data: field name & field value.",
"type": "object"
},
"isPresent": {
"description": "Optional. Was there a SAP system detected for this validation type.",
"type": "boolean"
},
"sapValidationType": {
"description": "Optional. The SAP system that the validation data is from.",
"enum": [
Expand Down Expand Up @@ -1773,4 +1785,4 @@
"title": "Workload Manager API",
"version": "v1",
"version_module": true
}
}
29 changes: 20 additions & 9 deletions workloadmanager/v1/workloadmanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4aaad57

Please sign in to comment.