Show / Hide Table of Contents

Class ProjectsResource.AppsResource.GetTestConfigRequest

Gets configuration for automated tests.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>
ProjectsResource.AppsResource.GetTestConfigRequest
Implements
IClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>
IClientServiceRequest
Inherited Members
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.Xgafv
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.AccessToken
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.Alt
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.Callback
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.Fields
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.Key
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.OauthToken
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.PrettyPrint
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.QuotaUser
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.UploadType
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.UploadProtocol
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.Execute()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ExecuteAsStream()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ExecuteAsync()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.CreateRequest(bool?)
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.GenerateRequestUri()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.GetBody()
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ETagAction
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ModifyRequest
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ValidateParameters
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.ApiVersion
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.RequestParameters
ClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.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.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class ProjectsResource.AppsResource.GetTestConfigRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>, IClientServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>, IClientServiceRequest

Constructors

GetTestConfigRequest(IClientService, string)

Constructs a new GetTestConfig request.

Declaration
public GetTestConfigRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the TestConfig resource to retrieve. Format: projects/{project_number}/apps/{app_id}/testConfig

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetTestConfig parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaTestConfig>.InitParameters()

Implements

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