[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-25 UTC."],[],[],null,["# Method: testEnvironmentCatalog.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [EnvironmentType](#EnvironmentType)\n- [Try it!](#try-it)\n\nGets the catalog of supported test environments.\n\nMay return any of the following canonical error codes:\n\n- INVALID_ARGUMENT - if the request is malformed\n- NOT_FOUND - if the environment type does not exist\n- INTERNAL - if an internal error occurred\n\n### HTTP request\n\n`GET https://testing.googleapis.com/v1/testEnvironmentCatalog/{environmentType}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `environmentType` | `enum (`[EnvironmentType](/docs/test-lab/reference/testing/rest/v1/testEnvironmentCatalog/get#EnvironmentType)`)` Required. The type of environment that should be listed. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|--------------------------------------------------------------------------------------|\n| `projectId` | `string` For authorization, the cloud project requesting the TestEnvironmentCatalog. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [TestEnvironmentCatalog](/docs/test-lab/reference/testing/rest/v1/testEnvironmentCatalog#TestEnvironmentCatalog).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-platform.read-only`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\nEnvironmentType\n---------------\n\nTypes of environments the Test API supports.\n\n| Enums ||\n|--------------------------------|------------------------------------------------------------|\n| `ENVIRONMENT_TYPE_UNSPECIFIED` | Do not use. For proto versioning only. |\n| `ANDROID` | A device running a version of the Android OS. |\n| `IOS` | A device running a version of iOS. |\n| `NETWORK_CONFIGURATION` | A network configuration to use when running a test. |\n| `PROVIDED_SOFTWARE` | The software environment provided by TestExecutionService. |\n| `DEVICE_IP_BLOCKS` | The IP blocks used by devices in the test environment. |"]]