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)
Creates a new project.
|
Project |
ResourceManager.get(String projectId,
ResourceManager.ProjectGetOption... options)
Retrieves the project identified by the specified project ID.
|
Project |
Project.reload()
Fetches the project's latest information.
|
Project |
Project.replace()
Replaces the attributes of the project with the attributes of this project.
|
Project |
ResourceManager.replace(ProjectInfo newProject)
Replaces the attributes of the project.
|
Modifier and Type | Method and Description |
---|---|
Page<Project> |
ResourceManager.list(ResourceManager.ProjectListOption... options)
Lists the projects visible to the current user.
|
Copyright © 2019 Google LLC. All rights reserved.