public enum Backend.TrafficDuration extends Enum<Backend.TrafficDuration> implements ProtocolMessageEnum Protobuf enum google.cloud.compute.v1.Backend.TrafficDuration
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LONG |
Most of the requests are expected to take more than multiple seconds to finish. |
LONG_VALUE |
Most of the requests are expected to take more than multiple seconds to finish. |
SHORT |
Most requests are expected to finish with a sub-second latency. |
SHORT_VALUE |
Most requests are expected to finish with a sub-second latency. |
TRAFFIC_DURATION_UNSPECIFIED |
Traffic duration is unspecified. |
TRAFFIC_DURATION_UNSPECIFIED_VALUE |
Traffic duration is unspecified. |
UNDEFINED_TRAFFIC_DURATION |
A value indicating that the enum field is not set. |
UNDEFINED_TRAFFIC_DURATION_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() |
|