Uses of Interface
com.google.cloud.datastream.v1alpha1.ValidationOrBuilder
-
Packages that use ValidationOrBuilder Package Description com.google.cloud.datastream.v1alpha1 A client to Datastream API -
-
Uses of ValidationOrBuilder in com.google.cloud.datastream.v1alpha1
Classes in com.google.cloud.datastream.v1alpha1 that implement ValidationOrBuilder Modifier and Type Class Description class
Validation
Protobuf typegoogle.cloud.datastream.v1alpha1.Validation
static class
Validation.Builder
Protobuf typegoogle.cloud.datastream.v1alpha1.Validation
Methods in com.google.cloud.datastream.v1alpha1 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.v1alpha1 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).
-