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