public enum EvaluationRunCachingSettings.EvaluationRunCachingMode extends Enum<EvaluationRunCachingSettings.EvaluationRunCachingMode> implements ProtocolMessageEnumThe evaluation result caching behavior. Controls whether to return the last completed evaluation result (if existing) or to execute a new evaluation.
Protobuf enum
google.cloud.ces.v1beta.EvaluationRunCachingSettings.EvaluationRunCachingMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EVALUATION_RUN_CACHING_MODE_UNSPECIFIED |
The run caching mode is unspecified. |
EVALUATION_RUN_CACHING_MODE_UNSPECIFIED_VALUE |
The run caching mode is unspecified. |
FORCE_RUN |
Always execute a full live simulation regardless of whether changelogs exist. |
FORCE_RUN_VALUE |
Always execute a full live simulation regardless of whether changelogs exist. |
SKIP_IF_UNCHANGED |
Skip execution and copy previous verified results if no dependencies have mutated, the evaluation channel/run method are the same. |
SKIP_IF_UNCHANGED_VALUE |
Skip execution and copy previous verified results if no dependencies have mutated, the evaluation channel/run method are the same. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|