public enum StandardSchedule.RecurrenceType extends Enum<StandardSchedule.RecurrenceType> implements ProtocolMessageEnum
RecurrenceTypes
enumerates the applicable periodicity for the schedule.
Protobuf enum google.cloud.backupdr.v1.StandardSchedule.RecurrenceType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DAILY |
The |
DAILY_VALUE |
The |
HOURLY |
The |
HOURLY_VALUE |
The |
MONTHLY |
The |
MONTHLY_VALUE |
The |
RECURRENCE_TYPE_UNSPECIFIED |
recurrence type not set |
RECURRENCE_TYPE_UNSPECIFIED_VALUE |
recurrence type not set |
UNRECOGNIZED |
|
WEEKLY |
The |
WEEKLY_VALUE |
The |
YEARLY |
The |
YEARLY_VALUE |
The |
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() |