Package | Description |
---|---|
com.google.api.services.cloudresourcemanager.v3 | |
com.google.api.services.cloudresourcemanager.v3.model |
Modifier and Type | Method and Description |
---|---|
CloudResourceManager.Projects.Create |
CloudResourceManager.Projects.create(Project content)
Request that a new project be created.
|
CloudResourceManager.Projects.Patch |
CloudResourceManager.Projects.patch(String name,
Project content)
Updates the `display_name` and labels of the project identified by the specified `name` (for
example, `projects/415104041262`).
|
Constructor and Description |
---|
Create(Project content)
Request that a new project be created.
|
Patch(String name,
Project content)
Updates the `display_name` and labels of the project identified by the specified `name` (for
example, `projects/415104041262`).
|
Modifier and Type | Method and Description |
---|---|
Project |
Project.clone() |
Project |
Project.set(String fieldName,
Object value) |
Project |
Project.setCreateTime(String createTime)
Output only.
|
Project |
Project.setDeleteTime(String deleteTime)
Output only.
|
Project |
Project.setDisplayName(String displayName)
Optional.
|
Project |
Project.setEtag(String etag)
Output only.
|
Project |
Project.setLabels(Map<String,String> labels)
Optional.
|
Project |
Project.setName(String name)
Output only.
|
Project |
Project.setParent(String parent)
Optional.
|
Project |
Project.setProjectId(String projectId)
Immutable.
|
Project |
Project.setState(String state)
Output only.
|
Project |
Project.setTags(Map<String,String> tags)
Optional.
|
Project |
Project.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Project> |
SearchProjectsResponse.getProjects()
The list of Projects that matched the list filter query.
|
List<Project> |
ListProjectsResponse.getProjects()
The list of Projects under the parent.
|
Modifier and Type | Method and Description |
---|---|
SearchProjectsResponse |
SearchProjectsResponse.setProjects(List<Project> projects)
The list of Projects that matched the list filter query.
|
ListProjectsResponse |
ListProjectsResponse.setProjects(List<Project> projects)
The list of Projects under the parent.
|
Copyright © 2011–2024 Google. All rights reserved.