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