Lines Matching full:webapp
22 use Google\Service\FirebaseManagement\WebApp; alias
36 * Requests the creation of a new WebApp in the specified FirebaseProject. The
42 * which to create a WebApp, in the format: projects/PROJECT_IDENTIFIER/webApps
46 * @param WebApp $postBody
50 public function create($parent, WebApp $postBody, $optParams = [])
57 * Gets the specified WebApp. (webApps.get)
59 * @param string $name The resource name of the WebApp, in the format:
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
66 * @return WebApp
72 return $this->call('get', [$params], WebApp::class);
75 * Gets the configuration artifact associated with the specified WebApp.
78 * @param string $name The resource name of the WebApp configuration to
82 * projects/-/webApps/APP_ID Refer to the `WebApp`
83 * [`name`](../projects.webApps#WebApp.FIELDS.name) field for details about
95 * Lists each WebApp associated with the specified FirebaseProject. The elements
101 * which to list each associated WebApp, in the format:
122 * Updates the attributes of the specified WebApp. (webApps.patch)
124 * @param string $name The resource name of the WebApp, in the format:
134 * [`appId`](../projects.webApps#WebApp.FIELDS.app_id)).
135 * @param WebApp $postBody
140 * @return WebApp
142 public function patch($name, WebApp $postBody, $optParams = [])
146 return $this->call('patch', [$params], WebApp::class);