Module: Google::Cloud::Compute::V1::BackendService::CompressionMode

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.

Constant Summary collapse

UNDEFINED_COMPRESSION_MODE =

A value indicating that the enum field is not set.

0
AUTOMATIC =

Automatically uses the best compression based on the Accept-Encoding header sent by the client.

165_298_699
DISABLED =

Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients.

516_696_700