public static enum PhysicalSchema.SchemaCase extends Enum<PhysicalSchema.SchemaCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AVRO |
CSV |
ORC |
PARQUET |
PROTOBUF |
SCHEMA_NOT_SET |
THRIFT |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalSchema.SchemaCase |
forNumber(int value) |
int |
getNumber() |
static PhysicalSchema.SchemaCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PhysicalSchema.SchemaCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalSchema.SchemaCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhysicalSchema.SchemaCase AVRO
public static final PhysicalSchema.SchemaCase THRIFT
public static final PhysicalSchema.SchemaCase PROTOBUF
public static final PhysicalSchema.SchemaCase PARQUET
public static final PhysicalSchema.SchemaCase ORC
public static final PhysicalSchema.SchemaCase CSV
public static final PhysicalSchema.SchemaCase SCHEMA_NOT_SET
public static PhysicalSchema.SchemaCase[] values()
for (PhysicalSchema.SchemaCase c : PhysicalSchema.SchemaCase.values()) System.out.println(c);
public static PhysicalSchema.SchemaCase 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 PhysicalSchema.SchemaCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static PhysicalSchema.SchemaCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.