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