public final class WorkforcePool
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
WorkforcePool() |
| Modifier and Type | Method and Description |
|---|---|
WorkforcePool |
clone() |
String |
getDescription()
A user-specified description of the pool.
|
Boolean |
getDisabled()
Disables the workforce pool.
|
String |
getDisplayName()
A user-specified display name of the pool in Google Cloud Console.
|
String |
getName()
Output only.
|
String |
getParent()
Immutable.
|
String |
getSessionDuration()
Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in
sessions from this pool are valid.
|
String |
getState()
Output only.
|
WorkforcePool |
set(String fieldName,
Object value) |
WorkforcePool |
setDescription(String description)
A user-specified description of the pool.
|
WorkforcePool |
setDisabled(Boolean disabled)
Disables the workforce pool.
|
WorkforcePool |
setDisplayName(String displayName)
A user-specified display name of the pool in Google Cloud Console.
|
WorkforcePool |
setName(String name)
Output only.
|
WorkforcePool |
setParent(String parent)
Immutable.
|
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 |
setState(String state)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDescription()
null for nonepublic WorkforcePool setDescription(String description)
description - description or null for nonepublic Boolean getDisabled()
null for nonepublic WorkforcePool setDisabled(Boolean disabled)
disabled - disabled or null for nonepublic String getDisplayName()
null for nonepublic WorkforcePool setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getName()
null for nonepublic WorkforcePool setName(String name)
name - name or null for nonepublic String getParent()
null for nonepublic WorkforcePool setParent(String parent)
parent - parent or null for nonepublic String getSessionDuration()
null for nonepublic WorkforcePool setSessionDuration(String sessionDuration)
sessionDuration - sessionDuration or null for nonepublic String getState()
null for nonepublic WorkforcePool setState(String state)
state - state or null for nonepublic WorkforcePool set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic WorkforcePool clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.