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