public static enum PatchDeployments.RecurringSchedule.Frequency extends Enum<PatchDeployments.RecurringSchedule.Frequency> implements com.google.protobuf.ProtocolMessageEnum
Specifies the frequency of the recurring patch deployments.Protobuf enum
google.cloud.osconfig.v1.RecurringSchedule.Frequency| Enum Constant and Description |
|---|
DAILY
Indicates that the frequency of recurrence should be expressed in terms
of days.
|
FREQUENCY_UNSPECIFIED
Invalid.
|
MONTHLY
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.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DAILY_VALUE
Indicates that the frequency of recurrence should be expressed in terms
of days.
|
static int |
FREQUENCY_UNSPECIFIED_VALUE
Invalid.
|
static int |
MONTHLY_VALUE
Indicates that the frequency of recurrence should be expressed in terms
of months.
|
static int |
WEEKLY_VALUE
Indicates that the frequency of recurrence should be expressed in terms
of weeks.
|
| Modifier and Type | Method and Description |
|---|---|
static PatchDeployments.RecurringSchedule.Frequency |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<PatchDeployments.RecurringSchedule.Frequency> |
internalGetValueMap() |
static PatchDeployments.RecurringSchedule.Frequency |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PatchDeployments.RecurringSchedule.Frequency |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PatchDeployments.RecurringSchedule.Frequency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchDeployments.RecurringSchedule.Frequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchDeployments.RecurringSchedule.Frequency FREQUENCY_UNSPECIFIED
Invalid. A frequency must be specified.
FREQUENCY_UNSPECIFIED = 0;public static final PatchDeployments.RecurringSchedule.Frequency WEEKLY
Indicates that the frequency of recurrence should be expressed in terms of weeks.
WEEKLY = 1;public static final PatchDeployments.RecurringSchedule.Frequency MONTHLY
Indicates that the frequency of recurrence should be expressed in terms of months.
MONTHLY = 2;public static final PatchDeployments.RecurringSchedule.Frequency DAILY
Indicates that the frequency of recurrence should be expressed in terms of days.
DAILY = 3;public static final PatchDeployments.RecurringSchedule.Frequency UNRECOGNIZED
public static final int FREQUENCY_UNSPECIFIED_VALUE
Invalid. A frequency must be specified.
FREQUENCY_UNSPECIFIED = 0;public static final int WEEKLY_VALUE
Indicates that the frequency of recurrence should be expressed in terms of weeks.
WEEKLY = 1;public static final int MONTHLY_VALUE
Indicates that the frequency of recurrence should be expressed in terms of months.
MONTHLY = 2;public static final int DAILY_VALUE
Indicates that the frequency of recurrence should be expressed in terms of days.
DAILY = 3;public static PatchDeployments.RecurringSchedule.Frequency[] values()
for (PatchDeployments.RecurringSchedule.Frequency c : PatchDeployments.RecurringSchedule.Frequency.values()) System.out.println(c);
public static PatchDeployments.RecurringSchedule.Frequency valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static PatchDeployments.RecurringSchedule.Frequency valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PatchDeployments.RecurringSchedule.Frequency forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PatchDeployments.RecurringSchedule.Frequency> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PatchDeployments.RecurringSchedule.Frequency valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.