public static final class ResourceUpdate.Error.Errors
extends com.google.api.client.json.GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
ResourceUpdate.Error.Errors.ErrorDetails
Model definition for ResourceUpdateErrorErrorsErrorDetails.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Errors() |
Modifier and Type | Method and Description |
---|---|
ResourceUpdate.Error.Errors |
clone() |
List<String> |
getArguments()
[Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only
(like componentization) (thus the visibility "none") and in case of public exposure it is
strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field.
|
String |
getCode()
[Output Only] The error type identifier for this error.
|
DebugInfo |
getDebugInfo() |
List<ResourceUpdate.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.
|
ResourceUpdate.Error.Errors |
set(String fieldName,
Object value) |
ResourceUpdate.Error.Errors |
setArguments(List<String> arguments)
[Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only
(like componentization) (thus the visibility "none") and in case of public exposure it is
strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field.
|
ResourceUpdate.Error.Errors |
setCode(String code)
[Output Only] The error type identifier for this error.
|
ResourceUpdate.Error.Errors |
setDebugInfo(DebugInfo debugInfo) |
ResourceUpdate.Error.Errors |
setErrorDetails(List<ResourceUpdate.Error.Errors.ErrorDetails> errorDetails)
[Output Only] An optional list of messages that contain the error details.
|
ResourceUpdate.Error.Errors |
setLocation(String location)
[Output Only] Indicates the field in the request that caused the error.
|
ResourceUpdate.Error.Errors |
setMessage(String message)
[Output Only] An optional, human-readable error message.
|
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 List<String> getArguments()
null
for nonepublic ResourceUpdate.Error.Errors setArguments(List<String> arguments)
arguments
- arguments or null
for nonepublic String getCode()
null
for nonepublic ResourceUpdate.Error.Errors setCode(String code)
code
- code or null
for nonepublic DebugInfo getDebugInfo()
null
for nonepublic ResourceUpdate.Error.Errors setDebugInfo(DebugInfo debugInfo)
debugInfo
- debugInfo or null
for nonepublic List<ResourceUpdate.Error.Errors.ErrorDetails> getErrorDetails()
null
for nonepublic ResourceUpdate.Error.Errors setErrorDetails(List<ResourceUpdate.Error.Errors.ErrorDetails> errorDetails)
errorDetails
- errorDetails or null
for nonepublic String getLocation()
null
for nonepublic ResourceUpdate.Error.Errors setLocation(String location)
location
- location or null
for nonepublic String getMessage()
null
for nonepublic ResourceUpdate.Error.Errors setMessage(String message)
message
- message or null
for nonepublic ResourceUpdate.Error.Errors set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ResourceUpdate.Error.Errors clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.