Uses of Enum
io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3.Gzip.CompressionLevel
Packages that use Gzip.CompressionLevel
-
Uses of Gzip.CompressionLevel in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3
Fields in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 declared as Gzip.CompressionLevelModifier and TypeFieldDescriptionstatic final Gzip.CompressionLevelGzip.CompressionLevel.BEST_COMPRESSIONBEST_COMPRESSION = 9;static final Gzip.CompressionLevelGzip.CompressionLevel.COMPRESSION_LEVEL_1COMPRESSION_LEVEL_1 = 1;Methods in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 that return Gzip.CompressionLevelModifier and TypeMethodDescriptionstatic Gzip.CompressionLevelGzip.CompressionLevel.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.CompressionLevelGzip.CompressionLevel.valueOf(int value) Deprecated.static Gzip.CompressionLevelGzip.CompressionLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Gzip.CompressionLevelReturns the enum constant of this type with the specified name.static Gzip.CompressionLevel[]Gzip.CompressionLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 that return types with arguments of type Gzip.CompressionLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Gzip.CompressionLevel>Gzip.CompressionLevel.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.compression.gzip.compressor.v3 with parameters of type Gzip.CompressionLevelModifier and TypeMethodDescriptionGzip.Builder.setCompressionLevel(Gzip.CompressionLevel value) A value used for selecting the zlib compression level.