public interface ValidationMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetadata(String key)
Additional metadata related to the result.
|
String |
getCode()
A custom code identifying this specific message.
|
com.google.protobuf.ByteString |
getCodeBytes()
A custom code identifying this specific message.
|
ValidationMessage.Level |
getLevel()
Message severity level (warning or error).
|
int |
getLevelValue()
Message severity level (warning or error).
|
String |
getMessage()
The result of the validation.
|
com.google.protobuf.ByteString |
getMessageBytes()
The result of the validation.
|
Map<String,String> |
getMetadata()
Deprecated.
|
int |
getMetadataCount()
Additional metadata related to the result.
|
Map<String,String> |
getMetadataMap()
Additional metadata related to the result.
|
String |
getMetadataOrDefault(String key,
String defaultValue)
Additional metadata related to the result.
|
String |
getMetadataOrThrow(String key)
Additional metadata related to the result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
The result of the validation.
string message = 1;com.google.protobuf.ByteString getMessageBytes()
The result of the validation.
string message = 1;int getLevelValue()
Message severity level (warning or error).
.google.cloud.datastream.v1.ValidationMessage.Level level = 2;ValidationMessage.Level getLevel()
Message severity level (warning or error).
.google.cloud.datastream.v1.ValidationMessage.Level level = 2;int getMetadataCount()
Additional metadata related to the result.
map<string, string> metadata = 3;boolean containsMetadata(String key)
Additional metadata related to the result.
map<string, string> metadata = 3;@Deprecated Map<String,String> getMetadata()
getMetadataMap() instead.Map<String,String> getMetadataMap()
Additional metadata related to the result.
map<string, string> metadata = 3;String getMetadataOrDefault(String key, String defaultValue)
Additional metadata related to the result.
map<string, string> metadata = 3;String getMetadataOrThrow(String key)
Additional metadata related to the result.
map<string, string> metadata = 3;String getCode()
A custom code identifying this specific message.
string code = 4;com.google.protobuf.ByteString getCodeBytes()
A custom code identifying this specific message.
string code = 4;Copyright © 2022 Google LLC. All rights reserved.