public sealed class BackendServiceCdnPolicyBypassCacheOnRequestHeader : IMessage<BackendServiceCdnPolicyBypassCacheOnRequestHeader>, IEquatable<BackendServiceCdnPolicyBypassCacheOnRequestHeader>, IDeepCloneable<BackendServiceCdnPolicyBypassCacheOnRequestHeader>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class BackendServiceCdnPolicyBypassCacheOnRequestHeader.
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."],[[["The latest version available for `BackendServiceCdnPolicyBypassCacheOnRequestHeader` is 3.6.0, with numerous older versions also documented, ranging from 3.5.0 down to 1.0.0."],["`BackendServiceCdnPolicyBypassCacheOnRequestHeader` is a class within the Compute Engine v1 API used to bypass cache when specified request headers are present, such as Pragma or Authorization headers, with case-insensitive values."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class provides a `HeaderName` property of type string to specify the header field to match on, and a `HasHeaderName` property of type bool to determine if the `header_name` is set."],["This class can be constructed using the default constructor `BackendServiceCdnPolicyBypassCacheOnRequestHeader()` or through the constructor `BackendServiceCdnPolicyBypassCacheOnRequestHeader(BackendServiceCdnPolicyBypassCacheOnRequestHeader other)`, where it takes a parameter `other` of the type `BackendServiceCdnPolicyBypassCacheOnRequestHeader`."]]],[]]