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 information for the `BackendBucketCdnPolicyCacheKeyPolicy` class within the Google Compute Engine v1 API, detailing its structure and usage."],["The latest version of the API documentation is available at version 3.6.0, with several previous versions (going back to 1.0.0) also accessible through the provided links."],["`BackendBucketCdnPolicyCacheKeyPolicy` is designed to configure what to include in the cache key for Cloud CDN requests, and is implemented as an `IMessage` with functionalities for cloning, equality checks, and buffer messages."],["The class includes properties such as `IncludeHttpHeaders` and `QueryStringWhitelist`, allowing customization of the HTTP headers and query string parameters used in the cache key."],["The class has two different constructors, the default one and one that takes in `BackendBucketCdnPolicyCacheKeyPolicy` as an argument, to facilitate usage and instantiation."]]],[]]