Show / Hide Table of Contents

Class ProjectsResource.AppsResource

The "apps" collection of methods.

Inheritance
object
ProjectsResource.AppsResource
Inherited Members
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

Constructors

AppsResource(IClientService)

Constructs a new resource.

Declaration
public AppsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Releases

Gets the Releases resource.

Declaration
public virtual ProjectsResource.AppsResource.ReleasesResource Releases { get; }
Property Value
Type Description
ProjectsResource.AppsResource.ReleasesResource

TestCases

Gets the TestCases resource.

Declaration
public virtual ProjectsResource.AppsResource.TestCasesResource TestCases { get; }
Property Value
Type Description
ProjectsResource.AppsResource.TestCasesResource

Methods

GetTestConfig(string)

Gets configuration for automated tests.

Declaration
public virtual ProjectsResource.AppsResource.GetTestConfigRequest GetTestConfig(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.AppsResource.GetTestConfigRequest

UpdateTestConfig(GoogleFirebaseAppdistroV1alphaTestConfig, string)

Updates automated test configuration.

Declaration
public virtual ProjectsResource.AppsResource.UpdateTestConfigRequest UpdateTestConfig(GoogleFirebaseAppdistroV1alphaTestConfig body, string name)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1alphaTestConfig body

The body of the request.

string name

Identifier. The name of the test configuration resource. Format: projects/{project_number}/apps/{app_id}/testConfig

Returns
Type Description
ProjectsResource.AppsResource.UpdateTestConfigRequest
In this article
Back to top Generated by DocFX