public sealed class BackendBucketCdnPolicyCacheKeyPolicy : IMessage<BackendBucketCdnPolicyCacheKeyPolicy>, IEquatable<BackendBucketCdnPolicyCacheKeyPolicy>, IDeepCloneable<BackendBucketCdnPolicyCacheKeyPolicy>, IBufferMessage, IMessage
Message containing what to include in the cache key for a request for Cloud CDN.
public RepeatedField<string> QueryStringWhitelist { get; }
Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
[[["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 documentation for the `BackendBucketCdnPolicyCacheKeyPolicy` class in the `Google.Cloud.Compute.V1` namespace, which is used to define what elements are included in a cache key for requests to Cloud CDN."],["The `BackendBucketCdnPolicyCacheKeyPolicy` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor and one that accepts another `BackendBucketCdnPolicyCacheKeyPolicy` object for copying."],["Key properties include `IncludeHttpHeaders`, which allows specific HTTP headers to be included in the cache key, and `QueryStringWhitelist`, which determines which query string parameters are part of the cache key."],["This page also provides a list of the class's documentation across different versions, from 1.0.0 up to 3.6.0, which is the latest version."]]],[]]