public enum HTTP2HealthCheck.ProxyHeader extends Enum<HTTP2HealthCheck.ProxyHeader> implements ProtocolMessageEnum
Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
Protobuf enum google.cloud.compute.v1.HTTP2HealthCheck.ProxyHeader
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NONE |
|
NONE_VALUE |
|
PROXY_V1 |
|
PROXY_V1_VALUE |
|
UNDEFINED_PROXY_HEADER |
A value indicating that the enum field is not set. |
UNDEFINED_PROXY_HEADER_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |