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 various versions of the `CompressionAlgorithmOption` within the Google Cloud Pub/Sub C++ library, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed, including the latest release candidate, links to specific documentation for the `CompressionAlgorithmOption` in that particular version, allowing users to navigate to the corresponding documentation for each respective version."],["The `CompressionAlgorithmOption` is used to select the gRPC compression algorithm when compression is enabled, with currently supported options being `GRPC_COMPRESS_DEFLATE` and `GRPC_COMPRESS_GZIP`, and the potential for more options to be added in the future."],["The `CompressionAlgorithmOption` is an alias of type `int`."]]],[]]