Enum Backend.TrafficDuration (1.105.0)

public enum Backend.TrafficDuration extends Enum<Backend.TrafficDuration> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.Backend.TrafficDuration

Implements

ProtocolMessageEnum

Static Fields

Name Description
LONG

Most of the requests are expected to take more than multiple seconds to finish.

LONG = 2342524;

LONG_VALUE

Most of the requests are expected to take more than multiple seconds to finish.

LONG = 2342524;

SHORT

Most requests are expected to finish with a sub-second latency.

SHORT = 78875740;

SHORT_VALUE

Most requests are expected to finish with a sub-second latency.

SHORT = 78875740;

TRAFFIC_DURATION_UNSPECIFIED

Traffic duration is unspecified.

TRAFFIC_DURATION_UNSPECIFIED = 265201166;

TRAFFIC_DURATION_UNSPECIFIED_VALUE

Traffic duration is unspecified.

TRAFFIC_DURATION_UNSPECIFIED = 265201166;

UNDEFINED_TRAFFIC_DURATION

A value indicating that the enum field is not set.

UNDEFINED_TRAFFIC_DURATION = 0;

UNDEFINED_TRAFFIC_DURATION_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TRAFFIC_DURATION = 0;

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()