Uses of Class
com.google.cloud.contentwarehouse.v1.RuleActionsPair
-
Packages that use RuleActionsPair Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of RuleActionsPair in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return RuleActionsPair Modifier and Type Method Description RuleActionsPair
RuleActionsPair.Builder. build()
RuleActionsPair
RuleActionsPair.Builder. buildPartial()
static RuleActionsPair
RuleActionsPair. getDefaultInstance()
RuleActionsPair
RuleActionsPair.Builder. getDefaultInstanceForType()
RuleActionsPair
RuleActionsPair. getDefaultInstanceForType()
RuleActionsPair
ActionExecutorOutput.Builder. getRuleActionsPairs(int index)
List of rule and corresponding actions result.RuleActionsPair
ActionExecutorOutput. getRuleActionsPairs(int index)
List of rule and corresponding actions result.RuleActionsPair
ActionExecutorOutputOrBuilder. getRuleActionsPairs(int index)
List of rule and corresponding actions result.static RuleActionsPair
RuleActionsPair. parseDelimitedFrom(InputStream input)
static RuleActionsPair
RuleActionsPair. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuleActionsPair
RuleActionsPair. parseFrom(byte[] data)
static RuleActionsPair
RuleActionsPair. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuleActionsPair
RuleActionsPair. parseFrom(com.google.protobuf.ByteString data)
static RuleActionsPair
RuleActionsPair. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuleActionsPair
RuleActionsPair. parseFrom(com.google.protobuf.CodedInputStream input)
static RuleActionsPair
RuleActionsPair. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuleActionsPair
RuleActionsPair. parseFrom(InputStream input)
static RuleActionsPair
RuleActionsPair. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuleActionsPair
RuleActionsPair. parseFrom(ByteBuffer data)
static RuleActionsPair
RuleActionsPair. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type RuleActionsPair Modifier and Type Method Description com.google.protobuf.Parser<RuleActionsPair>
RuleActionsPair. getParserForType()
List<RuleActionsPair>
ActionExecutorOutput.Builder. getRuleActionsPairsList()
List of rule and corresponding actions result.List<RuleActionsPair>
ActionExecutorOutput. getRuleActionsPairsList()
List of rule and corresponding actions result.List<RuleActionsPair>
ActionExecutorOutputOrBuilder. getRuleActionsPairsList()
List of rule and corresponding actions result.static com.google.protobuf.Parser<RuleActionsPair>
RuleActionsPair. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type RuleActionsPair Modifier and Type Method Description ActionExecutorOutput.Builder
ActionExecutorOutput.Builder. addRuleActionsPairs(int index, RuleActionsPair value)
List of rule and corresponding actions result.ActionExecutorOutput.Builder
ActionExecutorOutput.Builder. addRuleActionsPairs(RuleActionsPair value)
List of rule and corresponding actions result.RuleActionsPair.Builder
RuleActionsPair.Builder. mergeFrom(RuleActionsPair other)
static RuleActionsPair.Builder
RuleActionsPair. newBuilder(RuleActionsPair prototype)
ActionExecutorOutput.Builder
ActionExecutorOutput.Builder. setRuleActionsPairs(int index, RuleActionsPair value)
List of rule and corresponding actions result.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type RuleActionsPair Modifier and Type Method Description ActionExecutorOutput.Builder
ActionExecutorOutput.Builder. addAllRuleActionsPairs(Iterable<? extends RuleActionsPair> values)
List of rule and corresponding actions result.
-