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.State
ActionOutput.State. forNumber(int value)
ActionOutput.State
ActionOutput.Builder. getActionState()
State of an action.ActionOutput.State
ActionOutput. getActionState()
State of an action.ActionOutput.State
ActionOutputOrBuilder. getActionState()
State of an action.static ActionOutput.State
ActionOutput.State. valueOf(int value)
Deprecated.static ActionOutput.State
ActionOutput.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ActionOutput.State
ActionOutput.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.Builder
ActionOutput.Builder. setActionState(ActionOutput.State value)
State of an action.
-