blob: c042cece4ef2e4730b1775b2bdf7317e16a7d15a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
type: google.api.Service
config_version: 3
name: cloudshell.googleapis.com
title: Cloud Shell API
apis:
- name: google.cloud.shell.v1.CloudShellService
types:
- name: google.cloud.shell.v1.AddPublicKeyMetadata
- name: google.cloud.shell.v1.AddPublicKeyResponse
- name: google.cloud.shell.v1.AuthorizeEnvironmentMetadata
- name: google.cloud.shell.v1.AuthorizeEnvironmentResponse
- name: google.cloud.shell.v1.CreateEnvironmentMetadata
- name: google.cloud.shell.v1.DeleteEnvironmentMetadata
- name: google.cloud.shell.v1.RemovePublicKeyMetadata
- name: google.cloud.shell.v1.RemovePublicKeyResponse
- name: google.cloud.shell.v1.StartEnvironmentMetadata
- name: google.cloud.shell.v1.StartEnvironmentResponse
documentation:
summary: |-
Allows users to start, configure, and connect to interactive shell sessions
running in the cloud.
backend:
rules:
- selector: 'google.cloud.shell.v1.CloudShellService.*'
deadline: 30.0
- selector: 'google.longrunning.Operations.*'
deadline: 30.0
http:
rules:
- selector: google.longrunning.Operations.ListOperations
get: '/v1/{name=operations}'
- selector: google.longrunning.Operations.GetOperation
get: '/v1/{name=operations/**}'
- selector: google.longrunning.Operations.DeleteOperation
delete: '/v1/{name=operations/**}'
- selector: google.longrunning.Operations.CancelOperation
post: '/v1/{name=operations/**}:cancel'
authentication:
rules:
- selector: 'google.cloud.shell.v1.CloudShellService.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: 'google.longrunning.Operations.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
|