public static enum SparkBigQueryConfig.WriteMethod extends Enum<SparkBigQueryConfig.WriteMethod>
| Modifier and Type | Method and Description |
|---|---|
static SparkBigQueryConfig.WriteMethod |
from(@Nullable String writeMethod) |
static SparkBigQueryConfig.WriteMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparkBigQueryConfig.WriteMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SparkBigQueryConfig.WriteMethod DIRECT
public static final SparkBigQueryConfig.WriteMethod INDIRECT
public static SparkBigQueryConfig.WriteMethod[] values()
for (SparkBigQueryConfig.WriteMethod c : SparkBigQueryConfig.WriteMethod.values()) System.out.println(c);
public static SparkBigQueryConfig.WriteMethod 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 nullpublic static SparkBigQueryConfig.WriteMethod from(@Nullable String writeMethod)
Copyright © 2024. All rights reserved.