@Generated(value="by GAPIC") @BetaApi public final class Warning extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Warning.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getCode()
[Output Only] A warning code, if applicable.
|
List<Data> |
getDataList()
[Output Only] Metadata about this warning in key: value format.
|
static Warning |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getMessage()
[Output Only] A human-readable description of the warning code.
|
int |
hashCode() |
static Warning.Builder |
newBuilder() |
static Warning.Builder |
newBuilder(Warning prototype) |
Warning.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getCode()
public List<Data> getDataList()
public String getMessage()
public static Warning.Builder newBuilder()
public static Warning.Builder newBuilder(Warning prototype)
public Warning.Builder toBuilder()
public static Warning getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.