public sealed class BackendBucketCdnPolicyBypassCacheOnRequestHeader : IMessage<BackendBucketCdnPolicyBypassCacheOnRequestHeader>, IEquatable<BackendBucketCdnPolicyBypassCacheOnRequestHeader>, IDeepCloneable<BackendBucketCdnPolicyBypassCacheOnRequestHeader>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class BackendBucketCdnPolicyBypassCacheOnRequestHeader.
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 provides reference documentation for the `BackendBucketCdnPolicyBypassCacheOnRequestHeader` class in the Google Cloud Compute Engine v1 API, with the latest version being 3.6.0."],["The `BackendBucketCdnPolicyBypassCacheOnRequestHeader` class allows bypassing the cache based on specified request headers, like Pragma or Authorization headers, with the header names being case-insensitive."],["The webpage provides links to various versioned documentation for this class, ranging from version 1.0.0 to the current latest version of 3.6.0, for the dotnet implementation."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, which are detailed within the provided documentation."],["The `BackendBucketCdnPolicyBypassCacheOnRequestHeader` class includes a `HeaderName` property (a string) to specify which header field name will be used to bypass the cache, with a corresponding boolean property `HasHeaderName` indicating if it is set."]]],[]]