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