public final class GetJSONWebKeysResponse
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 Kubernetes Engine 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.Flags| Constructor and Description |
|---|
GetJSONWebKeysResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetJSONWebKeysResponse |
clone() |
HttpCacheControlResponseHeader |
getCacheHeader()
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|
java.util.List<Jwk> |
getKeys()
The public component of the keys used by the cluster to sign token requests.
|
GetJSONWebKeysResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
GetJSONWebKeysResponse |
setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header.
|
GetJSONWebKeysResponse |
setKeys(java.util.List<Jwk> keys)
The public component of the keys used by the cluster to sign token requests.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic HttpCacheControlResponseHeader getCacheHeader()
null for nonepublic GetJSONWebKeysResponse setCacheHeader(HttpCacheControlResponseHeader cacheHeader)
cacheHeader - cacheHeader or null for nonepublic java.util.List<Jwk> getKeys()
null for nonepublic GetJSONWebKeysResponse setKeys(java.util.List<Jwk> keys)
keys - keys or null for nonepublic GetJSONWebKeysResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GetJSONWebKeysResponse clone()
clone in class com.google.api.client.json.GenericJson