Enum EvaluationRunCachingSettings.EvaluationRunCachingMode (0.11.0)

public enum EvaluationRunCachingSettings.EvaluationRunCachingMode extends Enum<EvaluationRunCachingSettings.EvaluationRunCachingMode> implements ProtocolMessageEnum

The 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

ProtocolMessageEnum

Static Fields

Name Description
EVALUATION_RUN_CACHING_MODE_UNSPECIFIED

The run caching mode is unspecified.

EVALUATION_RUN_CACHING_MODE_UNSPECIFIED = 0;

EVALUATION_RUN_CACHING_MODE_UNSPECIFIED_VALUE

The run caching mode is unspecified.

EVALUATION_RUN_CACHING_MODE_UNSPECIFIED = 0;

FORCE_RUN

Always execute a full live simulation regardless of whether changelogs exist.

FORCE_RUN = 1;

FORCE_RUN_VALUE

Always execute a full live simulation regardless of whether changelogs exist.

FORCE_RUN = 1;

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 = 2;

SKIP_IF_UNCHANGED_VALUE

Skip execution and copy previous verified results if no dependencies have mutated, the evaluation channel/run method are the same.

SKIP_IF_UNCHANGED = 2;

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()