public sealed class BackendServiceCdnPolicyBypassCacheOnRequestHeader : IMessage<BackendServiceCdnPolicyBypassCacheOnRequestHeader>, IEquatable<BackendServiceCdnPolicyBypassCacheOnRequestHeader>, IDeepCloneable<BackendServiceCdnPolicyBypassCacheOnRequestHeader>, 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 page details the `BackendServiceCdnPolicyBypassCacheOnRequestHeader` class within the Google Cloud Compute V1 .NET library, focusing on how to bypass cache based on request headers."],["The most recent version available for `BackendServiceCdnPolicyBypassCacheOnRequestHeader` is 3.6.0, with numerous prior versions listed, going back to 1.0.0."],["`BackendServiceCdnPolicyBypassCacheOnRequestHeader` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for detailed manipulation and handling of the class."],["The `BackendServiceCdnPolicyBypassCacheOnRequestHeader` class has properties such as `HasHeaderName` (boolean) and `HeaderName` (string), allowing control over if and which headers should bypass the cache."],["The `BackendServiceCdnPolicyBypassCacheOnRequestHeader` class includes two constructors, one parameterless and one for taking another `BackendServiceCdnPolicyBypassCacheOnRequestHeader` object to copy its fields."]]],[]]