Uses of Interface
com.google.cloud.contentwarehouse.v1.InvalidRuleOrBuilder
-
Packages that use InvalidRuleOrBuilder Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of InvalidRuleOrBuilder in com.google.cloud.contentwarehouse.v1
Classes in com.google.cloud.contentwarehouse.v1 that implement InvalidRuleOrBuilder Modifier and Type Class Description class
InvalidRule
A triggered rule that failed the validation check(s) after parsing.static class
InvalidRule.Builder
A triggered rule that failed the validation check(s) after parsing.Methods in com.google.cloud.contentwarehouse.v1 that return InvalidRuleOrBuilder Modifier and Type Method Description InvalidRuleOrBuilder
RuleEvaluatorOutput.Builder. getInvalidRulesOrBuilder(int index)
A subset of triggered rules that failed the validation check(s) after parsing.InvalidRuleOrBuilder
RuleEvaluatorOutput. getInvalidRulesOrBuilder(int index)
A subset of triggered rules that failed the validation check(s) after parsing.InvalidRuleOrBuilder
RuleEvaluatorOutputOrBuilder. getInvalidRulesOrBuilder(int index)
A subset of triggered rules that failed the validation check(s) after parsing.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type InvalidRuleOrBuilder Modifier and Type Method Description List<? extends InvalidRuleOrBuilder>
RuleEvaluatorOutput.Builder. getInvalidRulesOrBuilderList()
A subset of triggered rules that failed the validation check(s) after parsing.List<? extends InvalidRuleOrBuilder>
RuleEvaluatorOutput. getInvalidRulesOrBuilderList()
A subset of triggered rules that failed the validation check(s) after parsing.List<? extends InvalidRuleOrBuilder>
RuleEvaluatorOutputOrBuilder. getInvalidRulesOrBuilderList()
A subset of triggered rules that failed the validation check(s) after parsing.
-