Uses of Interface
com.google.cloud.contentwarehouse.v1.ActionOutputOrBuilder
-
Packages that use ActionOutputOrBuilder Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of ActionOutputOrBuilder in com.google.cloud.contentwarehouse.v1
Classes in com.google.cloud.contentwarehouse.v1 that implement ActionOutputOrBuilder Modifier and Type Class Description class
ActionOutput
Represents the result of executing an action.static class
ActionOutput.Builder
Represents the result of executing an action.Methods in com.google.cloud.contentwarehouse.v1 that return ActionOutputOrBuilder Modifier and Type Method Description ActionOutputOrBuilder
RuleActionsPair.Builder. getActionOutputsOrBuilder(int index)
Outputs of executing the actions associated with the above rule.ActionOutputOrBuilder
RuleActionsPair. getActionOutputsOrBuilder(int index)
Outputs of executing the actions associated with the above rule.ActionOutputOrBuilder
RuleActionsPairOrBuilder. getActionOutputsOrBuilder(int index)
Outputs of executing the actions associated with the above rule.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ActionOutputOrBuilder Modifier and Type Method Description List<? extends ActionOutputOrBuilder>
RuleActionsPair.Builder. getActionOutputsOrBuilderList()
Outputs of executing the actions associated with the above rule.List<? extends ActionOutputOrBuilder>
RuleActionsPair. getActionOutputsOrBuilderList()
Outputs of executing the actions associated with the above rule.List<? extends ActionOutputOrBuilder>
RuleActionsPairOrBuilder. getActionOutputsOrBuilderList()
Outputs of executing the actions associated with the above rule.
-