Class: Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderAction
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#request_headers_to_adds ⇒ ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>
The list of request headers to add or overwrite if they're already present.
Instance Attribute Details
#request_headers_to_adds ⇒ ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>
Returns The list of request headers to add or overwrite if they're already present.
28684 28685 28686 28687 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28684 class SecurityPolicyRuleHttpHeaderAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |