class TestEnvironmentCatalog extends Resource (View source)

The "testEnvironmentCatalog" collection of methods.

Typical usage is:

 $testingService = new Google\Service\Testing(...);
 $testEnvironmentCatalog = $testingService->testEnvironmentCatalog;

Methods

get(string $environmentType, array $optParams = [])

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 (testEnvironmentCatalog.get)

Details

TestEnvironmentCatalog get(string $environmentType, array $optParams = [])

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 (testEnvironmentCatalog.get)

Parameters

string $environmentType

Required. The type of environment that should be listed.

array $optParams

Optional parameters.

Return Value

TestEnvironmentCatalog

Exceptions

Exception