Modifier and Type | Class and Description |
---|---|
static class |
Resource.Warnings.Data
Model definition for ResourceWarningsData.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Warnings() |
Modifier and Type | Method and Description |
---|---|
Resource.Warnings |
clone() |
String |
getCode()
[Output Only] A warning code, if applicable.
|
List<Resource.Warnings.Data> |
getData()
[Output Only] Metadata about this warning in key: value format.
|
String |
getMessage()
[Output Only] A human-readable description of the warning code.
|
Resource.Warnings |
set(String fieldName,
Object value) |
Resource.Warnings |
setCode(String code)
[Output Only] A warning code, if applicable.
|
Resource.Warnings |
setData(List<Resource.Warnings.Data> data)
[Output Only] Metadata about this warning in key: value format.
|
Resource.Warnings |
setMessage(String message)
[Output Only] A human-readable description of the warning code.
|
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 String getCode()
null
for nonepublic Resource.Warnings setCode(String code)
code
- code or null
for nonepublic List<Resource.Warnings.Data> getData()
null
for nonepublic Resource.Warnings setData(List<Resource.Warnings.Data> data)
data
- data or null
for nonepublic String getMessage()
null
for nonepublic Resource.Warnings setMessage(String message)
message
- message or null
for nonepublic Resource.Warnings set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Resource.Warnings clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.