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 classActionRepresents the action triggered by Rule Engine when the rule is true.static classAction.BuilderRepresents 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 ActionOrBuilderRule.Builder. getActionsOrBuilder(int index)List of actions that are executed when the rule is satisfied.ActionOrBuilderRule. getActionsOrBuilder(int index)List of actions that are executed when the rule is satisfied.ActionOrBuilderRuleOrBuilder. 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.
-