Uses of Interface
com.google.cloud.contentwarehouse.v1.ActionOrBuilder
-
Packages that use ActionOrBuilder Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of ActionOrBuilder in com.google.cloud.contentwarehouse.v1
Classes in com.google.cloud.contentwarehouse.v1 that implement ActionOrBuilder Modifier and Type Class Description class
Action
Represents the action triggered by Rule Engine when the rule is true.static class
Action.Builder
Represents the action triggered by Rule Engine when the rule is true.Methods in com.google.cloud.contentwarehouse.v1 that return ActionOrBuilder Modifier and Type Method Description ActionOrBuilder
Rule.Builder. getActionsOrBuilder(int index)
List of actions that are executed when the rule is satisfied.ActionOrBuilder
Rule. getActionsOrBuilder(int index)
List of actions that are executed when the rule is satisfied.ActionOrBuilder
RuleOrBuilder. getActionsOrBuilder(int index)
List of actions that are executed when the rule is satisfied.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ActionOrBuilder Modifier and Type Method Description List<? extends ActionOrBuilder>
Rule.Builder. getActionsOrBuilderList()
List of actions that are executed when the rule is satisfied.List<? extends ActionOrBuilder>
Rule. getActionsOrBuilderList()
List of actions that are executed when the rule is satisfied.List<? extends ActionOrBuilder>
RuleOrBuilder. getActionsOrBuilderList()
List of actions that are executed when the rule is satisfied.
-