Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.Temporal.Api.Enums.V1.Reset
Documentation
data ResetReapplyExcludeType Source #
Constructors
RESET_REAPPLY_EXCLUDE_TYPE_UNSPECIFIED | |
RESET_REAPPLY_EXCLUDE_TYPE_SIGNAL | |
RESET_REAPPLY_EXCLUDE_TYPE_UPDATE | |
ResetReapplyExcludeType'Unrecognized !ResetReapplyExcludeType'UnrecognizedValue |
Instances
data ResetReapplyExcludeType Source #
Instances
data ResetReapplyExcludeType'UnrecognizedValue Source #
Instances
data ResetReapplyType Source #
Constructors
RESET_REAPPLY_TYPE_UNSPECIFIED | |
RESET_REAPPLY_TYPE_SIGNAL | |
RESET_REAPPLY_TYPE_NONE | |
RESET_REAPPLY_TYPE_ALL_ELIGIBLE | |
ResetReapplyType'Unrecognized !ResetReapplyType'UnrecognizedValue |
Instances
data ResetReapplyType Source #
Instances
data ResetReapplyType'UnrecognizedValue Source #
Instances
Constructors
RESET_TYPE_UNSPECIFIED | |
RESET_TYPE_FIRST_WORKFLOW_TASK | |
RESET_TYPE_LAST_WORKFLOW_TASK | |
ResetType'Unrecognized !ResetType'UnrecognizedValue |
Instances
NFData ResetType Source # | |
Defined in Proto.Temporal.Api.Enums.V1.Reset | |
Bounded ResetType Source # | |
Enum ResetType Source # | |
Defined in Proto.Temporal.Api.Enums.V1.Reset Methods succ :: ResetType -> ResetType # pred :: ResetType -> ResetType # fromEnum :: ResetType -> Int # enumFrom :: ResetType -> [ResetType] # enumFromThen :: ResetType -> ResetType -> [ResetType] # enumFromTo :: ResetType -> ResetType -> [ResetType] # enumFromThenTo :: ResetType -> ResetType -> ResetType -> [ResetType] # | |
Show ResetType Source # | |
Eq ResetType Source # | |
Ord ResetType Source # | |
Defined in Proto.Temporal.Api.Enums.V1.Reset | |
FieldDefault ResetType Source # | |
Defined in Proto.Temporal.Api.Enums.V1.Reset Methods | |
MessageEnum ResetType Source # | |
HasField BatchOperationReset "resetType" ResetType Source # | |
Defined in Proto.Temporal.Api.Batch.V1.Message Methods fieldOf :: Functor f => Proxy# "resetType" -> (ResetType -> f ResetType) -> BatchOperationReset -> f BatchOperationReset # |
Instances
NFData ResetType Source # | |
Defined in Proto.Temporal.Api.Enums.V1.Reset | |
Bounded ResetType Source # | |
Enum ResetType Source # | |
Defined in Proto.Temporal.Api.Enums.V1.Reset Methods succ :: ResetType -> ResetType # pred :: ResetType -> ResetType # fromEnum :: ResetType -> Int # enumFrom :: ResetType -> [ResetType] # enumFromThen :: ResetType -> ResetType -> [ResetType] # enumFromTo :: ResetType -> ResetType -> [ResetType] # enumFromThenTo :: ResetType -> ResetType -> ResetType -> [ResetType] # | |
Show ResetType Source # | |
Eq ResetType Source # | |
Ord ResetType Source # | |
Defined in Proto.Temporal.Api.Enums.V1.Reset | |
FieldDefault ResetType Source # | |
Defined in Proto.Temporal.Api.Enums.V1.Reset Methods | |
MessageEnum ResetType Source # | |
HasField BatchOperationReset "resetType" ResetType Source # | |
Defined in Proto.Temporal.Api.Batch.V1.Message Methods fieldOf :: Functor f => Proxy# "resetType" -> (ResetType -> f ResetType) -> BatchOperationReset -> f BatchOperationReset # |
data ResetType'UnrecognizedValue Source #