public enum PatchDeployments.RecurringSchedule.Frequency extends Enum<PatchDeployments.RecurringSchedule.Frequency> implements ProtocolMessageEnumSpecifies the frequency of the recurring patch deployments.
Protobuf enum google.cloud.osconfig.v1beta.RecurringSchedule.Frequency
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DAILY | Indicates that the frequency of recurrence should be expressed in terms of days. |
| DAILY_VALUE | Indicates that the frequency of recurrence should be expressed in terms of days. |
| FREQUENCY_UNSPECIFIED | Invalid. A frequency must be specified. |
| FREQUENCY_UNSPECIFIED_VALUE | Invalid. A frequency must be specified. |
| MONTHLY | Indicates that the frequency of recurrence should be expressed in terms of months. |
| MONTHLY_VALUE | Indicates that the frequency of recurrence should be expressed in terms of months. |
| UNRECOGNIZED | |
| WEEKLY | Indicates that the frequency of recurrence should be expressed in terms of weeks. |
| WEEKLY_VALUE | Indicates that the frequency of recurrence should be expressed in terms of weeks. |
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() |