Uses of Class
com.google.cloud.contentwarehouse.v1.Action
-
Packages that use Action Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of Action in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return Action Modifier and Type Method Description ActionAction.Builder. build()ActionAction.Builder. buildPartial()ActionRule.Builder. getActions(int index)List of actions that are executed when the rule is satisfied.ActionRule. getActions(int index)List of actions that are executed when the rule is satisfied.ActionRuleOrBuilder. getActions(int index)List of actions that are executed when the rule is satisfied.static ActionAction. getDefaultInstance()ActionAction.Builder. getDefaultInstanceForType()ActionAction. getDefaultInstanceForType()static ActionAction. parseDelimitedFrom(InputStream input)static ActionAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(byte[] data)static ActionAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.ByteString data)static ActionAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input)static ActionAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(InputStream input)static ActionAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ActionAction. parseFrom(ByteBuffer data)static ActionAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type Action Modifier and Type Method Description List<Action>Rule.Builder. getActionsList()List of actions that are executed when the rule is satisfied.List<Action>Rule. getActionsList()List of actions that are executed when the rule is satisfied.List<Action>RuleOrBuilder. getActionsList()List of actions that are executed when the rule is satisfied.com.google.protobuf.Parser<Action>Action. getParserForType()static com.google.protobuf.Parser<Action>Action. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type Action Modifier and Type Method Description Rule.BuilderRule.Builder. addActions(int index, Action value)List of actions that are executed when the rule is satisfied.Rule.BuilderRule.Builder. addActions(Action value)List of actions that are executed when the rule is satisfied.Action.BuilderAction.Builder. mergeFrom(Action other)static Action.BuilderAction. newBuilder(Action prototype)Rule.BuilderRule.Builder. setActions(int index, Action value)List of actions that are executed when the rule is satisfied.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type Action Modifier and Type Method Description Rule.BuilderRule.Builder. addAllActions(Iterable<? extends Action> values)List of actions that are executed when the rule is satisfied.
-