Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.TLSProperties.TLSVersion
-
Packages that use TLSProperties.TLSVersion Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of TLSProperties.TLSVersion in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as TLSProperties.TLSVersion Modifier and Type Field Description private static TLSProperties.TLSVersion[]
TLSProperties.TLSVersion. VALUES
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type TLSProperties.TLSVersion Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<TLSProperties.TLSVersion>
TLSProperties.TLSVersion. internalValueMap
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return TLSProperties.TLSVersion Modifier and Type Method Description static TLSProperties.TLSVersion
TLSProperties.TLSVersion. forNumber(int value)
TLSProperties.TLSVersion
TLSProperties.Builder. getTlsVersion()
Version of TLS that was negotiated.TLSProperties.TLSVersion
TLSProperties. getTlsVersion()
Version of TLS that was negotiated.TLSProperties.TLSVersion
TLSPropertiesOrBuilder. getTlsVersion()
Version of TLS that was negotiated.static TLSProperties.TLSVersion
TLSProperties.TLSVersion. valueOf(int value)
Deprecated.static TLSProperties.TLSVersion
TLSProperties.TLSVersion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TLSProperties.TLSVersion
TLSProperties.TLSVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TLSProperties.TLSVersion[]
TLSProperties.TLSVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type TLSProperties.TLSVersion Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TLSProperties.TLSVersion>
TLSProperties.TLSVersion. internalGetValueMap()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type TLSProperties.TLSVersion Modifier and Type Method Description TLSProperties.Builder
TLSProperties.Builder. setTlsVersion(TLSProperties.TLSVersion value)
Version of TLS that was negotiated.
-