| Package | Description |
|---|---|
| com.google.api.services.iam.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.clone() |
Role |
Role.set(java.lang.String fieldName,
java.lang.Object value) |
Role |
Role.setDescription(java.lang.String description)
Optional.
|
Role |
Role.setName(java.lang.String name)
The name of the role.
|
Role |
Role.setTitle(java.lang.String title)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Role> |
QueryGrantableRolesResponse.getRoles()
The list of matching roles.
|
| Modifier and Type | Method and Description |
|---|---|
QueryGrantableRolesResponse |
QueryGrantableRolesResponse.setRoles(java.util.List<Role> roles)
The list of matching roles.
|