`` 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."],[[["This webpage provides documentation for the `AcceptEncoding` struct within the Google Cloud Storage C++ client library, covering versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `AcceptEncoding` struct controls whether gzip-encoded objects are automatically decompressed when retrieved using HTTP, with default behavior being decompression."],["Setting the `AcceptEncoding` option to `gzip` disables automatic decompression, while `identity` or no setting results in decompressed data, with this decompression only applying to objects encoded with `gzip`."],["The document explains that the `header_name()` function, which returns a constant character pointer, is part of the `AcceptEncoding` struct, however its description is not provided."],["There is also a helper function, `AcceptEncodingGzip()`, that is linked to allow the disabling of decompressive encoding."]]],[]]