public final class OperationError
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OperationError() |
| Modifier and Type | Method and Description |
|---|---|
OperationError |
clone() |
String |
getErrorMessage()
Description of the error seen during the operation.
|
String |
getKeyName()
CloudKMS key resource that had the error.
|
String |
getTimestamp()
Time when the CloudKMS error was seen.
|
OperationError |
set(String fieldName,
Object value) |
OperationError |
setErrorMessage(String errorMessage)
Description of the error seen during the operation.
|
OperationError |
setKeyName(String keyName)
CloudKMS key resource that had the error.
|
OperationError |
setTimestamp(String timestamp)
Time when the CloudKMS error was seen.
|
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 getErrorMessage()
null for nonepublic OperationError setErrorMessage(String errorMessage)
errorMessage - errorMessage or null for nonepublic String getKeyName()
null for nonepublic OperationError setKeyName(String keyName)
keyName - keyName or null for nonepublic String getTimestamp()
null for nonepublic OperationError setTimestamp(String timestamp)
timestamp - timestamp or null for nonepublic OperationError set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OperationError clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.