Enum ScheduledEvaluationRun.SchedulingConfig.Frequency (0.3.0)

public enum ScheduledEvaluationRun.SchedulingConfig.Frequency extends Enum<ScheduledEvaluationRun.SchedulingConfig.Frequency> implements ProtocolMessageEnum

The frequencies evals can be run at

Protobuf enum google.cloud.ces.v1beta.ScheduledEvaluationRun.SchedulingConfig.Frequency

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIWEEKLY

Run the evaluation biweekly.

BIWEEKLY = 4;

BIWEEKLY_VALUE

Run the evaluation biweekly.

BIWEEKLY = 4;

DAILY

Run the evaluation daily.

DAILY = 2;

DAILY_VALUE

Run the evaluation daily.

DAILY = 2;

FREQUENCY_UNSPECIFIED

The frequency is unspecified.

FREQUENCY_UNSPECIFIED = 0;

FREQUENCY_UNSPECIFIED_VALUE

The frequency is unspecified.

FREQUENCY_UNSPECIFIED = 0;

NONE

Indicates a one-time scheduled run that should not repeat

NONE = 1;

NONE_VALUE

Indicates a one-time scheduled run that should not repeat

NONE = 1;

UNRECOGNIZED
WEEKLY

Run the evaluation weekly.

WEEKLY = 3;

WEEKLY_VALUE

Run the evaluation weekly.

WEEKLY = 3;

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