Uses of Class
com.google.cloud.contentwarehouse.v1.Action.ActionCase
-
Packages that use Action.ActionCase Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of Action.ActionCase in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return Action.ActionCase Modifier and Type Method Description static Action.ActionCase
Action.ActionCase. forNumber(int value)
Action.ActionCase
Action.Builder. getActionCase()
Action.ActionCase
Action. getActionCase()
Action.ActionCase
ActionOrBuilder. getActionCase()
static Action.ActionCase
Action.ActionCase. valueOf(int value)
Deprecated.static Action.ActionCase
Action.ActionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action.ActionCase[]
Action.ActionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-