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