ProjectsIosApps
class ProjectsIosApps extends Resource (View source)
The "iosApps" collection of methods.
Typical usage is:
$firebaseService = new Google\Service\FirebaseManagement(...);
$iosApps = $firebaseService->projects_iosApps;
Methods
Requests the creation of a new IosApp in the specified FirebaseProject. The
result of this call is an Operation
which can be used to track the
provisioning process. The Operation
is automatically deleted after
completion, so there is no need to call DeleteOperation
. (iosApps.create)
Gets the configuration artifact associated with the specified IosApp.
Lists each IosApp associated with the specified FirebaseProject. The elements
are returned in no particular order, but will be a consistent view of the
Apps when additional requests are made with a pageToken
.
Removes the specified IosApp from the FirebaseProject. (iosApps.remove)
Restores the specified IosApp to the FirebaseProject. (iosApps.undelete)
Details
Operation
create(string $parent, IosApp $postBody, array $optParams = [])
Requests the creation of a new IosApp in the specified FirebaseProject. The
result of this call is an Operation
which can be used to track the
provisioning process. The Operation
is automatically deleted after
completion, so there is no need to call DeleteOperation
. (iosApps.create)
IosApp
get(string $name, array $optParams = [])
Gets the specified IosApp. (iosApps.get)
IosAppConfig
getConfig(string $name, array $optParams = [])
Gets the configuration artifact associated with the specified IosApp.
(iosApps.getConfig)
ListIosAppsResponse
listProjectsIosApps(string $parent, array $optParams = [])
Lists each IosApp associated with the specified FirebaseProject. The elements
are returned in no particular order, but will be a consistent view of the
Apps when additional requests are made with a pageToken
.
(iosApps.listProjectsIosApps)
IosApp
patch(string $name, IosApp $postBody, array $optParams = [])
Updates the attributes of the specified IosApp. (iosApps.patch)
Operation
remove(string $name, RemoveIosAppRequest $postBody, array $optParams = [])
Removes the specified IosApp from the FirebaseProject. (iosApps.remove)
Operation
undelete(string $name, UndeleteIosAppRequest $postBody, array $optParams = [])
Restores the specified IosApp to the FirebaseProject. (iosApps.undelete)