public interface ValidationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
A custom code identifying this validation.
|
com.google.protobuf.ByteString |
getCodeBytes()
A custom code identifying this validation.
|
String |
getDescription()
A short description of the validation.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A short description of the validation.
|
ValidationMessage |
getMessage(int index)
Messages reflecting the validation results.
|
int |
getMessageCount()
Messages reflecting the validation results.
|
List<ValidationMessage> |
getMessageList()
Messages reflecting the validation results.
|
ValidationMessageOrBuilder |
getMessageOrBuilder(int index)
Messages reflecting the validation results.
|
List<? extends ValidationMessageOrBuilder> |
getMessageOrBuilderList()
Messages reflecting the validation results.
|
Validation.State |
getState()
Validation execution status.
|
int |
getStateValue()
Validation execution status.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDescription()
A short description of the validation.
string description = 1;com.google.protobuf.ByteString getDescriptionBytes()
A short description of the validation.
string description = 1;int getStateValue()
Validation execution status.
.google.cloud.datastream.v1.Validation.State state = 2;Validation.State getState()
Validation execution status.
.google.cloud.datastream.v1.Validation.State state = 2;List<ValidationMessage> getMessageList()
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;ValidationMessage getMessage(int index)
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;int getMessageCount()
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;List<? extends ValidationMessageOrBuilder> getMessageOrBuilderList()
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;ValidationMessageOrBuilder getMessageOrBuilder(int index)
Messages reflecting the validation results.
repeated .google.cloud.datastream.v1.ValidationMessage message = 3;String getCode()
A custom code identifying this validation.
string code = 4;com.google.protobuf.ByteString getCodeBytes()
A custom code identifying this validation.
string code = 4;Copyright © 2022 Google LLC. All rights reserved.