Class: Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#header_name ⇒ ::String
The name of the header to set.
-
#header_value ⇒ ::String
The value to set the named header to.
Instance Attribute Details
#header_name ⇒ ::String
Returns The name of the header to set.
28695 28696 28697 28698 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28695 class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#header_value ⇒ ::String
Returns The value to set the named header to.
28695 28696 28697 28698 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28695 class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |