Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption (v1.4.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#header_name

def header_name() -> ::String
Returns
  • (::String) — The name of the header to set.

#header_name=

def header_name=(value) -> ::String
Parameter
  • value (::String) — The name of the header to set.
Returns
  • (::String) — The name of the header to set.

#header_value

def header_value() -> ::String
Returns
  • (::String) — The value to set the named header to.

#header_value=

def header_value=(value) -> ::String
Parameter
  • value (::String) — The value to set the named header to.
Returns
  • (::String) — The value to set the named header to.