public interface ValidationMessageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsMetadata(String key)
public abstract boolean containsMetadata(String key)Additional metadata related to the result.
map<string, string> metadata = 3;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getCode()
public abstract String getCode()A custom code identifying this specific message.
string code = 4;
| Type | Description |
| String | The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()A custom code identifying this specific message.
string code = 4;
| Type | Description |
| ByteString | The bytes for code. |
getLevel()
public abstract ValidationMessage.Level getLevel()Message severity level (warning or error).
.google.cloud.datastream.v1.ValidationMessage.Level level = 2;
| Type | Description |
| ValidationMessage.Level | The level. |
getLevelValue()
public abstract int getLevelValue()Message severity level (warning or error).
.google.cloud.datastream.v1.ValidationMessage.Level level = 2;
| Type | Description |
| int | The enum numeric value on the wire for level. |
getMessage()
public abstract String getMessage()The result of the validation.
string message = 1;
| Type | Description |
| String | The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()The result of the validation.
string message = 1;
| Type | Description |
| ByteString | The bytes for message. |
getMetadata()
public abstract Map<String,String> getMetadata()Use #getMetadataMap() instead.
| Type | Description |
| Map<String,String> |
getMetadataCount()
public abstract int getMetadataCount()Additional metadata related to the result.
map<string, string> metadata = 3;
| Type | Description |
| int |
getMetadataMap()
public abstract Map<String,String> getMetadataMap()Additional metadata related to the result.
map<string, string> metadata = 3;
| Type | Description |
| Map<String,String> |
getMetadataOrDefault(String key, String defaultValue)
public abstract String getMetadataOrDefault(String key, String defaultValue)Additional metadata related to the result.
map<string, string> metadata = 3;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getMetadataOrThrow(String key)
public abstract String getMetadataOrThrow(String key)Additional metadata related to the result.
map<string, string> metadata = 3;
| Name | Description |
| key | String |
| Type | Description |
| String |