`` 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 latest version available is 2.37.0-rc, with numerous other versions accessible from 2.36.0 down to 2.11.0, all related to `struct google::cloud::storage::AcceptEncoding`."],["The `AcceptEncoding` feature is used to modify accepted encodings when interacting with Google Cloud Storage (GCS)."],["GCS automatically decompresses gzip-encoded objects over HTTP, but setting `AcceptEncoding` to `gzip` will disable this default behavior."],["Disabling the default decompression can be useful for applications that directly work with compressed data, and `AcceptEncodingGzip()` is provided as a helper function for this."],["Decompression by default applies only to objects that are compressed with `gzip` and that have their content_encoding set accordingly."]]],[]]