public static final class Operation.Error.Errors
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
Operation.Error.Errors.ErrorDetails
Model definition for OperationErrorErrorsErrorDetails.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Errors() |
| Modifier and Type | Method and Description |
|---|---|
Operation.Error.Errors |
clone() |
String |
getCode()
[Output Only] The error type identifier for this error.
|
List<Operation.Error.Errors.ErrorDetails> |
getErrorDetails()
[Output Only] An optional list of messages that contain the error details.
|
String |
getLocation()
[Output Only] Indicates the field in the request that caused the error.
|
String |
getMessage()
[Output Only] An optional, human-readable error message.
|
Operation.Error.Errors |
set(String fieldName,
Object value) |
Operation.Error.Errors |
setCode(String code)
[Output Only] The error type identifier for this error.
|
Operation.Error.Errors |
setErrorDetails(List<Operation.Error.Errors.ErrorDetails> errorDetails)
[Output Only] An optional list of messages that contain the error details.
|
Operation.Error.Errors |
setLocation(String location)
[Output Only] Indicates the field in the request that caused the error.
|
Operation.Error.Errors |
setMessage(String message)
[Output Only] An optional, human-readable error message.
|
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 getCode()
null for nonepublic Operation.Error.Errors setCode(String code)
code - code or null for nonepublic List<Operation.Error.Errors.ErrorDetails> getErrorDetails()
null for nonepublic Operation.Error.Errors setErrorDetails(List<Operation.Error.Errors.ErrorDetails> errorDetails)
errorDetails - errorDetails or null for nonepublic String getLocation()
null for nonepublic Operation.Error.Errors setLocation(String location)
location - location or null for nonepublic String getMessage()
null for nonepublic Operation.Error.Errors setMessage(String message)
message - message or null for nonepublic Operation.Error.Errors set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Operation.Error.Errors clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.