Class: Google::Apis::ComputeBeta::BackendServiceCdnPolicyBypassCacheOnRequestHeader
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::BackendServiceCdnPolicyBypassCacheOnRequestHeader
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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) ⇒ BackendServiceCdnPolicyBypassCacheOnRequestHeader
constructor
A new instance of BackendServiceCdnPolicyBypassCacheOnRequestHeader.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackendServiceCdnPolicyBypassCacheOnRequestHeader
Returns a new instance of BackendServiceCdnPolicyBypassCacheOnRequestHeader.
3673 3674 3675 |
# File 'generated/google/apis/compute_beta/classes.rb', line 3673 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
3671 3672 3673 |
# File 'generated/google/apis/compute_beta/classes.rb', line 3671 def header_name @header_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3678 3679 3680 |
# File 'generated/google/apis/compute_beta/classes.rb', line 3678 def update!(**args) @header_name = args[:header_name] if args.key?(:header_name) end |