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 webpage provides documentation for different versions of the Google Cloud Pub/Sub C++ client library, ranging from version 2.11.0 to 2.37.0-rc."],["The latest release candidate version of the library is 2.37.0-rc, offering the newest features and improvements."],["Each version listed links to the documentation for the `CompressionAlgorithmOption` struct within that specific version."],["The documentation describes the `CompressionAlgorithmOption` as a means to select a gRPC compression algorithm such as `GRPC_COMPRESS_DEFLATE` and `GRPC_COMPRESS_GZIP` when compression is enabled, with potential for additional options in the future."],["The underlying type for `CompressionAlgorithmOption` is an alias for `int`."]]],[]]