Package com.google.cloud.datastream.v1
Interface ValidationResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidationResult,ValidationResult.Builder
public interface ValidationResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationgetValidations(int index)A list of validations (includes both executed as well as not executed validations).intgetValidationsCount()A list of validations (includes both executed as well as not executed validations).List<Validation>getValidationsList()A list of validations (includes both executed as well as not executed validations).ValidationOrBuildergetValidationsOrBuilder(int index)A list of validations (includes both executed as well as not executed validations).List<? extends ValidationOrBuilder>getValidationsOrBuilderList()A list of validations (includes both executed as well as not executed validations).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValidationsList
List<Validation> getValidationsList()
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;
-
getValidations
Validation getValidations(int index)
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;
-
getValidationsCount
int getValidationsCount()
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;
-
getValidationsOrBuilderList
List<? extends ValidationOrBuilder> getValidationsOrBuilderList()
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;
-
getValidationsOrBuilder
ValidationOrBuilder getValidationsOrBuilder(int index)
A list of validations (includes both executed as well as not executed validations).
repeated .google.cloud.datastream.v1.Validation validations = 1;
-
-