Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.CommonTlsContext.ValidationContextTypeCase
-
Packages that use CommonTlsContext.ValidationContextTypeCase Package Description io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of CommonTlsContext.ValidationContextTypeCase in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return CommonTlsContext.ValidationContextTypeCase Modifier and Type Method Description static CommonTlsContext.ValidationContextTypeCase
CommonTlsContext.ValidationContextTypeCase. forNumber(int value)
CommonTlsContext.ValidationContextTypeCase
CommonTlsContext.Builder. getValidationContextTypeCase()
CommonTlsContext.ValidationContextTypeCase
CommonTlsContext. getValidationContextTypeCase()
CommonTlsContext.ValidationContextTypeCase
CommonTlsContextOrBuilder. getValidationContextTypeCase()
static CommonTlsContext.ValidationContextTypeCase
CommonTlsContext.ValidationContextTypeCase. valueOf(int value)
Deprecated.static CommonTlsContext.ValidationContextTypeCase
CommonTlsContext.ValidationContextTypeCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CommonTlsContext.ValidationContextTypeCase[]
CommonTlsContext.ValidationContextTypeCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-