Uses of Class
com.google.cloud.contentwarehouse.v1.ActionOutput.State
-
Packages that use ActionOutput.State Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of ActionOutput.State in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return ActionOutput.State Modifier and Type Method Description static ActionOutput.StateActionOutput.State. forNumber(int value)ActionOutput.StateActionOutput.Builder. getActionState()State of an action.ActionOutput.StateActionOutput. getActionState()State of an action.ActionOutput.StateActionOutputOrBuilder. getActionState()State of an action.static ActionOutput.StateActionOutput.State. valueOf(int value)Deprecated.static ActionOutput.StateActionOutput.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ActionOutput.StateActionOutput.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionOutput.State[]ActionOutput.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ActionOutput.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ActionOutput.State>ActionOutput.State. internalGetValueMap()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type ActionOutput.State Modifier and Type Method Description ActionOutput.BuilderActionOutput.Builder. setActionState(ActionOutput.State value)State of an action.
-