Method: users.environments.get

Gets an environment. Returns NOT_FOUND if the environment does not exist.

HTTP request

GET https://cloudshell.googleapis.com/v1/{name=users/*/environments/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the requested resource, for example users/me/environments/default or users/someone@example.com/environments/default.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Environment.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.