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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The webpage provides documentation for different versions of the `CompressionAlgorithmOption` within the Google Cloud Pub/Sub C++ library."],["Version 2.37.0-rc is the latest release candidate version, with a range of versions from 2.36.0 down to 2.11.0 available."],["The `CompressionAlgorithmOption` allows selection of gRPC compression algorithms, including `GRPC_COMPRESS_DEFLATE` and `GRPC_COMPRESS_GZIP`."],["This feature enables users to configure compression settings for their Pub/Sub interactions, with potential for new algorithms to be supported in the future."],["The type alias of the option `CompressionAlgorithmOption` is `int`."]]],[]]