Enum CommuteMethod (2.38.0)

public enum CommuteMethod extends Enum<CommuteMethod> implements ProtocolMessageEnum

Method for commute.

Protobuf enum google.cloud.talent.v4beta1.CommuteMethod

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMMUTE_METHOD_UNSPECIFIED

Commute method isn't specified.

COMMUTE_METHOD_UNSPECIFIED = 0;

COMMUTE_METHOD_UNSPECIFIED_VALUE

Commute method isn't specified.

COMMUTE_METHOD_UNSPECIFIED = 0;

CYCLING

Commute time is calculated based on biking time.

CYCLING = 4;

CYCLING_VALUE

Commute time is calculated based on biking time.

CYCLING = 4;

DRIVING

Commute time is calculated based on driving time.

DRIVING = 1;

DRIVING_VALUE

Commute time is calculated based on driving time.

DRIVING = 1;

TRANSIT

Commute time is calculated based on public transit including bus, metro, subway, and so on.

TRANSIT = 2;

TRANSIT_VALUE

Commute time is calculated based on public transit including bus, metro, subway, and so on.

TRANSIT = 2;

UNRECOGNIZED
WALKING

Commute time is calculated based on walking time.

WALKING = 3;

WALKING_VALUE

Commute time is calculated based on walking time.

WALKING = 3;

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