public enum ScheduledEvaluationRun.SchedulingConfig.Frequency extends Enum<ScheduledEvaluationRun.SchedulingConfig.Frequency> implements ProtocolMessageEnumThe frequencies evals can be run at
Protobuf enum
google.cloud.ces.v1beta.ScheduledEvaluationRun.SchedulingConfig.Frequency
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BIWEEKLY |
Run the evaluation biweekly. |
BIWEEKLY_VALUE |
Run the evaluation biweekly. |
DAILY |
Run the evaluation daily. |
DAILY_VALUE |
Run the evaluation daily. |
FREQUENCY_UNSPECIFIED |
The frequency is unspecified. |
FREQUENCY_UNSPECIFIED_VALUE |
The frequency is unspecified. |
NONE |
Indicates a one-time scheduled run that should not repeat |
NONE_VALUE |
Indicates a one-time scheduled run that should not repeat |
UNRECOGNIZED |
|
WEEKLY |
Run the evaluation weekly. |
WEEKLY_VALUE |
Run the evaluation weekly. |
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() |
|