Package | Description |
---|---|
com.google.api.services.cloudresourcemanager.v3 | |
com.google.api.services.cloudresourcemanager.v3.model |
Modifier and Type | Method and Description |
---|---|
CloudResourceManager.Folders.TestIamPermissions |
CloudResourceManager.Folders.testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified folder.
|
CloudResourceManager.Organizations.TestIamPermissions |
CloudResourceManager.Organizations.testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns the permissions that a caller has on the specified organization.
|
CloudResourceManager.Projects.TestIamPermissions |
CloudResourceManager.Projects.testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified project, in the format
`projects/{ProjectIdOrNumber}` e.g.
|
CloudResourceManager.TagKeys.TestIamPermissions |
CloudResourceManager.TagKeys.testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified TagKey.
|
CloudResourceManager.TagValues.TestIamPermissions |
CloudResourceManager.TagValues.testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified TagValue.
|
Constructor and Description |
---|
TestIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified folder.
|
TestIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns the permissions that a caller has on the specified organization.
|
TestIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified project, in the format
`projects/{ProjectIdOrNumber}` e.g.
|
TestIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified TagKey.
|
TestIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified TagValue.
|
Modifier and Type | Method and Description |
---|---|
TestIamPermissionsRequest |
TestIamPermissionsRequest.clone() |
TestIamPermissionsRequest |
TestIamPermissionsRequest.set(String fieldName,
Object value) |
TestIamPermissionsRequest |
TestIamPermissionsRequest.setPermissions(List<String> permissions)
The set of permissions to check for the `resource`.
|
Copyright © 2011–2024 Google. All rights reserved.