Modifier and Type | Method and Description |
---|---|
Data |
build() |
Data.Builder |
clone() |
String |
getKey()
[Output Only] A key that provides more detail on the warning being returned.
|
String |
getValue()
[Output Only] A warning data value corresponding to the key.
|
Data.Builder |
mergeFrom(Data other) |
Data.Builder |
setKey(String key)
[Output Only] A key that provides more detail on the warning being returned.
|
Data.Builder |
setValue(String value)
[Output Only] A warning data value corresponding to the key.
|
public Data.Builder mergeFrom(Data other)
public String getKey()
public Data.Builder setKey(String key)
public String getValue()
public Data.Builder setValue(String value)
public Data build()
public Data.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.