public static enum Job.TypeJobCase extends Enum<Job.TypeJobCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
HADOOP_JOB |
HIVE_JOB |
PIG_JOB |
PYSPARK_JOB |
SPARK_JOB |
SPARK_SQL_JOB |
TYPEJOB_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Job.TypeJobCase |
forNumber(int value) |
int |
getNumber() |
static Job.TypeJobCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Job.TypeJobCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.TypeJobCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Job.TypeJobCase HADOOP_JOB
public static final Job.TypeJobCase SPARK_JOB
public static final Job.TypeJobCase PYSPARK_JOB
public static final Job.TypeJobCase HIVE_JOB
public static final Job.TypeJobCase PIG_JOB
public static final Job.TypeJobCase SPARK_SQL_JOB
public static final Job.TypeJobCase TYPEJOB_NOT_SET
public static Job.TypeJobCase[] values()
for (Job.TypeJobCase c : Job.TypeJobCase.values()) System.out.println(c);
public static Job.TypeJobCase 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.TypeJobCase valueOf(int value)
forNumber(int) instead.public static Job.TypeJobCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.