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 document provides reference documentation for the `BackendBucketCdnPolicyCacheKeyPolicy` class within the Google Compute Engine v1 API, detailing its structure and usage."],["The `BackendBucketCdnPolicyCacheKeyPolicy` class is used to define what elements should be included in the cache key for Cloud CDN requests."],["The document includes a list of available versions for this specific API class, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the most recent."],["Key properties of this class include `IncludeHttpHeaders`, which allows the inclusion of specific HTTP request headers in the cache key, and `QueryStringWhitelist`, which enables specifying query string parameters to be included."],["The `BackendBucketCdnPolicyCacheKeyPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role and capabilities within the .NET framework."]]],[]]