@Generated(value="by GAPIC") @BetaApi public final class Warnings extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Warnings.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 Warnings |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getMessage()
[Output Only] A human-readable description of the warning code.
|
int |
hashCode() |
static Warnings.Builder |
newBuilder() |
static Warnings.Builder |
newBuilder(Warnings prototype) |
Warnings.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 Warnings.Builder newBuilder()
public static Warnings.Builder newBuilder(Warnings prototype)
public Warnings.Builder toBuilder()
public static Warnings getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.