public sealed class BackendBucketCdnPolicyCacheKeyPolicy : IMessage<BackendBucketCdnPolicyCacheKeyPolicy>, IEquatable<BackendBucketCdnPolicyCacheKeyPolicy>, IDeepCloneable<BackendBucketCdnPolicyCacheKeyPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class BackendBucketCdnPolicyCacheKeyPolicy.
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 reference documentation for the `BackendBucketCdnPolicyCacheKeyPolicy` class within the Google Compute Engine v1 API, detailing its purpose in managing cache keys for Cloud CDN requests."],["The content covers various versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, offering links to each version's specific documentation for the `BackendBucketCdnPolicyCacheKeyPolicy` class."],["The `BackendBucketCdnPolicyCacheKeyPolicy` class, as outlined in the content, is used to define what elements should be included in the cache key for Cloud CDN requests, including HTTP headers and query string parameters."],["The page provides details about the `BackendBucketCdnPolicyCacheKeyPolicy` class constructors, inherited members, properties like `IncludeHttpHeaders` and `QueryStringWhitelist`, and implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."]]],[]]