public static final class Operation.Error.Errors
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Operation.Error.Errors() |
Modifier and Type | Method and Description |
---|---|
Operation.Error.Errors |
clone() |
java.lang.String |
getCode()
[Output Only] The error type identifier for this error.
|
java.lang.String |
getLocation()
[Output Only] Indicates the field in the request which caused the error.
|
java.lang.String |
getMessage()
[Output Only] An optional, human-readable error message.
|
Operation.Error.Errors |
set(java.lang.String fieldName,
java.lang.Object value) |
Operation.Error.Errors |
setCode(java.lang.String code)
[Output Only] The error type identifier for this error.
|
Operation.Error.Errors |
setLocation(java.lang.String location)
[Output Only] Indicates the field in the request which caused the error.
|
Operation.Error.Errors |
setMessage(java.lang.String message)
[Output Only] An optional, human-readable error message.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getCode()
null
for nonepublic Operation.Error.Errors setCode(java.lang.String code)
code
- code or null
for nonepublic java.lang.String getLocation()
null
for nonepublic Operation.Error.Errors setLocation(java.lang.String location)
location
- location or null
for nonepublic java.lang.String getMessage()
null
for nonepublic Operation.Error.Errors setMessage(java.lang.String message)
message
- message or null
for nonepublic Operation.Error.Errors set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Operation.Error.Errors clone()
clone
in class com.google.api.client.json.GenericJson