Package | Description |
---|---|
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
Project |
Project.clone() |
Project |
Project.set(java.lang.String fieldName,
java.lang.Object value) |
Project |
Project.setCreateTime(java.lang.String createTime)
When the script was created.
|
Project |
Project.setCreator(GoogleAppsScriptTypeUser creator)
User who originally created the script.
|
Project |
Project.setLastModifyUser(GoogleAppsScriptTypeUser lastModifyUser)
User who last modified the script.
|
Project |
Project.setParentId(java.lang.String parentId)
The parent's Drive ID that the script will be attached to.
|
Project |
Project.setScriptId(java.lang.String scriptId)
The script project's Drive ID.
|
Project |
Project.setTitle(java.lang.String title)
The title for the project.
|
Project |
Project.setUpdateTime(java.lang.String updateTime)
When the script was last updated.
|