Class BackendBucketCdnPolicyCacheKeyPolicy

BackendBucketCdnPolicyCacheKeyPolicy(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Message containing what to include in the cache key for a request for Cloud CDN.

Attributes

NameDescription
include_http_headers Sequence[str]
Allows HTTP request headers (by name) to be used in the cache key.
query_string_whitelist Sequence[str]
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.

Inheritance

builtins.object > proto.message.Message > BackendBucketCdnPolicyCacheKeyPolicy