public static final class ResourceUpdate.Error.Errors.ErrorDetails
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ErrorDetails() |
Modifier and Type | Method and Description |
---|---|
ResourceUpdate.Error.Errors.ErrorDetails |
clone() |
ErrorInfo |
getErrorInfo() |
Help |
getHelp() |
LocalizedMessage |
getLocalizedMessage() |
QuotaExceededInfo |
getQuotaInfo() |
ResourceUpdate.Error.Errors.ErrorDetails |
set(String fieldName,
Object value) |
ResourceUpdate.Error.Errors.ErrorDetails |
setErrorInfo(ErrorInfo errorInfo) |
ResourceUpdate.Error.Errors.ErrorDetails |
setHelp(Help help) |
ResourceUpdate.Error.Errors.ErrorDetails |
setLocalizedMessage(LocalizedMessage localizedMessage) |
ResourceUpdate.Error.Errors.ErrorDetails |
setQuotaInfo(QuotaExceededInfo quotaInfo) |
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 ResourceUpdate.Error.Errors.ErrorDetails setErrorInfo(ErrorInfo errorInfo)
errorInfo
- errorInfo or null
for nonepublic Help getHelp()
null
for nonepublic ResourceUpdate.Error.Errors.ErrorDetails setHelp(Help help)
help
- help or null
for nonepublic LocalizedMessage getLocalizedMessage()
null
for nonepublic ResourceUpdate.Error.Errors.ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage)
localizedMessage
- localizedMessage or null
for nonepublic QuotaExceededInfo getQuotaInfo()
null
for nonepublic ResourceUpdate.Error.Errors.ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo)
quotaInfo
- quotaInfo or null
for nonepublic ResourceUpdate.Error.Errors.ErrorDetails set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ResourceUpdate.Error.Errors.ErrorDetails clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.