public static enum TLSProperties.TLSVersion extends Enum<TLSProperties.TLSVersion> implements com.google.protobuf.ProtocolMessageEnum
envoy.data.accesslog.v3.TLSProperties.TLSVersion| Enum Constant and Description |
|---|
TLSv1
TLSv1 = 1; |
TLSv1_1
TLSv1_1 = 2; |
TLSv1_2
TLSv1_2 = 3; |
TLSv1_3
TLSv1_3 = 4; |
UNRECOGNIZED |
VERSION_UNSPECIFIED
VERSION_UNSPECIFIED = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
TLSv1_1_VALUE
TLSv1_1 = 2; |
static int |
TLSv1_2_VALUE
TLSv1_2 = 3; |
static int |
TLSv1_3_VALUE
TLSv1_3 = 4; |
static int |
TLSv1_VALUE
TLSv1 = 1; |
static int |
VERSION_UNSPECIFIED_VALUE
VERSION_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static TLSProperties.TLSVersion |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TLSProperties.TLSVersion> |
internalGetValueMap() |
static TLSProperties.TLSVersion |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TLSProperties.TLSVersion |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TLSProperties.TLSVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TLSProperties.TLSVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLSProperties.TLSVersion VERSION_UNSPECIFIED
VERSION_UNSPECIFIED = 0;public static final TLSProperties.TLSVersion TLSv1
TLSv1 = 1;public static final TLSProperties.TLSVersion TLSv1_1
TLSv1_1 = 2;public static final TLSProperties.TLSVersion TLSv1_2
TLSv1_2 = 3;public static final TLSProperties.TLSVersion TLSv1_3
TLSv1_3 = 4;public static final TLSProperties.TLSVersion UNRECOGNIZED
public static final int VERSION_UNSPECIFIED_VALUE
VERSION_UNSPECIFIED = 0;public static final int TLSv1_VALUE
TLSv1 = 1;public static final int TLSv1_1_VALUE
TLSv1_1 = 2;public static final int TLSv1_2_VALUE
TLSv1_2 = 3;public static final int TLSv1_3_VALUE
TLSv1_3 = 4;public static TLSProperties.TLSVersion[] values()
for (TLSProperties.TLSVersion c : TLSProperties.TLSVersion.values()) System.out.println(c);
public static TLSProperties.TLSVersion 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TLSProperties.TLSVersion valueOf(int value)
forNumber(int) instead.public static TLSProperties.TLSVersion forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<TLSProperties.TLSVersion> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TLSProperties.TLSVersion valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2021 The Envoy Project. All rights reserved.