public final class WorkloadIdentityPoolProviderKey
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 |
|---|
WorkloadIdentityPoolProviderKey() |
| Modifier and Type | Method and Description |
|---|---|
WorkloadIdentityPoolProviderKey |
clone() |
String |
getExpireTime()
Output only.
|
KeyData |
getKeyData()
Immutable.
|
String |
getName()
Output only.
|
String |
getState()
Output only.
|
String |
getUse()
Required.
|
WorkloadIdentityPoolProviderKey |
set(String fieldName,
Object value) |
WorkloadIdentityPoolProviderKey |
setExpireTime(String expireTime)
Output only.
|
WorkloadIdentityPoolProviderKey |
setKeyData(KeyData keyData)
Immutable.
|
WorkloadIdentityPoolProviderKey |
setName(String name)
Output only.
|
WorkloadIdentityPoolProviderKey |
setState(String state)
Output only.
|
WorkloadIdentityPoolProviderKey |
setUse(String use)
Required.
|
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 getExpireTime()
null for nonepublic WorkloadIdentityPoolProviderKey setExpireTime(String expireTime)
expireTime - expireTime or null for nonepublic KeyData getKeyData()
null for nonepublic WorkloadIdentityPoolProviderKey setKeyData(KeyData keyData)
keyData - keyData or null for nonepublic String getName()
null for nonepublic WorkloadIdentityPoolProviderKey setName(String name)
name - name or null for nonepublic String getState()
null for nonepublic WorkloadIdentityPoolProviderKey setState(String state)
state - state or null for nonepublic String getUse()
null for nonepublic WorkloadIdentityPoolProviderKey setUse(String use)
use - use or null for nonepublic WorkloadIdentityPoolProviderKey set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic WorkloadIdentityPoolProviderKey clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.