public static final class Operation.Error.Errors.ErrorDetails extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ErrorDetails() |
Modifier and Type | Method and Description |
---|---|
Operation.Error.Errors.ErrorDetails |
clone() |
ErrorInfo |
getErrorInfo() |
Help |
getHelp() |
LocalizedMessage |
getLocalizedMessage() |
Operation.Error.Errors.ErrorDetails |
set(String fieldName,
Object value) |
Operation.Error.Errors.ErrorDetails |
setErrorInfo(ErrorInfo errorInfo) |
Operation.Error.Errors.ErrorDetails |
setHelp(Help help) |
Operation.Error.Errors.ErrorDetails |
setLocalizedMessage(LocalizedMessage localizedMessage) |
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public ErrorInfo getErrorInfo()
null
for nonepublic Operation.Error.Errors.ErrorDetails setErrorInfo(ErrorInfo errorInfo)
errorInfo
- errorInfo or null
for nonepublic Help getHelp()
null
for nonepublic Operation.Error.Errors.ErrorDetails setHelp(Help help)
help
- help or null
for nonepublic LocalizedMessage getLocalizedMessage()
null
for nonepublic Operation.Error.Errors.ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage)
localizedMessage
- localizedMessage or null
for nonepublic Operation.Error.Errors.ErrorDetails set(String fieldName, Object value)
set
in class GenericJson
public Operation.Error.Errors.ErrorDetails clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.