Uses of Class
io.envoyproxy.envoy.config.route.v3.RetryPolicy.ResetHeaderFormat
-
Packages that use RetryPolicy.ResetHeaderFormat Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of RetryPolicy.ResetHeaderFormat in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RetryPolicy.ResetHeaderFormat Modifier and Type Field Description private static RetryPolicy.ResetHeaderFormat[]
RetryPolicy.ResetHeaderFormat. VALUES
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RetryPolicy.ResetHeaderFormat Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<RetryPolicy.ResetHeaderFormat>
RetryPolicy.ResetHeaderFormat. internalValueMap
Methods in io.envoyproxy.envoy.config.route.v3 that return RetryPolicy.ResetHeaderFormat Modifier and Type Method Description static RetryPolicy.ResetHeaderFormat
RetryPolicy.ResetHeaderFormat. forNumber(int value)
RetryPolicy.ResetHeaderFormat
RetryPolicy.ResetHeader.Builder. getFormat()
The format of the reset header.RetryPolicy.ResetHeaderFormat
RetryPolicy.ResetHeader. getFormat()
The format of the reset header.RetryPolicy.ResetHeaderFormat
RetryPolicy.ResetHeaderOrBuilder. getFormat()
The format of the reset header.static RetryPolicy.ResetHeaderFormat
RetryPolicy.ResetHeaderFormat. valueOf(int value)
Deprecated.static RetryPolicy.ResetHeaderFormat
RetryPolicy.ResetHeaderFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RetryPolicy.ResetHeaderFormat
RetryPolicy.ResetHeaderFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RetryPolicy.ResetHeaderFormat[]
RetryPolicy.ResetHeaderFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RetryPolicy.ResetHeaderFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RetryPolicy.ResetHeaderFormat>
RetryPolicy.ResetHeaderFormat. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RetryPolicy.ResetHeaderFormat Modifier and Type Method Description RetryPolicy.ResetHeader.Builder
RetryPolicy.ResetHeader.Builder. setFormat(RetryPolicy.ResetHeaderFormat value)
The format of the reset header.
-