Skip to main content

test_environment_catalog

Creates, updates, deletes, gets or lists a test_environment_catalog resource.

Overview

Nametest_environment_catalog
TypeResource
Idgoogle.testing.test_environment_catalog

Fields

NameDatatypeDescription
androidDeviceCatalogobjectThe currently supported Android devices.
deviceIpBlockCatalogobjectList of IP blocks used by the Firebase Test Lab
iosDeviceCatalogobjectThe currently supported iOS devices.
networkConfigurationCatalogobject
softwareCatalogobjectThe currently provided software environment on the devices under test.

Methods

NameAccessible byRequired ParamsDescription
getSELECTenvironmentTypeGets 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 }}';