Modifier and Type | Method and Description |
---|---|
Warnings.Builder |
addAllData(List<Data> data)
[Output Only] Metadata about this warning in key: value format.
|
Warnings.Builder |
addData(Data data)
[Output Only] Metadata about this warning in key: value format.
|
Warnings |
build() |
Warnings.Builder |
clone() |
String |
getCode()
[Output Only] A warning code, if applicable.
|
List<Data> |
getDataList()
[Output Only] Metadata about this warning in key: value format.
|
String |
getMessage()
[Output Only] A human-readable description of the warning code.
|
Warnings.Builder |
mergeFrom(Warnings other) |
Warnings.Builder |
setCode(String code)
[Output Only] A warning code, if applicable.
|
Warnings.Builder |
setMessage(String message)
[Output Only] A human-readable description of the warning code.
|
public Warnings.Builder mergeFrom(Warnings other)
public String getCode()
public Warnings.Builder setCode(String code)
public List<Data> getDataList()
public Warnings.Builder addAllData(List<Data> data)
public Warnings.Builder addData(Data data)
public String getMessage()
public Warnings.Builder setMessage(String message)
public Warnings build()
public Warnings.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.