Uses of Class
com.google.cloud.contentwarehouse.v1.ActionOutput
-
Packages that use ActionOutput Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of ActionOutput in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return ActionOutput Modifier and Type Method Description ActionOutputActionOutput.Builder. build()ActionOutputActionOutput.Builder. buildPartial()ActionOutputRuleActionsPair.Builder. getActionOutputs(int index)Outputs of executing the actions associated with the above rule.ActionOutputRuleActionsPair. getActionOutputs(int index)Outputs of executing the actions associated with the above rule.ActionOutputRuleActionsPairOrBuilder. getActionOutputs(int index)Outputs of executing the actions associated with the above rule.static ActionOutputActionOutput. getDefaultInstance()ActionOutputActionOutput.Builder. getDefaultInstanceForType()ActionOutputActionOutput. getDefaultInstanceForType()static ActionOutputActionOutput. parseDelimitedFrom(InputStream input)static ActionOutputActionOutput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionOutputActionOutput. parseFrom(byte[] data)static ActionOutputActionOutput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionOutputActionOutput. parseFrom(com.google.protobuf.ByteString data)static ActionOutputActionOutput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionOutputActionOutput. parseFrom(com.google.protobuf.CodedInputStream input)static ActionOutputActionOutput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionOutputActionOutput. parseFrom(InputStream input)static ActionOutputActionOutput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionOutputActionOutput. parseFrom(ByteBuffer data)static ActionOutputActionOutput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ActionOutput Modifier and Type Method Description List<ActionOutput>RuleActionsPair.Builder. getActionOutputsList()Outputs of executing the actions associated with the above rule.List<ActionOutput>RuleActionsPair. getActionOutputsList()Outputs of executing the actions associated with the above rule.List<ActionOutput>RuleActionsPairOrBuilder. getActionOutputsList()Outputs of executing the actions associated with the above rule.com.google.protobuf.Parser<ActionOutput>ActionOutput. getParserForType()static com.google.protobuf.Parser<ActionOutput>ActionOutput. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type ActionOutput Modifier and Type Method Description RuleActionsPair.BuilderRuleActionsPair.Builder. addActionOutputs(int index, ActionOutput value)Outputs of executing the actions associated with the above rule.RuleActionsPair.BuilderRuleActionsPair.Builder. addActionOutputs(ActionOutput value)Outputs of executing the actions associated with the above rule.ActionOutput.BuilderActionOutput.Builder. mergeFrom(ActionOutput other)static ActionOutput.BuilderActionOutput. newBuilder(ActionOutput prototype)RuleActionsPair.BuilderRuleActionsPair.Builder. setActionOutputs(int index, ActionOutput value)Outputs of executing the actions associated with the above rule.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type ActionOutput Modifier and Type Method Description RuleActionsPair.BuilderRuleActionsPair.Builder. addAllActionOutputs(Iterable<? extends ActionOutput> values)Outputs of executing the actions associated with the above rule.
-