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