ProjectsTesters
class ProjectsTesters extends Resource (View source)
The "testers" collection of methods.
Typical usage is:
$firebaseappdistributionService = new Google\Service\FirebaseAppDistribution(...);
$testers = $firebaseappdistributionService->projects_testers;
Methods
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.
Batch removes testers. If found, this call deletes testers for the specified emails. Returns all deleted testers. (testers.batchRemove)
Lists testers and their resource ids. (testers.listProjectsTesters)
Update a tester. If the testers joins a group they gain access to all releases that the group has access to. (testers.patch)
Details
GoogleFirebaseAppdistroV1BatchAddTestersResponse
batchAdd(string $project, GoogleFirebaseAppdistroV1BatchAddTestersRequest $postBody, array $optParams = [])
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.
(testers.batchAdd)
GoogleFirebaseAppdistroV1BatchRemoveTestersResponse
batchRemove(string $project, GoogleFirebaseAppdistroV1BatchRemoveTestersRequest $postBody, array $optParams = [])
Batch removes testers. If found, this call deletes testers for the specified emails. Returns all deleted testers. (testers.batchRemove)
GoogleFirebaseAppdistroV1ListTestersResponse
listProjectsTesters(string $parent, array $optParams = [])
Lists testers and their resource ids. (testers.listProjectsTesters)
GoogleFirebaseAppdistroV1Tester
patch(string $name, GoogleFirebaseAppdistroV1Tester $postBody, array $optParams = [])
Update a tester. If the testers joins a group they gain access to all releases that the group has access to. (testers.patch)