Class: Google::Cloud::Compute::V1::BackendBucketCdnPolicyCacheKeyPolicy

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#include_http_headers::Array<::String>

Returns Allows HTTP request headers (by name) to be used in the cache key.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Array<::String>)

    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