public interface TargetTcpProxiesSetProxyHeaderRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProxyHeader()
The new type of proxy header to append before sending data to the backend.
|
com.google.protobuf.ByteString |
getProxyHeaderBytes()
The new type of proxy header to append before sending data to the backend.
|
boolean |
hasProxyHeader()
The new type of proxy header to append before sending data to the backend.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProxyHeader()
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.
optional string proxy_header = 160374142;String getProxyHeader()
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.
optional string proxy_header = 160374142;com.google.protobuf.ByteString getProxyHeaderBytes()
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.
optional string proxy_header = 160374142;Copyright © 2023 Google LLC. All rights reserved.