| Package | Description |
|---|---|
| com.google.api.services.iam.v1 | |
| com.google.api.services.iam.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Iam.Locations.WorkforcePools.Create |
Iam.Locations.WorkforcePools.create(String location,
WorkforcePool content)
Creates a new WorkforcePool.
|
Iam.Locations.WorkforcePools.Patch |
Iam.Locations.WorkforcePools.patch(String name,
WorkforcePool content)
Updates an existing WorkforcePool.
|
| Constructor and Description |
|---|
Create(String location,
WorkforcePool content)
Creates a new WorkforcePool.
|
Patch(String name,
WorkforcePool content)
Updates an existing WorkforcePool.
|
| Modifier and Type | Method and Description |
|---|---|
WorkforcePool |
WorkforcePool.clone() |
WorkforcePool |
WorkforcePool.set(String fieldName,
Object value) |
WorkforcePool |
WorkforcePool.setDescription(String description)
A user-specified description of the pool.
|
WorkforcePool |
WorkforcePool.setDisabled(Boolean disabled)
Disables the workforce pool.
|
WorkforcePool |
WorkforcePool.setDisplayName(String displayName)
A user-specified display name of the pool in Google Cloud Console.
|
WorkforcePool |
WorkforcePool.setName(String name)
Output only.
|
WorkforcePool |
WorkforcePool.setParent(String parent)
Immutable.
|
WorkforcePool |
WorkforcePool.setSessionDuration(String sessionDuration)
Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in
sessions from this pool are valid.
|
WorkforcePool |
WorkforcePool.setState(String state)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkforcePool> |
ListWorkforcePoolsResponse.getWorkforcePools()
A list of pools.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkforcePoolsResponse |
ListWorkforcePoolsResponse.setWorkforcePools(List<WorkforcePool> workforcePools)
A list of pools.
|
Copyright © 2011–2023 Google. All rights reserved.