Home
last modified time | relevance | path

Searched refs:webAppId (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DWebapps.php37 * @param string $webAppId The ID of the web app.
40 public function delete($enterpriseId, $webAppId, $optParams = []) argument
42 $params = ['enterpriseId' => $enterpriseId, 'webAppId' => $webAppId];
50 * @param string $webAppId The ID of the web app.
54 public function get($enterpriseId, $webAppId, $optParams = []) argument
56 $params = ['enterpriseId' => $enterpriseId, 'webAppId' => $webAppId];
92 * @param string $webAppId The ID of the web app.
97 public function update($enterpriseId, $webAppId, WebApp $postBody, $optParams = []) argument
99 $params = ['enterpriseId' => $enterpriseId, 'webAppId' => $webAppId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DWebApp.php48 public $webAppId; variable in Google\\Service\\AndroidEnterprise\\WebApp
137 public function setWebAppId($webAppId) argument
139 $this->webAppId = $webAppId;
146 return $this->webAppId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidEnterprise.php1359 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}',
1367 'webAppId' => [
1374 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}',
1382 'webAppId' => [
1409 'path' => 'androidenterprise/v1/enterprises/{enterpriseId}/webApps/{webAppId}',
1417 'webAppId' => [