cloudshell_v1.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. type: google.api.Service
  2. config_version: 3
  3. name: cloudshell.googleapis.com
  4. title: Cloud Shell API
  5. apis:
  6. - name: google.cloud.shell.v1.CloudShellService
  7. - name: google.longrunning.Operations
  8. types:
  9. - name: google.cloud.shell.v1.AddPublicKeyMetadata
  10. - name: google.cloud.shell.v1.AddPublicKeyResponse
  11. - name: google.cloud.shell.v1.AuthorizeEnvironmentMetadata
  12. - name: google.cloud.shell.v1.AuthorizeEnvironmentResponse
  13. - name: google.cloud.shell.v1.CreateEnvironmentMetadata
  14. - name: google.cloud.shell.v1.DeleteEnvironmentMetadata
  15. - name: google.cloud.shell.v1.RemovePublicKeyMetadata
  16. - name: google.cloud.shell.v1.RemovePublicKeyResponse
  17. - name: google.cloud.shell.v1.StartEnvironmentMetadata
  18. - name: google.cloud.shell.v1.StartEnvironmentResponse
  19. documentation:
  20. summary: |-
  21. Allows users to start, configure, and connect to interactive shell sessions
  22. running in the cloud.
  23. backend:
  24. rules:
  25. - selector: 'google.cloud.shell.v1.CloudShellService.*'
  26. deadline: 30.0
  27. - selector: 'google.longrunning.Operations.*'
  28. deadline: 30.0
  29. authentication:
  30. rules:
  31. - selector: 'google.cloud.shell.v1.CloudShellService.*'
  32. oauth:
  33. canonical_scopes: |-
  34. https://www.googleapis.com/auth/cloud-platform
  35. - selector: 'google.longrunning.Operations.*'
  36. oauth:
  37. canonical_scopes: |-
  38. https://www.googleapis.com/auth/cloud-platform