public enum Collection.RunFrequency extends Enum<Collection.RunFrequency> implements ProtocolMessageEnumRun frequencies used by rule executions.
Protobuf enum google.backstory.Collection.RunFrequency
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
RUN_FREQUENCY_DAILY |
Executes once a day. |
RUN_FREQUENCY_DAILY_VALUE |
Executes once a day. |
RUN_FREQUENCY_HOURLY |
Executes once an hour. |
RUN_FREQUENCY_HOURLY_VALUE |
Executes once an hour. |
RUN_FREQUENCY_REALTIME |
Real-time run frequency. |
RUN_FREQUENCY_REALTIME_VALUE |
Real-time run frequency. |
RUN_FREQUENCY_UNSPECIFIED |
Unspecified run frequency. |
RUN_FREQUENCY_UNSPECIFIED_VALUE |
Unspecified run frequency. |
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() |
|