Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.transform.v3.BodyTransformation.TransformAction
Packages that use BodyTransformation.TransformAction
-
Uses of BodyTransformation.TransformAction in io.envoyproxy.envoy.extensions.filters.http.transform.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.transform.v3 that return BodyTransformation.TransformActionModifier and TypeMethodDescriptionBodyTransformation.TransformAction.forNumber(int value) BodyTransformation.Builder.getAction()The action to perform for new body content and original body content.BodyTransformation.getAction()The action to perform for new body content and original body content.BodyTransformationOrBuilder.getAction()The action to perform for new body content and original body content.BodyTransformation.TransformAction.valueOf(int value) Deprecated.BodyTransformation.TransformAction.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 BodyTransformation.TransformAction[]BodyTransformation.TransformAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.http.transform.v3 that return types with arguments of type BodyTransformation.TransformActionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BodyTransformation.TransformAction>BodyTransformation.TransformAction.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.transform.v3 with parameters of type BodyTransformation.TransformActionModifier and TypeMethodDescriptionBodyTransformation.Builder.setAction(BodyTransformation.TransformAction value) The action to perform for new body content and original body content.