Enum TargetTcpProxiesSetProxyHeaderRequest.ProxyHeader (1.51.0)

public enum TargetTcpProxiesSetProxyHeaderRequest.ProxyHeader extends Enum<TargetTcpProxiesSetProxyHeaderRequest.ProxyHeader> implements ProtocolMessageEnum

The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.

Protobuf enum google.cloud.compute.v1.TargetTcpProxiesSetProxyHeaderRequest.ProxyHeader

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NONE

NONE = 2402104;

NONE_VALUE

NONE = 2402104;

PROXY_V1

PROXY_V1 = 334352940;

PROXY_V1_VALUE

PROXY_V1 = 334352940;

UNDEFINED_PROXY_HEADER

A value indicating that the enum field is not set.

UNDEFINED_PROXY_HEADER = 0;

UNDEFINED_PROXY_HEADER_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PROXY_HEADER = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()