Uses of Class
io.envoyproxy.envoy.extensions.filters.http.gzip.v3.Gzip.CompressionLevel.Enum
-
Packages that use Gzip.CompressionLevel.Enum Package Description io.envoyproxy.envoy.extensions.filters.http.gzip.v3 -
-
Uses of Gzip.CompressionLevel.Enum in io.envoyproxy.envoy.extensions.filters.http.gzip.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.gzip.v3 that return Gzip.CompressionLevel.Enum Modifier and Type Method Description static Gzip.CompressionLevel.EnumGzip.CompressionLevel.Enum. forNumber(int value)Gzip.CompressionLevel.EnumGzip.Builder. getCompressionLevel()A value used for selecting the zlib compression level.Gzip.CompressionLevel.EnumGzip. getCompressionLevel()A value used for selecting the zlib compression level.Gzip.CompressionLevel.EnumGzipOrBuilder. 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.EnumGzip.CompressionLevel.Enum. valueOf(String name)Returns 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.extensions.filters.http.gzip.v3 that return types with arguments of type Gzip.CompressionLevel.Enum Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Gzip.CompressionLevel.Enum>Gzip.CompressionLevel.Enum. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.gzip.v3 with parameters of type Gzip.CompressionLevel.Enum Modifier and Type Method Description Gzip.BuilderGzip.Builder. setCompressionLevel(Gzip.CompressionLevel.Enum value)A value used for selecting the zlib compression level.
-