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 ActionOutput
ActionOutput.Builder. build()
ActionOutput
ActionOutput.Builder. buildPartial()
ActionOutput
RuleActionsPair.Builder. getActionOutputs(int index)
Outputs of executing the actions associated with the above rule.ActionOutput
RuleActionsPair. getActionOutputs(int index)
Outputs of executing the actions associated with the above rule.ActionOutput
RuleActionsPairOrBuilder. getActionOutputs(int index)
Outputs of executing the actions associated with the above rule.static ActionOutput
ActionOutput. getDefaultInstance()
ActionOutput
ActionOutput.Builder. getDefaultInstanceForType()
ActionOutput
ActionOutput. getDefaultInstanceForType()
static ActionOutput
ActionOutput. parseDelimitedFrom(InputStream input)
static ActionOutput
ActionOutput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ActionOutput
ActionOutput. parseFrom(byte[] data)
static ActionOutput
ActionOutput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ActionOutput
ActionOutput. parseFrom(com.google.protobuf.ByteString data)
static ActionOutput
ActionOutput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ActionOutput
ActionOutput. parseFrom(com.google.protobuf.CodedInputStream input)
static ActionOutput
ActionOutput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ActionOutput
ActionOutput. parseFrom(InputStream input)
static ActionOutput
ActionOutput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ActionOutput
ActionOutput. parseFrom(ByteBuffer data)
static ActionOutput
ActionOutput. 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.Builder
RuleActionsPair.Builder. addActionOutputs(int index, ActionOutput value)
Outputs of executing the actions associated with the above rule.RuleActionsPair.Builder
RuleActionsPair.Builder. addActionOutputs(ActionOutput value)
Outputs of executing the actions associated with the above rule.ActionOutput.Builder
ActionOutput.Builder. mergeFrom(ActionOutput other)
static ActionOutput.Builder
ActionOutput. newBuilder(ActionOutput prototype)
RuleActionsPair.Builder
RuleActionsPair.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.Builder
RuleActionsPair.Builder. addAllActionOutputs(Iterable<? extends ActionOutput> values)
Outputs of executing the actions associated with the above rule.
-