| Package | Description |
|---|---|
| com.google.api.services.script.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeWebAppConfig |
GoogleAppsScriptTypeWebAppConfig.clone() |
GoogleAppsScriptTypeWebAppConfig |
GoogleAppsScriptTypeWebAppEntryPoint.getEntryPointConfig()
The entry point's configuration.
|
GoogleAppsScriptTypeWebAppConfig |
GoogleAppsScriptTypeWebAppConfig.set(java.lang.String fieldName,
java.lang.Object value) |
GoogleAppsScriptTypeWebAppConfig |
GoogleAppsScriptTypeWebAppConfig.setAccess(java.lang.String access)
Who has permission to run the web app.
|
GoogleAppsScriptTypeWebAppConfig |
GoogleAppsScriptTypeWebAppConfig.setExecuteAs(java.lang.String executeAs)
Who to execute the web app as.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeWebAppEntryPoint |
GoogleAppsScriptTypeWebAppEntryPoint.setEntryPointConfig(GoogleAppsScriptTypeWebAppConfig entryPointConfig)
The entry point's configuration.
|