| Package | Description |
|---|---|
| com.google.cloud.resourcemanager |
A client to Google Cloud Resource Manager.
|
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.Builder.build() |
Policy |
Project.getPolicy()
Returns the IAM access control policy for this project.
|
Policy |
ResourceManager.getPolicy(String projectId)
Returns the IAM access control policy for the specified project.
|
Policy |
Project.replacePolicy(Policy newPolicy)
Sets the IAM access control policy for this project.
|
Policy |
ResourceManager.replacePolicy(String projectId,
Policy newPolicy)
Sets the IAM access control policy for the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
Policy |
Project.replacePolicy(Policy newPolicy)
Sets the IAM access control policy for this project.
|
Policy |
ResourceManager.replacePolicy(String projectId,
Policy newPolicy)
Sets the IAM access control policy for the specified project.
|
Copyright © 2016 Google. All rights reserved.