Home
last modified time | relevance | path

Searched refs:entryPointConfig (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DGoogleAppsScriptTypeExecutionApiEntryPoint.php28 public function setEntryPointConfig(GoogleAppsScriptTypeExecutionApiConfig $entryPointConfig) argument
30 $this->entryPointConfig = $entryPointConfig;
37 return $this->entryPointConfig;
H A DGoogleAppsScriptTypeWebAppEntryPoint.php32 public function setEntryPointConfig(GoogleAppsScriptTypeWebAppConfig $entryPointConfig) argument
34 $this->entryPointConfig = $entryPointConfig;
41 return $this->entryPointConfig;