Package | Description |
---|---|
com.google.api.services.script | |
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
Script.Projects.Create |
Script.Projects.create(CreateProjectRequest content)
Creates a new, empty script project with no script files and a base manifest file.
|
Constructor and Description |
---|
Script.Projects.Create(CreateProjectRequest content)
Creates a new, empty script project with no script files and a base manifest file.
|
Modifier and Type | Method and Description |
---|---|
CreateProjectRequest |
CreateProjectRequest.clone() |
CreateProjectRequest |
CreateProjectRequest.set(java.lang.String fieldName,
java.lang.Object value) |
CreateProjectRequest |
CreateProjectRequest.setParentId(java.lang.String parentId)
The Drive ID of a parent file that the created script project is bound to.
|
CreateProjectRequest |
CreateProjectRequest.setTitle(java.lang.String title)
The title for the project.
|