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