Enum PatchDeployments.RecurringSchedule.Frequency (2.5.0)

public enum PatchDeployments.RecurringSchedule.Frequency extends Enum<PatchDeployments.RecurringSchedule.Frequency> implements ProtocolMessageEnum

Specifies the frequency of the recurring patch deployments.

Protobuf enum google.cloud.osconfig.v1.RecurringSchedule.Frequency

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DAILY

Indicates that the frequency of recurrence should be expressed in terms of days.

DAILY = 3;

DAILY_VALUE

Indicates that the frequency of recurrence should be expressed in terms of days.

DAILY = 3;

FREQUENCY_UNSPECIFIED

Invalid. A frequency must be specified.

FREQUENCY_UNSPECIFIED = 0;

FREQUENCY_UNSPECIFIED_VALUE

Invalid. A frequency must be specified.

FREQUENCY_UNSPECIFIED = 0;

MONTHLY

Indicates that the frequency of recurrence should be expressed in terms of months.

MONTHLY = 2;

MONTHLY_VALUE

Indicates that the frequency of recurrence should be expressed in terms of months.

MONTHLY = 2;

UNRECOGNIZED
WEEKLY

Indicates that the frequency of recurrence should be expressed in terms of weeks.

WEEKLY = 1;

WEEKLY_VALUE

Indicates that the frequency of recurrence should be expressed in terms of weeks.

WEEKLY = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()