Class: Google::Cloud::Compute::V1::BackendBucketCdnPolicyCacheKeyPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendBucketCdnPolicyCacheKeyPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Message containing what to include in the cache key for a request for Cloud CDN.
Instance Attribute Summary collapse
-
#include_http_headers ⇒ ::Array<::String>
Allows HTTP request headers (by name) to be used in the cache key.
-
#query_string_whitelist ⇒ ::Array<::String>
Names of query string parameters to include in cache keys.
Instance Attribute Details
#include_http_headers ⇒ ::Array<::String>
Returns Allows HTTP request headers (by name) to be used in the cache key.
3497 3498 3499 3500 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3497 class BackendBucketCdnPolicyCacheKeyPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_string_whitelist ⇒ ::Array<::String>
Returns 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.
3497 3498 3499 3500 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3497 class BackendBucketCdnPolicyCacheKeyPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |