Class TestEnvironmentCatalogResource
The "testEnvironmentCatalog" collection of methods.
Inherited Members
Namespace: Google.Apis.Testing.v1
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class TestEnvironmentCatalogResource
Constructors
TestEnvironmentCatalogResource(IClientService)
Constructs a new resource.
Declaration
public TestEnvironmentCatalogResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(EnvironmentTypeEnum)
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
Declaration
public virtual TestEnvironmentCatalogResource.GetRequest Get(TestEnvironmentCatalogResource.GetRequest.EnvironmentTypeEnum environmentType)
Parameters
Type | Name | Description |
---|---|---|
TestEnvironmentCatalogResource.GetRequest.EnvironmentTypeEnum | environmentType | Required. The type of environment that should be listed. |
Returns
Type | Description |
---|---|
TestEnvironmentCatalogResource.GetRequest |