Lines Matching full:webapps
26 * The "webApps" collection of methods.
30 * $webApps = $firebaseService->webApps;
39 * completion, so there is no need to call `DeleteOperation`. (webApps.create)
42 * which to create a WebApp, in the format: projects/PROJECT_IDENTIFIER/webApps
57 * Gets the specified WebApp. (webApps.get)
60 * projects/PROJECT_IDENTIFIER /webApps/APP_ID Since an APP_ID is a unique
62 * used here, in the format: projects/-/webApps/APP_ID Refer to the `WebApp`
63 * [`name`](../projects.webApps#WebApp.FIELDS.name) field for details about
76 * (webApps.getConfig)
79 * download, in the format: projects/PROJECT_IDENTIFIER/webApps/APP_ID/config
82 * projects/-/webApps/APP_ID Refer to the `WebApp`
83 * [`name`](../projects.webApps#WebApp.FIELDS.name) field for details about
98 * (webApps.listProjectsWebApps)
102 * projects/PROJECT_IDENTIFIER/webApps Refer to the `FirebaseProject`
122 * Updates the attributes of the specified WebApp. (webApps.patch)
125 * projects/PROJECT_IDENTIFIER /webApps/APP_ID * PROJECT_IDENTIFIER: the parent
134 * [`appId`](../projects.webApps#WebApp.FIELDS.app_id)).