Package com.google.cloud.compute.v1
Interface TargetTcpProxiesSetProxyHeaderRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetTcpProxiesSetProxyHeaderRequest
,TargetTcpProxiesSetProxyHeaderRequest.Builder
public interface TargetTcpProxiesSetProxyHeaderRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProxyHeader
boolean 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;
- Returns:
- Whether the proxyHeader field is set.
-
getProxyHeader
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;
- Returns:
- The proxyHeader.
-
getProxyHeaderBytes
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;
- Returns:
- The bytes for proxyHeader.
-
-