| Package | Description |
|---|---|
| com.google.api.services.cloudresourcemanager | |
| com.google.api.services.cloudresourcemanager.model |
| Modifier and Type | Method and Description |
|---|---|
CloudResourceManager.Projects.Create |
CloudResourceManager.Projects.create(Project content)
Request that a new Project be created.
|
CloudResourceManager.Projects.Update |
CloudResourceManager.Projects.update(java.lang.String projectId,
Project content)
Updates the attributes of the Project identified by the specified `project_id` (for example, `my-
project-123`).
|
| Constructor and Description |
|---|
CloudResourceManager.Projects.Create(Project content)
Request that a new Project be created.
|
CloudResourceManager.Projects.Update(java.lang.String projectId,
Project content)
Updates the attributes of the Project identified by the specified `project_id` (for example,
`my-project-123`).
|
| 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)
Creation time.
|
Project |
Project.setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
The labels associated with this Project.
|
Project |
Project.setLifecycleState(java.lang.String lifecycleState)
The Project lifecycle state.
|
Project |
Project.setName(java.lang.String name)
The user-assigned display name of the Project.
|
Project |
Project.setParent(ResourceId parent)
An optional reference to a parent Resource.
|
Project |
Project.setProjectId(java.lang.String projectId)
The unique, user-assigned ID of the Project.
|
Project |
Project.setProjectNumber(java.lang.Long projectNumber)
The number uniquely identifying the project.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Project> |
ListProjectsResponse.getProjects()
The list of Projects that matched the list filter.
|
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse |
ListProjectsResponse.setProjects(java.util.List<Project> projects)
The list of Projects that matched the list filter.
|