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