Uses of Interface
com.google.cloud.datastream.v1.ValidationOrBuilder
-
Packages that use ValidationOrBuilder Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of ValidationOrBuilder in com.google.cloud.datastream.v1
Classes in com.google.cloud.datastream.v1 that implement ValidationOrBuilder Modifier and Type Class Description class
Validation
A validation to perform on a stream.static class
Validation.Builder
A validation to perform on a stream.Methods in com.google.cloud.datastream.v1 that return ValidationOrBuilder Modifier and Type Method Description ValidationOrBuilder
ValidationResult.Builder. getValidationsOrBuilder(int index)
A list of validations (includes both executed as well as not executed validations).ValidationOrBuilder
ValidationResult. getValidationsOrBuilder(int index)
A list of validations (includes both executed as well as not executed validations).ValidationOrBuilder
ValidationResultOrBuilder. getValidationsOrBuilder(int index)
A list of validations (includes both executed as well as not executed validations).Methods in com.google.cloud.datastream.v1 that return types with arguments of type ValidationOrBuilder Modifier and Type Method Description List<? extends ValidationOrBuilder>
ValidationResult.Builder. getValidationsOrBuilderList()
A list of validations (includes both executed as well as not executed validations).List<? extends ValidationOrBuilder>
ValidationResult. getValidationsOrBuilderList()
A list of validations (includes both executed as well as not executed validations).List<? extends ValidationOrBuilder>
ValidationResultOrBuilder. getValidationsOrBuilderList()
A list of validations (includes both executed as well as not executed validations).
-