static Gzip.CompressionStrategy |
Gzip.CompressionStrategy.forNumber(int value) |
|
Gzip.CompressionStrategy |
Gzip.Builder.getCompressionStrategy() |
A value used for selecting the zlib compression strategy which is directly related to the
characteristics of the content.
|
Gzip.CompressionStrategy |
Gzip.getCompressionStrategy() |
A value used for selecting the zlib compression strategy which is directly related to the
characteristics of the content.
|
Gzip.CompressionStrategy |
GzipOrBuilder.getCompressionStrategy() |
A value used for selecting the zlib compression strategy which is directly related to the
characteristics of the content.
|
static Gzip.CompressionStrategy |
Gzip.CompressionStrategy.valueOf(int value) |
Deprecated.
|
static Gzip.CompressionStrategy |
Gzip.CompressionStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Gzip.CompressionStrategy |
Gzip.CompressionStrategy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Gzip.CompressionStrategy[] |
Gzip.CompressionStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|