Class ProjectsResource.TestersResource
The "testers" collection of methods.
Inherited Members
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: |
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: |
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:
|
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: |
Returns
Type | Description |
---|---|
ProjectsResource.TestersResource.PatchRequest |