Uses of Enum
io.envoyproxy.envoy.config.route.v3.RetryPolicy.ResetHeaderFormat
Packages that use RetryPolicy.ResetHeaderFormat
-
Uses of RetryPolicy.ResetHeaderFormat in io.envoyproxy.envoy.config.route.v3
Subclasses with type arguments of type RetryPolicy.ResetHeaderFormat in io.envoyproxy.envoy.config.route.v3Modifier and TypeClassDescriptionstatic enumProtobuf enumenvoy.config.route.v3.RetryPolicy.ResetHeaderFormatFields in io.envoyproxy.envoy.config.route.v3 declared as RetryPolicy.ResetHeaderFormatModifier and TypeFieldDescriptionprivate static final RetryPolicy.ResetHeaderFormat[]RetryPolicy.ResetHeaderFormat.VALUESFields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RetryPolicy.ResetHeaderFormatModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<RetryPolicy.ResetHeaderFormat> RetryPolicy.ResetHeaderFormat.internalValueMapMethods in io.envoyproxy.envoy.config.route.v3 that return RetryPolicy.ResetHeaderFormatModifier and TypeMethodDescriptionRetryPolicy.ResetHeaderFormat.forNumber(int value) RetryPolicy.ResetHeader.Builder.getFormat()The format of the reset header.RetryPolicy.ResetHeader.getFormat()The format of the reset header.RetryPolicy.ResetHeaderOrBuilder.getFormat()The format of the reset header.RetryPolicy.ResetHeaderFormat.valueOf(int value) Deprecated.RetryPolicy.ResetHeaderFormat.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified 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.ResetHeaderFormatModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RetryPolicy.ResetHeaderFormat> RetryPolicy.ResetHeaderFormat.internalGetValueMap()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RetryPolicy.ResetHeaderFormatModifier and TypeMethodDescriptionRetryPolicy.ResetHeader.Builder.setFormat(RetryPolicy.ResetHeaderFormat value) The format of the reset header.