All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.BackendBucketCdnPolicyCacheKeyPolicy.html Maven / Gradle / Ivy

The newest version!






BackendBucketCdnPolicyCacheKeyPolicy (Compute Engine API v1-rev20250320-2.0.0)












com.google.api.services.compute.model

Class BackendBucketCdnPolicyCacheKeyPolicy

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class BackendBucketCdnPolicyCacheKeyPolicy
    extends com.google.api.client.json.GenericJson
    Message containing what to include in the cache key for a request for Cloud CDN.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • BackendBucketCdnPolicyCacheKeyPolicy

        public BackendBucketCdnPolicyCacheKeyPolicy()
    • Method Detail

      • getIncludeHttpHeaders

        public List<String> getIncludeHttpHeaders()
        Allows HTTP request headers (by name) to be used in the cache key.
        Returns:
        value or null for none
      • setIncludeHttpHeaders

        public BackendBucketCdnPolicyCacheKeyPolicy setIncludeHttpHeaders(List<String> includeHttpHeaders)
        Allows HTTP request headers (by name) to be used in the cache key.
        Parameters:
        includeHttpHeaders - includeHttpHeaders or null for none
      • getQueryStringWhitelist

        public List<String> getQueryStringWhitelist()
        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.
        Returns:
        value or null for none
      • setQueryStringWhitelist

        public BackendBucketCdnPolicyCacheKeyPolicy setQueryStringWhitelist(List<String> queryStringWhitelist)
        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.
        Parameters:
        queryStringWhitelist - queryStringWhitelist or null for none

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy