Class: Google::Cloud::Compute::V1::HttpHeaderAction
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HttpHeaderAction
- 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
-
#request_headers_to_add ⇒ ::Array<::Google::Cloud::Compute::V1::HttpHeaderOption>
Headers to add to a matching request before forwarding the request to the backendService.
-
#request_headers_to_remove ⇒ ::Array<::String>
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
-
#response_headers_to_add ⇒ ::Array<::Google::Cloud::Compute::V1::HttpHeaderOption>
Headers to add the response before sending the response back to the client.
-
#response_headers_to_remove ⇒ ::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.
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.
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.
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.
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.
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 |