public class Iam.Locations.WorkforcePools extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Iam.Locations.WorkforcePools.Operations
The "operations" collection of methods.
|
class |
Iam.Locations.WorkforcePools.Providers
The "providers" collection of methods.
|
class |
Iam.Locations.WorkforcePools.Subjects
The "subjects" collection of methods.
|
| Constructor and Description |
|---|
WorkforcePools() |
| Modifier and Type | Method and Description |
|---|---|
Iam.Locations.WorkforcePools.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
Iam.Locations.WorkforcePools.Providers |
providers()
An accessor for creating requests from the Providers collection.
|
Iam.Locations.WorkforcePools.Subjects |
subjects()
An accessor for creating requests from the Subjects collection.
|
public Iam.Locations.WorkforcePools.Operations operations()
The typical use is:
Iam iam = new Iam(...);Iam.Operations.List request = iam.operations().list(parameters ...)
public Iam.Locations.WorkforcePools.Providers providers()
The typical use is:
Iam iam = new Iam(...);Iam.Providers.List request = iam.providers().list(parameters ...)
public Iam.Locations.WorkforcePools.Subjects subjects()
The typical use is:
Iam iam = new Iam(...);Iam.Subjects.List request = iam.subjects().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.