Modifier and Type | Class and Description |
---|---|
static class |
Operation.Warnings.Data
Model definition for OperationWarningsData.
|
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 |
---|---|
Operation.Warnings |
clone() |
String |
getCode()
[Output Only] A warning code, if applicable.
|
List<Operation.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.
|
Operation.Warnings |
set(String fieldName,
Object value) |
Operation.Warnings |
setCode(String code)
[Output Only] A warning code, if applicable.
|
Operation.Warnings |
setData(List<Operation.Warnings.Data> data)
[Output Only] Metadata about this warning in key: value format.
|
Operation.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 Operation.Warnings setCode(String code)
code
- code or null
for nonepublic List<Operation.Warnings.Data> getData()
null
for nonepublic Operation.Warnings setData(List<Operation.Warnings.Data> data)
data
- data or null
for nonepublic String getMessage()
null
for nonepublic Operation.Warnings setMessage(String message)
message
- message or null
for nonepublic Operation.Warnings set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Operation.Warnings clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.