Uses of Enum
io.envoyproxy.envoy.config.filter.http.gzip.v2.Gzip.CompressionLevel.Enum
Packages that use Gzip.CompressionLevel.Enum
-
Uses of Gzip.CompressionLevel.Enum in io.envoyproxy.envoy.config.filter.http.gzip.v2
Methods in io.envoyproxy.envoy.config.filter.http.gzip.v2 that return Gzip.CompressionLevel.EnumModifier and TypeMethodDescriptionstatic Gzip.CompressionLevel.EnumGzip.CompressionLevel.Enum.forNumber(int value) Gzip.Builder.getCompressionLevel()A value used for selecting the zlib compression level.Gzip.getCompressionLevel()A value used for selecting the zlib compression level.GzipOrBuilder.getCompressionLevel()A value used for selecting the zlib compression level.static Gzip.CompressionLevel.EnumGzip.CompressionLevel.Enum.valueOf(int value) Deprecated.static Gzip.CompressionLevel.EnumGzip.CompressionLevel.Enum.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Gzip.CompressionLevel.EnumReturns the enum constant of this type with the specified name.static Gzip.CompressionLevel.Enum[]Gzip.CompressionLevel.Enum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.filter.http.gzip.v2 that return types with arguments of type Gzip.CompressionLevel.EnumModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Gzip.CompressionLevel.Enum>Gzip.CompressionLevel.Enum.internalGetValueMap()Methods in io.envoyproxy.envoy.config.filter.http.gzip.v2 with parameters of type Gzip.CompressionLevel.EnumModifier and TypeMethodDescriptionGzip.Builder.setCompressionLevel(Gzip.CompressionLevel.Enum value) A value used for selecting the zlib compression level.