public static final class Operation.Error
extends com.google.api.client.json.GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
Operation.Error.Errors
Model definition for OperationErrorErrors.
|
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Operation.Error() |
Modifier and Type | Method and Description |
---|---|
Operation.Error |
clone() |
java.util.List<Operation.Error.Errors> |
getErrors()
[Output Only] The array of errors encountered while processing this operation.
|
Operation.Error |
set(java.lang.String fieldName,
java.lang.Object value) |
Operation.Error |
setErrors(java.util.List<Operation.Error.Errors> errors)
[Output Only] The array of errors encountered while processing this operation.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<Operation.Error.Errors> getErrors()
null
for nonepublic Operation.Error setErrors(java.util.List<Operation.Error.Errors> errors)
errors
- errors or null
for nonepublic Operation.Error set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Operation.Error clone()
clone
in class com.google.api.client.json.GenericJson