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