Class: Google::Cloud::Compute::V1::HttpHeaderAction

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

Overview

The request and response header transformations that take effect before the request is passed along to the selected backendService.

Instance Attribute Summary collapse

Instance Attribute Details

#request_headers_to_add::Array<::Google::Cloud::Compute::V1::HttpHeaderOption>

Returns Headers to add to a matching request before forwarding the request to the backendService.

Returns:



11590
11591
11592
11593
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11590

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

#request_headers_to_remove::Array<::String>

Returns A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.

Returns:

  • (::Array<::String>)

    A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.



11590
11591
11592
11593
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11590

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

#response_headers_to_add::Array<::Google::Cloud::Compute::V1::HttpHeaderOption>

Returns Headers to add the response before sending the response back to the client.

Returns:



11590
11591
11592
11593
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11590

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

#response_headers_to_remove::Array<::String>

Returns A list of header names for headers that need to be removed from the response before sending the response back to the client.

Returns:

  • (::Array<::String>)

    A list of header names for headers that need to be removed from the response before sending the response back to the client.



11590
11591
11592
11593
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11590

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