Class: Google::Cloud::Compute::V1::TargetTcpProxiesSetProxyHeaderRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::TargetTcpProxiesSetProxyHeaderRequest
- 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 ⇒ ::Google::Cloud::Compute::V1::TargetTcpProxiesSetProxyHeaderRequest::ProxyHeader
The new type of proxy header to append before sending data to the backend.
Instance Attribute Details
#proxy_header ⇒ ::Google::Cloud::Compute::V1::TargetTcpProxiesSetProxyHeaderRequest::ProxyHeader
Returns The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.
13719 13720 13721 13722 13723 13724 13725 13726 13727 13728 13729 13730 13731 13732 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13719 class TargetTcpProxiesSetProxyHeaderRequest 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 |