#include <compression_types.h>
Public Attributes | |
grpc_compression_algorithm | algorithm |
int | is_set |
The default message compression algorithm. It'll be used in the absence of call specific settings. This option corresponds to the channel argument key behind GRPC_COMPRESSION_CHANNEL_DEFAULT_ALGORITHM.
Definition at line 99 of file compression_types.h.
grpc_compression_algorithm grpc_compression_options::grpc_compression_options_default_algorithm::algorithm |
Definition at line 101 of file compression_types.h.
int grpc_compression_options::grpc_compression_options_default_algorithm::is_set |
Definition at line 100 of file compression_types.h.