Compute Engine v1 API - Enum BackendBucket.Types.CompressionMode (2.15.0)

public enum BackendBucket.Types.CompressionMode

Reference documentation and code samples for the Compute Engine v1 API enum BackendBucket.Types.CompressionMode.

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Automatic

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

Disabled

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

UndefinedCompressionMode

A value indicating that the enum field is not set.