public static enum Batch.BatchConfigCase extends Enum<Batch.BatchConfigCase> implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
Enum Constant and Description |
---|
BATCHCONFIG_NOT_SET |
PYSPARK_BATCH |
SPARK_BATCH |
SPARK_R_BATCH |
SPARK_SQL_BATCH |
Modifier and Type | Method and Description |
---|---|
static Batch.BatchConfigCase |
forNumber(int value) |
int |
getNumber() |
static Batch.BatchConfigCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Batch.BatchConfigCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Batch.BatchConfigCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Batch.BatchConfigCase PYSPARK_BATCH
public static final Batch.BatchConfigCase SPARK_BATCH
public static final Batch.BatchConfigCase SPARK_R_BATCH
public static final Batch.BatchConfigCase SPARK_SQL_BATCH
public static final Batch.BatchConfigCase BATCHCONFIG_NOT_SET
public static Batch.BatchConfigCase[] values()
for (Batch.BatchConfigCase c : Batch.BatchConfigCase.values()) System.out.println(c);
public static Batch.BatchConfigCase 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 Batch.BatchConfigCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static Batch.BatchConfigCase forNumber(int value)
public int getNumber()
getNumber
in interface AbstractMessageLite.InternalOneOfEnum
getNumber
in interface Internal.EnumLite
Copyright © 2022 Google LLC. All rights reserved.