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







BackendBucketCdnPolicyCacheKeyPolicy (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class BackendBucketCdnPolicyCacheKeyPolicy

    • 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. All other parameters will be excluded. '&' 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. All other parameters will be excluded. '&' and '=' will be percent encoded and not treated as delimiters.
        Parameters:
        queryStringWhitelist - queryStringWhitelist or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy