public static enum IdTokenProvider.Option extends Enum<IdTokenProvider.Option>
ComputeEngineCredentials
Enum Constant and Description |
---|
FORMAT_FULL |
INCLUDE_EMAIL |
LICENSES_TRUE |
Modifier and Type | Method and Description |
---|---|
String |
getOption() |
static IdTokenProvider.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdTokenProvider.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdTokenProvider.Option FORMAT_FULL
public static final IdTokenProvider.Option LICENSES_TRUE
public static final IdTokenProvider.Option INCLUDE_EMAIL
public static IdTokenProvider.Option[] values()
for (IdTokenProvider.Option c : IdTokenProvider.Option.values()) System.out.println(c);
public static IdTokenProvider.Option 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 nullpublic String getOption()
Copyright © 2023 Google. All rights reserved.