Class: Google::Cloud::Compute::V1::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#header_name::String

Returns The name of the header to set.

Returns:

  • (::String)

    The name of the header to set.



22412
22413
22414
22415
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22412

class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#header_value::String

Returns The value to set the named header to.

Returns:

  • (::String)

    The value to set the named header to.



22412
22413
22414
22415
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22412

class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end