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-21 UTC."],[[["This webpage details the `BackendBucketCdnPolicyBypassCacheOnRequestHeader` class within the `Google.Cloud.Compute.V1` namespace for .NET development."],["The class allows for the configuration of cache bypass rules based on the presence of specific request headers, such as Pragma or Authorization, which overrides cache mode settings."],["The latest version of the documentation available is 3.6.0, and there are also many prior versions of the documentation from 3.5.0 to 1.0.0 provided on this page."],["The `BackendBucketCdnPolicyBypassCacheOnRequestHeader` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting members from the base `Object` class."],["The `HeaderName` property, a string, specifies the case-insensitive request header name that, when present, triggers a cache bypass, with the `HasHeaderName` boolean property indicating if the name is set."]]],[]]