Show / Hide Table of Contents

Class TestEnvironmentCatalogResource

The "testEnvironmentCatalog" collection of methods.

Inheritance
object
TestEnvironmentCatalogResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX