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 page provides reference documentation for the `BackendBucketCdnPolicyCacheKeyPolicy` class within the Google Compute Engine v1 API, with the latest version being 3.6.0."],["The `BackendBucketCdnPolicyCacheKeyPolicy` class is designed to specify what components to include in the cache key for requests to Cloud CDN."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["Key properties of this class include `IncludeHttpHeaders` which allows specifying HTTP request headers for the cache key, and `QueryStringWhitelist` which specifies query string parameters for cache key inclusion."],["The documentation lists the available versions of `BackendBucketCdnPolicyCacheKeyPolicy`, ranging from version 1.0.0 to 3.6.0."]]],[]]