`` Setting this option togzipdisables automatic decompression. This can be useful for applications wanting to operate with the compressed data. Setting this option toidentity`, or not setting this option, returns decompressed data.
[[["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-04-02 UTC."],[[["The webpage provides documentation for the `AcceptEncoding` struct within the Google Cloud Storage C++ client library, detailing its usage across multiple versions, from 2.11.0 to 2.37.0-rc."],["The `AcceptEncoding` struct is used to modify the accepted encodings when interacting with Google Cloud Storage, with a particular focus on managing `gzip` compression and decompression."],["By default, Google Cloud Storage decompresses gzip-encoded objects during HTTP requests, but setting `AcceptEncoding` to `gzip` disables this automatic decompression."],["The documentation includes a note that decompressive transcoding is only applied to objects compressed with `gzip` and have the `content_encoding()` attribute set, not detecting compression based on the object name or contents."],["The page also references `AcceptEncodingGzip()` as a helper function specifically to disable decompressive encoding, and mentions the function header_name()."]]],[]]