test_environment_catalog
Creates, updates, deletes, gets or lists a test_environment_catalog
resource.
Overview
Name | test_environment_catalog |
Type | Resource |
Id | google.testing.test_environment_catalog |
Fields
Name | Datatype | Description |
---|---|---|
androidDeviceCatalog | object | The currently supported Android devices. |
deviceIpBlockCatalog | object | List of IP blocks used by the Firebase Test Lab |
iosDeviceCatalog | object | The currently supported iOS devices. |
networkConfigurationCatalog | object | |
softwareCatalog | object | The currently provided software environment on the devices under test. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | environmentType | Gets the catalog of supported test environments. May return any of the following canonical error codes: - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the environment type does not exist - INTERNAL - if an internal error occurred |
SELECT
examples
Gets the catalog of supported test environments. May return any of the following canonical error codes: - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the environment type does not exist - INTERNAL - if an internal error occurred
SELECT
androidDeviceCatalog,
deviceIpBlockCatalog,
iosDeviceCatalog,
networkConfigurationCatalog,
softwareCatalog
FROM google.testing.test_environment_catalog
WHERE environmentType = '{{ environmentType }}';