Show / Hide Table of Contents

Class ProjectsResource.TestersResource

The "testers" collection of methods.

Inheritance
object
ProjectsResource.TestersResource
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.v1
Assembly: Google.Apis.FirebaseAppDistribution.v1.dll
Syntax
public class ProjectsResource.TestersResource

Constructors

TestersResource(IClientService)

Constructs a new resource.

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

Methods

BatchAdd(GoogleFirebaseAppdistroV1BatchAddTestersRequest, string)

Batch adds testers. This call adds testers for the specified emails if they don't already exist. Returns all testers specified in the request, including newly created and previously existing testers. This action is idempotent.

Declaration
public virtual ProjectsResource.TestersResource.BatchAddRequest BatchAdd(GoogleFirebaseAppdistroV1BatchAddTestersRequest body, string project)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1BatchAddTestersRequest body

The body of the request.

string project

Required. The name of the project resource. Format: projects/{project_number}

Returns
Type Description
ProjectsResource.TestersResource.BatchAddRequest

BatchRemove(GoogleFirebaseAppdistroV1BatchRemoveTestersRequest, string)

Batch removes testers. If found, this call deletes testers for the specified emails. Returns all deleted testers.

Declaration
public virtual ProjectsResource.TestersResource.BatchRemoveRequest BatchRemove(GoogleFirebaseAppdistroV1BatchRemoveTestersRequest body, string project)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1BatchRemoveTestersRequest body

The body of the request.

string project

Required. The name of the project resource. Format: projects/{project_number}

Returns
Type Description
ProjectsResource.TestersResource.BatchRemoveRequest

List(string)

Lists testers and their resource ids.

Declaration
public virtual ProjectsResource.TestersResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The name of the project resource, which is the parent of the tester resources. Format: projects/{project_number}

Returns
Type Description
ProjectsResource.TestersResource.ListRequest

Patch(GoogleFirebaseAppdistroV1Tester, string)

Update a tester. If the testers joins a group they gain access to all releases that the group has access to.

Declaration
public virtual ProjectsResource.TestersResource.PatchRequest Patch(GoogleFirebaseAppdistroV1Tester body, string name)
Parameters
Type Name Description
GoogleFirebaseAppdistroV1Tester body

The body of the request.

string name

The name of the tester resource. Format: projects/{project_number}/testers/{email_address}

Returns
Type Description
ProjectsResource.TestersResource.PatchRequest
In this article
Back to top Generated by DocFX