| Modifier and Type | Class and Description |
|---|---|
static class |
Operation.Error.Errors
Model definition for OperationErrorErrors.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Operation.Error() |
| Modifier and Type | Method and Description |
|---|---|
Operation.Error |
clone() |
List<Operation.Error.Errors> |
getErrors()
[Output Only] The array of errors encountered while processing this operation.
|
Operation.Error |
set(String fieldName,
Object value) |
Operation.Error |
setErrors(List<Operation.Error.Errors> errors)
[Output Only] The array of errors encountered while processing this operation.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<Operation.Error.Errors> getErrors()
null for nonepublic Operation.Error setErrors(List<Operation.Error.Errors> errors)
errors - errors or null for nonepublic Operation.Error set(String fieldName, Object value)
set in class GenericJsonpublic Operation.Error clone()
clone in class GenericJson