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