public static enum GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase extends Enum<GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ACCESS_TOKEN |
CREDENTIALSPECIFIER_NOT_SET |
FROM_PLUGIN |
GOOGLE_COMPUTE_ENGINE |
GOOGLE_IAM |
GOOGLE_REFRESH_TOKEN |
SERVICE_ACCOUNT_JWT_ACCESS |
STS_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
static GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase |
forNumber(int value) |
int |
getNumber() |
static GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase ACCESS_TOKEN
public static final GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase GOOGLE_COMPUTE_ENGINE
public static final GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase GOOGLE_REFRESH_TOKEN
public static final GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase SERVICE_ACCOUNT_JWT_ACCESS
public static final GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase GOOGLE_IAM
public static final GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase FROM_PLUGIN
public static final GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase STS_SERVICE
public static final GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase CREDENTIALSPECIFIER_NOT_SET
public static GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase[] values()
for (GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase c : GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase.values()) System.out.println(c);
public static GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase 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 GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase valueOf(int value)
forNumber(int) instead.public static GrpcService.GoogleGrpc.CallCredentials.CredentialSpecifierCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018–2021 The Envoy Project. All rights reserved.