ProjectsWebApps
class ProjectsWebApps extends Resource (View source)
The "webApps" collection of methods.
Typical usage is:
$firebaseService = new Google\Service\FirebaseManagement(...);
$webApps = $firebaseService->projects_webApps;
Methods
Requests the creation of a new WebApp 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
. (webApps.create)
Gets the configuration artifact associated with the specified WebApp.
Lists each WebApp 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 WebApp from the FirebaseProject. (webApps.remove)
Restores the specified WebApp to the FirebaseProject. (webApps.undelete)
Details
Operation
create(string $parent, WebApp $postBody, array $optParams = [])
Requests the creation of a new WebApp 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
. (webApps.create)
WebApp
get(string $name, array $optParams = [])
Gets the specified WebApp. (webApps.get)
WebAppConfig
getConfig(string $name, array $optParams = [])
Gets the configuration artifact associated with the specified WebApp.
(webApps.getConfig)
ListWebAppsResponse
listProjectsWebApps(string $parent, array $optParams = [])
Lists each WebApp 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
.
(webApps.listProjectsWebApps)
WebApp
patch(string $name, WebApp $postBody, array $optParams = [])
Updates the attributes of the specified WebApp. (webApps.patch)
Operation
remove(string $name, RemoveWebAppRequest $postBody, array $optParams = [])
Removes the specified WebApp from the FirebaseProject. (webApps.remove)
Operation
undelete(string $name, UndeleteWebAppRequest $postBody, array $optParams = [])
Restores the specified WebApp to the FirebaseProject. (webApps.undelete)