Lines Matching refs:WebApp
22 use Google\Service\AndroidManagement\WebApp; alias
39 * @param WebApp $postBody
41 * @return WebApp
43 public function create($parent, WebApp $postBody, $optParams = [])
47 return $this->call('create', [$params], WebApp::class);
69 * @return WebApp
75 return $this->call('get', [$params], WebApp::class);
101 * @param WebApp $postBody
106 * @return WebApp
108 public function patch($name, WebApp $postBody, $optParams = [])
112 return $this->call('patch', [$params], WebApp::class);