public static enum BigtableIO.ExistingPipelineOptions extends java.lang.Enum<BigtableIO.ExistingPipelineOptions>
Enum Constant and Description |
---|
FAIL_IF_EXISTS |
RESUME_OR_FAIL |
RESUME_OR_NEW |
SKIP_CLEANUP |
Modifier and Type | Method and Description |
---|---|
static BigtableIO.ExistingPipelineOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BigtableIO.ExistingPipelineOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigtableIO.ExistingPipelineOptions FAIL_IF_EXISTS
public static final BigtableIO.ExistingPipelineOptions RESUME_OR_NEW
public static final BigtableIO.ExistingPipelineOptions RESUME_OR_FAIL
public static final BigtableIO.ExistingPipelineOptions SKIP_CLEANUP
public static BigtableIO.ExistingPipelineOptions[] values()
for (BigtableIO.ExistingPipelineOptions c : BigtableIO.ExistingPipelineOptions.values()) System.out.println(c);
public static BigtableIO.ExistingPipelineOptions valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null