You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
681 B

  1. {
  2. "kind": "discovery#restDescription",
  3. "discoveryVersion": "v1",
  4. "id": "X:v1",
  5. "name": "X",
  6. "version": "v1",
  7. "title": "X",
  8. "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
  9. "baseUrl": "https://appengine.googleapis.com/",
  10. "basePath": "",
  11. "rootUrl": "https://appengine.googleapis.com/",
  12. "servicePath": "",
  13. "batchPath": "batch",
  14. "schemas": {
  15. "Utilization": {
  16. "id": "Utilization",
  17. "type": "object",
  18. "description": "CPU utilization policy.",
  19. "properties": {
  20. "target": {
  21. "type": "number",
  22. "format": "double"
  23. },
  24. "count": {
  25. "type": "integer"
  26. },
  27. "average": {
  28. "type": "number"
  29. }
  30. }
  31. }
  32. }
  33. }