Uses of Class
com.google.cloud.resourcemanager.Project
-
Packages that use Project Package Description com.google.cloud.resourcemanager A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource containers. -
-
Uses of Project in com.google.cloud.resourcemanager
Methods in com.google.cloud.resourcemanager that return Project Modifier and Type Method Description Project
Project.Builder. build()
Project
ResourceManager. create(ProjectInfo project)
Deprecated.Please useProjectsClient.create(ProjectsSettings)
insteadProject
ResourceManager. get(String projectId, ResourceManager.ProjectGetOption... options)
Deprecated.Please useProjectsClient.getProject(GetProjectRequest)
insteadProject
Project. reload()
Deprecated.Fetches the project's latest information.Project
Project. replace()
Deprecated.Replaces the attributes of the project with the attributes of this project.Project
ResourceManager. replace(ProjectInfo newProject)
Deprecated.Please useProjectsClient.updateProjectAsync(UpdateProjectRequest)
insteadMethods in com.google.cloud.resourcemanager that return types with arguments of type Project Modifier and Type Method Description com.google.api.gax.paging.Page<Project>
ResourceManager. list(ResourceManager.ProjectListOption... options)
Deprecated.Please useProjectsClient.listProjects(ListProjectsRequest)
instead
-