Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
|
Compression algorithm. More...
#include <google/cloud/pubsub/options.h>
Public Types | |
using | Type = int |
Compression algorithm.
Select the gRPC compression algorithm when compression is enabled. As of this writing, gRPC supports GRPC_COMPRESS_DEFLATE
and GRPC_COMPRESS_GZIP
. Other values may be added in the future and should be settable via this feature.