@Generated(value="by GAPIC") @BetaApi public final class Data extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Data.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static Data |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
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.
|
int |
hashCode() |
static Data.Builder |
newBuilder() |
static Data.Builder |
newBuilder(Data prototype) |
Data.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 getKey()
public String getValue()
public static Data.Builder newBuilder()
public static Data.Builder newBuilder(Data prototype)
public Data.Builder toBuilder()
public static Data getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.