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
Methods in io.envoyproxy.envoy.config.route.v3 that return RetryPolicy.ResetHeaderFormat Modifier and Type Method Description static RetryPolicy.ResetHeaderFormatRetryPolicy.ResetHeaderFormat. forNumber(int value)RetryPolicy.ResetHeaderFormatRetryPolicy.ResetHeader.Builder. getFormat()The format of the reset header.RetryPolicy.ResetHeaderFormatRetryPolicy.ResetHeader. getFormat()The format of the reset header.RetryPolicy.ResetHeaderFormatRetryPolicy.ResetHeaderOrBuilder. getFormat()The format of the reset header.static RetryPolicy.ResetHeaderFormatRetryPolicy.ResetHeaderFormat. valueOf(int value)Deprecated.static RetryPolicy.ResetHeaderFormatRetryPolicy.ResetHeaderFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RetryPolicy.ResetHeaderFormatRetryPolicy.ResetHeaderFormat. valueOf(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.BuilderRetryPolicy.ResetHeader.Builder. setFormat(RetryPolicy.ResetHeaderFormat value)The format of the reset header.
-