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. All other parameters will be excluded. '&' 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 a Cloud CDN request."],["The most recent version documented is 3.6.0, but there is a list of previous versions ranging from 1.0.0 to 3.5.0 available on the page, alongside their corresponding documentation links."],["The `BackendBucketCdnPolicyCacheKeyPolicy` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class allows for customization of the cache key through properties like `IncludeHttpHeaders`, which adds HTTP headers to the cache key, and `QueryStringWhitelist`, which allows for specific query string parameters to be included."],["The class has two constructors, `BackendBucketCdnPolicyCacheKeyPolicy()` which is the default constructor, and `BackendBucketCdnPolicyCacheKeyPolicy(BackendBucketCdnPolicyCacheKeyPolicy other)` which takes a `BackendBucketCdnPolicyCacheKeyPolicy` as a parameter, and contains the corresponding documentation."]]],[]]