ProjectsAppsReleases
class ProjectsAppsReleases extends Resource (View source)
The "releases" collection of methods.
Typical usage is:
$firebaseappdistributionService = new Google\Service\FirebaseAppDistribution(...);
$releases = $firebaseappdistributionService->projects_apps_releases;
Methods
Deletes releases. A maximum of 100 releases can be deleted per request.
Distributes a release to testers. This call does the following: 1. Creates
testers for the specified emails, if none exist. 2. Adds the testers and
groups to the release. 3. Sends new testers an invitation email. 4. Sends
existing testers a new release email. The request will fail with a
INVALID_ARGUMENT
if it contains a group that doesn't exist.
Gets a release. (releases.get)
Lists releases. By default, sorts by createTime
in descending order.
Updates a release. (releases.patch)
Details
GoogleProtobufEmpty
batchDelete(string $parent, GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest $postBody, array $optParams = [])
Deletes releases. A maximum of 100 releases can be deleted per request.
(releases.batchDelete)
GoogleFirebaseAppdistroV1DistributeReleaseResponse
distribute(string $name, GoogleFirebaseAppdistroV1DistributeReleaseRequest $postBody, array $optParams = [])
Distributes a release to testers. This call does the following: 1. Creates
testers for the specified emails, if none exist. 2. Adds the testers and
groups to the release. 3. Sends new testers an invitation email. 4. Sends
existing testers a new release email. The request will fail with a
INVALID_ARGUMENT
if it contains a group that doesn't exist.
(releases.distribute)
GoogleFirebaseAppdistroV1Release
get(string $name, array $optParams = [])
Gets a release. (releases.get)
GoogleFirebaseAppdistroV1ListReleasesResponse
listProjectsAppsReleases(string $parent, array $optParams = [])
Lists releases. By default, sorts by createTime
in descending order.
(releases.listProjectsAppsReleases)
GoogleFirebaseAppdistroV1Release
patch(string $name, GoogleFirebaseAppdistroV1Release $postBody, array $optParams = [])
Updates a release. (releases.patch)