Lines Matching full:environment
84 <p class="firstline">Sends OAuth credentials to a running environment on behalf of a user. When</p>
87 <p class="firstline">Gets an environment. Returns NOT_FOUND if the environment does not exist.</p>
90 <p class="firstline">Updates an existing environment.</p>
93 <p class="firstline">Starts an existing environment, allowing clients to connect to it. The</p>
97 <pre>Sends OAuth credentials to a running environment on behalf of a user. When
98 this completes, the environment will be authorized to run various Google
112 "idToken": "A String", # The OAuth ID token that should be sent to the environment.
113 "accessToken": "A String", # The OAuth access token that should be sent to the environment.
138 <pre>Gets an environment. Returns NOT_FOUND if the environment does not exist.
151 { # A Cloud Shell environment, which is defined as the combination of a Docker
152 # image specifying what is installed on the environment and a home directory
154 # single environment with the ID "default".
157 # email address of the user to whom this environment belongs, and
158 # `{environment_id}` is the identifier of this environment. For example,
160 …kerImage": "A String", # Required. Full path to the Docker image used to run this environment, e.g.
162 "publicKeys": [ # Output only. Public keys associated with the environment. Clients can
163 # connect to this environment via SSH only if they possess a private key
165 # removed from the environment using the CreatePublicKey and DeletePublicKey
171 # `{environment_id}` is the identifier of the environment to which the key
178 "state": "A String", # Output only. Current execution state of this environment.
180 # with the environment.
182 # with the environment.
184 # with the environment.
185 "id": "A String", # Output only. The environment's identifier, which is always "default".
191 <pre>Updates an existing environment.
200 { # A Cloud Shell environment, which is defined as the combination of a Docker
201 # image specifying what is installed on the environment and a home directory
203 # single environment with the ID "default".
206 # email address of the user to whom this environment belongs, and
207 # `{environment_id}` is the identifier of this environment. For example,
209 …kerImage": "A String", # Required. Full path to the Docker image used to run this environment, e.g.
211 "publicKeys": [ # Output only. Public keys associated with the environment. Clients can
212 # connect to this environment via SSH only if they possess a private key
214 # removed from the environment using the CreatePublicKey and DeletePublicKey
220 # `{environment_id}` is the identifier of the environment to which the key
227 "state": "A String", # Output only. Current execution state of this environment.
229 # with the environment.
231 # with the environment.
233 # with the environment.
234 "id": "A String", # Output only. The environment's identifier, which is always "default".
237 updateMask: string, Mask specifying which fields in the environment should be updated.
246 { # A Cloud Shell environment, which is defined as the combination of a Docker
247 # image specifying what is installed on the environment and a home directory
249 # single environment with the ID "default".
252 # email address of the user to whom this environment belongs, and
253 # `{environment_id}` is the identifier of this environment. For example,
255 …kerImage": "A String", # Required. Full path to the Docker image used to run this environment, e.g.
257 "publicKeys": [ # Output only. Public keys associated with the environment. Clients can
258 # connect to this environment via SSH only if they possess a private key
260 # removed from the environment using the CreatePublicKey and DeletePublicKey
266 # `{environment_id}` is the identifier of the environment to which the key
273 "state": "A String", # Output only. Current execution state of this environment.
275 # with the environment.
277 # with the environment.
279 # with the environment.
280 "id": "A String", # Output only. The environment's identifier, which is always "default".
286 <pre>Starts an existing environment, allowing clients to connect to it. The
288 its metadata field. Users can wait for the environment to start by polling
289 this operation via GetOperation. Once the environment has finished starting
301 …"accessToken": "A String", # The initial access token passed to the environment. If this is presen…
302 # valid, the environment will be pre-authenticated with gcloud so that the