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