Package | Description |
---|---|
com.google.cloud.resourcemanager |
A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource
containers.
|
Modifier and Type | Method and Description |
---|---|
Project |
Project.Builder.build() |
Project |
ResourceManager.create(ProjectInfo project)
Deprecated.
Please use
ProjectsClient.create(ProjectsSettings) instead |
Project |
ResourceManager.get(String projectId,
ResourceManager.ProjectGetOption... options)
Deprecated.
Please use
ProjectsClient.getProject(GetProjectRequest) instead |
Project |
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 use
ProjectsClient.updateProjectAsync(UpdateProjectRequest)
instead |
Modifier and Type | Method and Description |
---|---|
Page<Project> |
ResourceManager.list(ResourceManager.ProjectListOption... options)
Deprecated.
Please use
ProjectsClient.listProjects(ListProjectsRequest)
instead |
Copyright © 2022 Google LLC. All rights reserved.