| 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 |
|---|
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(String fieldName,
Object value) |
CreateProjectRequest |
CreateProjectRequest.setParentId(String parentId)
The Drive ID of a parent file that the created script project is bound to.
|
CreateProjectRequest |
CreateProjectRequest.setTitle(String title)
The title for the project.
|
Copyright © 2011–2025 Google. All rights reserved.