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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["The page provides documentation for various versions of the Google Cloud Pub/Sub C++ library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version links to the documentation for the `CompressionAlgorithmOption` struct, which is used to configure compression settings for the library."],["The available compression algorithms for the gRPC protocol are `GRPC_COMPRESS_DEFLATE` and `GRPC_COMPRESS_GZIP`, with the potential for future additions."],["`CompressionAlgorithmOption` is a type alias for `int`, used to represent the selected compression algorithm."]]],[]]