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

Returns The header field name to match on when bypassing cache. Values are case-insensitive.

Returns:

  • (::String)

    The header field name to match on when bypassing cache. Values are case-insensitive.



2675
2676
2677
2678
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2675

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