public static enum PatchDeployments.MonthlySchedule.DayOfMonthCase extends Enum<PatchDeployments.MonthlySchedule.DayOfMonthCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
DAYOFMONTH_NOT_SET |
MONTH_DAY |
WEEK_DAY_OF_MONTH |
| Modifier and Type | Method and Description |
|---|---|
static PatchDeployments.MonthlySchedule.DayOfMonthCase |
forNumber(int value) |
int |
getNumber() |
static PatchDeployments.MonthlySchedule.DayOfMonthCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PatchDeployments.MonthlySchedule.DayOfMonthCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchDeployments.MonthlySchedule.DayOfMonthCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchDeployments.MonthlySchedule.DayOfMonthCase WEEK_DAY_OF_MONTH
public static final PatchDeployments.MonthlySchedule.DayOfMonthCase MONTH_DAY
public static final PatchDeployments.MonthlySchedule.DayOfMonthCase DAYOFMONTH_NOT_SET
public static PatchDeployments.MonthlySchedule.DayOfMonthCase[] values()
for (PatchDeployments.MonthlySchedule.DayOfMonthCase c : PatchDeployments.MonthlySchedule.DayOfMonthCase.values()) System.out.println(c);
public static PatchDeployments.MonthlySchedule.DayOfMonthCase 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 null@Deprecated public static PatchDeployments.MonthlySchedule.DayOfMonthCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static PatchDeployments.MonthlySchedule.DayOfMonthCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.