Class: Google::Apis::ComputeAlpha::BackendBucketCdnPolicyBypassCacheOnRequestHeader
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::BackendBucketCdnPolicyBypassCacheOnRequestHeader
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.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
-
#header_name ⇒ String
The header field name to match on when bypassing cache.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackendBucketCdnPolicyBypassCacheOnRequestHeader
constructor
A new instance of BackendBucketCdnPolicyBypassCacheOnRequestHeader.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackendBucketCdnPolicyBypassCacheOnRequestHeader
Returns a new instance of BackendBucketCdnPolicyBypassCacheOnRequestHeader.
3332 3333 3334 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 3332 def initialize(**args) update!(**args) end |
Instance Attribute Details
#header_name ⇒ String
The header field name to match on when bypassing cache. Values are case-
insensitive.
Corresponds to the JSON property headerName
3330 3331 3332 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 3330 def header_name @header_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3337 3338 3339 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 3337 def update!(**args) @header_name = args[:header_name] if args.key?(:header_name) end |