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 }
707707 }
708708 }
709709 },
710- "revision" : " 20230907 " ,
710+ "revision" : " 20231114 " ,
711711 "rootUrl" : " https://workloadmanager.googleapis.com/" ,
712712 "schemas" : {
713713 "CancelOperationRequest" : {
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"
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" : [
17731785 "title" : " Workload Manager API" ,
17741786 "version" : " v1" ,
17751787 "version_module" : true
1776- }
1788+ }
0 commit comments