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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datastream.v1alpha1.ValidationOrBuilder> |
|