| 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(String projectId,
Project content)
Updates the attributes of the Project identified by the specified `project_id` (for example, `my-
project-123`).
|
| Constructor and Description |
|---|
Create(Project content)
Request that a new Project be created.
|
Update(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(String fieldName,
Object value) |
Project |
Project.setCreateTime(String createTime)
Creation time.
|
Project |
Project.setLabels(Map<String,String> labels)
The labels associated with this Project.
|
Project |
Project.setLifecycleState(String lifecycleState)
The Project lifecycle state.
|
Project |
Project.setName(String name)
The optional user-assigned display name of the Project.
|
Project |
Project.setParent(ResourceId parent)
An optional reference to a parent Resource.
|
Project |
Project.setProjectId(String projectId)
The unique, user-assigned ID of the Project.
|
Project |
Project.setProjectNumber(Long projectNumber)
The number uniquely identifying the project.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
ListProjectsResponse.getProjects()
The list of Projects that matched the list filter.
|
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse |
ListProjectsResponse.setProjects(List<Project> projects)
The list of Projects that matched the list filter.
|
Copyright © 2011–2020 Google. All rights reserved.