Enum StandardSchedule.RecurrenceType (0.10.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DAILY

The BackupRule is to be applied daily.

DAILY = 2;

DAILY_VALUE

The BackupRule is to be applied daily.

DAILY = 2;

HOURLY

The BackupRule is to be applied hourly.

HOURLY = 1;

HOURLY_VALUE

The BackupRule is to be applied hourly.

HOURLY = 1;

MONTHLY

The BackupRule is to be applied monthly.

MONTHLY = 4;

MONTHLY_VALUE

The BackupRule is to be applied monthly.

MONTHLY = 4;

RECURRENCE_TYPE_UNSPECIFIED

recurrence type not set

RECURRENCE_TYPE_UNSPECIFIED = 0;

RECURRENCE_TYPE_UNSPECIFIED_VALUE

recurrence type not set

RECURRENCE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
WEEKLY

The BackupRule is to be applied weekly.

WEEKLY = 3;

WEEKLY_VALUE

The BackupRule is to be applied weekly.

WEEKLY = 3;

YEARLY

The BackupRule is to be applied yearly.

YEARLY = 5;

YEARLY_VALUE

The BackupRule is to be applied yearly.

YEARLY = 5;

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