Show / Hide Table of Contents

Class TestEnvironmentCatalogResource.GetRequest

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

Inheritance
object
ClientServiceRequest
ClientServiceRequest<TestEnvironmentCatalog>
TestingBaseServiceRequest<TestEnvironmentCatalog>
TestEnvironmentCatalogResource.GetRequest
Implements
IClientServiceRequest<TestEnvironmentCatalog>
IClientServiceRequest
Inherited Members
TestingBaseServiceRequest<TestEnvironmentCatalog>.Xgafv
TestingBaseServiceRequest<TestEnvironmentCatalog>.AccessToken
TestingBaseServiceRequest<TestEnvironmentCatalog>.Alt
TestingBaseServiceRequest<TestEnvironmentCatalog>.Callback
TestingBaseServiceRequest<TestEnvironmentCatalog>.Fields
TestingBaseServiceRequest<TestEnvironmentCatalog>.Key
TestingBaseServiceRequest<TestEnvironmentCatalog>.OauthToken
TestingBaseServiceRequest<TestEnvironmentCatalog>.PrettyPrint
TestingBaseServiceRequest<TestEnvironmentCatalog>.QuotaUser
TestingBaseServiceRequest<TestEnvironmentCatalog>.UploadType
TestingBaseServiceRequest<TestEnvironmentCatalog>.UploadProtocol
ClientServiceRequest<TestEnvironmentCatalog>.Execute()
ClientServiceRequest<TestEnvironmentCatalog>.ExecuteAsStream()
ClientServiceRequest<TestEnvironmentCatalog>.ExecuteAsync()
ClientServiceRequest<TestEnvironmentCatalog>.ExecuteAsync(CancellationToken)
ClientServiceRequest<TestEnvironmentCatalog>.ExecuteAsStreamAsync()
ClientServiceRequest<TestEnvironmentCatalog>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<TestEnvironmentCatalog>.CreateRequest(bool?)
ClientServiceRequest<TestEnvironmentCatalog>.GenerateRequestUri()
ClientServiceRequest<TestEnvironmentCatalog>.GetBody()
ClientServiceRequest<TestEnvironmentCatalog>.GetDefaultETagAction(string)
ClientServiceRequest<TestEnvironmentCatalog>.ETagAction
ClientServiceRequest<TestEnvironmentCatalog>.ModifyRequest
ClientServiceRequest<TestEnvironmentCatalog>.ValidateParameters
ClientServiceRequest<TestEnvironmentCatalog>.ApiVersion
ClientServiceRequest<TestEnvironmentCatalog>.RequestParameters
ClientServiceRequest<TestEnvironmentCatalog>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.GetRequest : TestingBaseServiceRequest<TestEnvironmentCatalog>, IClientServiceRequest<TestEnvironmentCatalog>, IClientServiceRequest

Constructors

GetRequest(IClientService, EnvironmentTypeEnum)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, TestEnvironmentCatalogResource.GetRequest.EnvironmentTypeEnum environmentType)
Parameters
Type Name Description
IClientService service
TestEnvironmentCatalogResource.GetRequest.EnvironmentTypeEnum environmentType

Properties

EnvironmentType

Required. The type of environment that should be listed.

Declaration
[RequestParameter("environmentType", RequestParameterType.Path)]
public virtual TestEnvironmentCatalogResource.GetRequest.EnvironmentTypeEnum EnvironmentType { get; }
Property Value
Type Description
TestEnvironmentCatalogResource.GetRequest.EnvironmentTypeEnum

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TestEnvironmentCatalog>.HttpMethod

IncludeViewableModels

Optional. Whether to include viewable only models in the response. This is only applicable for Android models.

Declaration
[RequestParameter("includeViewableModels", RequestParameterType.Query)]
public virtual bool? IncludeViewableModels { get; set; }
Property Value
Type Description
bool?

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TestEnvironmentCatalog>.MethodName

ProjectId

For authorization, the cloud project requesting the TestEnvironmentCatalog.

Declaration
[RequestParameter("projectId", RequestParameterType.Query)]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<TestEnvironmentCatalog>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
TestingBaseServiceRequest<TestEnvironmentCatalog>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX