class ProjectsApps extends Resource (View source)

The "apps" collection of methods.

Typical usage is:

 $firebaseappdistributionService = new Google\Service\FirebaseAppDistribution(...);
 $apps = $firebaseappdistributionService->projects_apps;

Methods

getAabInfo(string $name, array $optParams = [])

Gets Android App Bundle (AAB) information for a Firebase app.

Details

GoogleFirebaseAppdistroV1AabInfo getAabInfo(string $name, array $optParams = [])

Gets Android App Bundle (AAB) information for a Firebase app.

(apps.getAabInfo)

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GoogleFirebaseAppdistroV1AabInfo

Exceptions

Exception