public final class GoogleAppsScriptTypeWebAppConfig
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Apps Script API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GoogleAppsScriptTypeWebAppConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeWebAppConfig |
clone() |
java.lang.String |
getAccess()
Who has permission to run the web app.
|
java.lang.String |
getExecuteAs()
Who to execute the web app as.
|
GoogleAppsScriptTypeWebAppConfig |
set(java.lang.String fieldName,
java.lang.Object value) |
GoogleAppsScriptTypeWebAppConfig |
setAccess(java.lang.String access)
Who has permission to run the web app.
|
GoogleAppsScriptTypeWebAppConfig |
setExecuteAs(java.lang.String executeAs)
Who to execute the web app as.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getAccess()
null for nonepublic GoogleAppsScriptTypeWebAppConfig setAccess(java.lang.String access)
access - access or null for nonepublic java.lang.String getExecuteAs()
null for nonepublic GoogleAppsScriptTypeWebAppConfig setExecuteAs(java.lang.String executeAs)
executeAs - executeAs or null for nonepublic GoogleAppsScriptTypeWebAppConfig set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsScriptTypeWebAppConfig clone()
clone in class com.google.api.client.json.GenericJson