public interface ValidationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCode()
public abstract String getCode()A custom code identifying this validation.
string code = 4;
| Type | Description |
| String | The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()A custom code identifying this validation.
string code = 4;
| Type | Description |
| ByteString | The bytes for code. |
getDescription()
public abstract String getDescription()A short description of the validation.
string description = 1;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()A short description of the validation.
string description = 1;
| Type | Description |
| ByteString | The bytes for description. |
getMessage(int index)
public abstract ValidationMessage getMessage(int index)Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
| Name | Description |
| index | int |
| Type | Description |
| ValidationMessage |
getMessageCount()
public abstract int getMessageCount()Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
| Type | Description |
| int |
getMessageList()
public abstract List<ValidationMessage> getMessageList()Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
| Type | Description |
| List<ValidationMessage> |
getMessageOrBuilder(int index)
public abstract ValidationMessageOrBuilder getMessageOrBuilder(int index)Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
| Name | Description |
| index | int |
| Type | Description |
| ValidationMessageOrBuilder |
getMessageOrBuilderList()
public abstract List<? extends ValidationMessageOrBuilder> getMessageOrBuilderList()Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1.ValidationMessageOrBuilder> |
getState()
public abstract Validation.State getState()Validation execution status.
.google.cloud.datastream.v1.Validation.State state = 2;
| Type | Description |
| Validation.State | The state. |
getStateValue()
public abstract int getStateValue()Validation execution status.
.google.cloud.datastream.v1.Validation.State state = 2;
| Type | Description |
| int | The enum numeric value on the wire for state. |