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