| Modifier and Type | Class and Description |
|---|---|
class |
Iam.Projects.Roles
The "roles" collection of methods.
|
class |
Iam.Projects.ServiceAccounts
The "serviceAccounts" collection of methods.
|
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
Iam.Projects.Roles |
roles()
An accessor for creating requests from the Roles collection.
|
Iam.Projects.ServiceAccounts |
serviceAccounts()
An accessor for creating requests from the ServiceAccounts collection.
|
public Iam.Projects.Roles roles()
The typical use is:
Iam iam = new Iam(...);Iam.Roles.List request = iam.roles().list(parameters ...)
public Iam.Projects.ServiceAccounts serviceAccounts()
The typical use is:
Iam iam = new Iam(...);Iam.ServiceAccounts.List request = iam.serviceAccounts().list(parameters ...)
Copyright © 2011–2019 Google. All rights reserved.