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