• Home
  • Raw
  • Download

Lines Matching full:environment

78   <code><a href="#addPublicKey">addPublicKey(environment, body=None, x__xgafv=None)</a></code></p>
79 …>Adds a public SSH key to an environment, allowing clients with the corresponding private key to c…
82 …ine">Sends OAuth credentials to a running environment on behalf of a user. When this completes, th…
88 <p class="firstline">Gets an environment. Returns NOT_FOUND if the environment does not exist.</p>
90 …<code><a href="#removePublicKey">removePublicKey(environment, body=None, x__xgafv=None)</a></code>…
91 …tline">Removes a public SSH key from an environment. Clients will no longer be able to connect to …
94environment, allowing clients to connect to it. The returned operation will contain an instance of…
97 … <code class="details" id="addPublicKey">addPublicKey(environment, body=None, x__xgafv=None)</code>
98 …>Adds a public SSH key to an environment, allowing clients with the corresponding private key to c…
101environment: string, Environment this key should be added to, e.g. `users/me/environments/default`…
106 …&quot;key&quot;: &quot;A String&quot;, # Key that should be added to the environment. Supported fo…
140 …<pre>Sends OAuth credentials to a running environment on behalf of a user. When this completes, th…
148 …Token&quot;: &quot;A String&quot;, # The OAuth access token that should be sent to the environment.
150 …t;idToken&quot;: &quot;A String&quot;, # The OAuth ID token that should be sent to the environment.
189 <pre>Gets an environment. Returns NOT_FOUND if the environment does not exist.
201environment, which is defined as the combination of a Docker image specifying what is installed on…
202 … # Required. Immutable. Full path to the Docker image used to run this environment, e.g. &quot;gcr…
203 …&quot;id&quot;: &quot;A String&quot;, # Output only. The environment&#x27;s identifier, unique amo…
204 …il address of the user to whom this environment belongs, and `{environment_id}` is the identifier …
205environment. Clients can connect to this environment via SSH only if they possess a private key co…
208 …t;, # Output only. Host to which clients can connect to initiate SSH sessions with the environment.
209 …42, # Output only. Port to which clients can connect to initiate SSH sessions with the environment.
210 … # Output only. Username that clients should use when initiating SSH sessions with the environment.
211 …quot;state&quot;: &quot;A String&quot;, # Output only. Current execution state of this environment.
212 … only. Host to which clients can connect to initiate HTTPS or WSS connections with the environment.
217 …<code class="details" id="removePublicKey">removePublicKey(environment, body=None, x__xgafv=None)<…
218 …<pre>Removes a public SSH key from an environment. Clients will no longer be able to connect to th…
221environment: string, Environment this key should be removed from, e.g. `users/me/environments/defa…
226 &quot;key&quot;: &quot;A String&quot;, # Key that should be removed from the environment.
260environment, allowing clients to connect to it. The returned operation will contain an instance of…
268 …uot;, # The initial access token passed to the environment. If this is present and valid, the envi…
269 …&quot;publicKeys&quot;: [ # Public keys that should be added to the environment before it is start…