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