Class: Google::Cloud::Compute::V1::BackendBucketCdnPolicyBypassCacheOnRequestHeader

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.

Instance Attribute Summary collapse

Instance Attribute Details

#header_name::String



3375
3376
3377
3378
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 3375

class BackendBucketCdnPolicyBypassCacheOnRequestHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end