public interface ValidationResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValidations(int index)
public abstract Validation getValidations(int index)A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1alpha1.Validation validations = 1;
| Name | Description |
| index | int |
| Type | Description |
| Validation |
getValidationsCount()
public abstract int getValidationsCount()A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1alpha1.Validation validations = 1;
| Type | Description |
| int |
getValidationsList()
public abstract List<Validation> getValidationsList()A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1alpha1.Validation validations = 1;
| Type | Description |
| List<Validation> |
getValidationsOrBuilder(int index)
public abstract ValidationOrBuilder getValidationsOrBuilder(int index)A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1alpha1.Validation validations = 1;
| Name | Description |
| index | int |
| Type | Description |
| ValidationOrBuilder |
getValidationsOrBuilderList()
public abstract List<? extends ValidationOrBuilder> getValidationsOrBuilderList()A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1alpha1.Validation validations = 1;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1alpha1.ValidationOrBuilder> |