public sealed class BackendBucketCdnPolicyBypassCacheOnRequestHeader : IMessage<BackendBucketCdnPolicyBypassCacheOnRequestHeader>, IEquatable<BackendBucketCdnPolicyBypassCacheOnRequestHeader>, IDeepCloneable<BackendBucketCdnPolicyBypassCacheOnRequestHeader>, IBufferMessage, IMessage
Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.
[[["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-03-24 UTC."],[[["This document outlines the `BackendBucketCdnPolicyBypassCacheOnRequestHeader` class within the Google Cloud Compute V1 .NET library, detailing its structure and functionality for managing CDN cache bypass based on request headers."],["The latest version of this class is 3.6.0, with a history of versions available from 1.0.0 up to this newest version, all accessible via the provided links."],["This class, `BackendBucketCdnPolicyBypassCacheOnRequestHeader`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides a way to configure cache bypass behavior based on the presence of specified request headers, such as `Pragma` or `Authorization`, and if present, these headers will override the `cache_mode` setting."],["The `HeaderName` property allows you to specify the name of the request header that will trigger the cache bypass, with case-insensitive matching being a feature."]]],[]]