Class: Google::Cloud::Compute::V1::TargetSslProxiesSetProxyHeaderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetSslProxiesSetProxyHeaderRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: ProxyHeader
Instance Attribute Summary collapse
-
#proxy_header ⇒ ::String
The new type of proxy header to append before sending data to the backend.
Instance Attribute Details
#proxy_header ⇒ ::String
Returns The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. Check the ProxyHeader enum for the list of possible values.
28479 28480 28481 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28479 class TargetSslProxiesSetProxyHeaderRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. module ProxyHeader # A value indicating that the enum field is not set. UNDEFINED_PROXY_HEADER = 0 NONE = 2402104 PROXY_V1 = 334352940 end end |