public enum CommuteMethod extends Enum<CommuteMethod> implements ProtocolMessageEnumMethod for commute. Walking, biking and wheelchair accessible transit is still in the Preview stage.
Protobuf enum google.cloud.talent.v4.CommuteMethod
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| COMMUTE_METHOD_UNSPECIFIED | Commute method isn't specified. |
| COMMUTE_METHOD_UNSPECIFIED_VALUE | Commute method isn't specified. |
| CYCLING | Commute time is calculated based on biking time. |
| CYCLING_VALUE | Commute time is calculated based on biking time. |
| DRIVING | Commute time is calculated based on driving time. |
| DRIVING_VALUE | Commute time is calculated based on driving time. |
| TRANSIT | Commute time is calculated based on public transit including bus, metro, subway, and so on. |
| TRANSIT_ACCESSIBLE | Commute time is calculated based on public transit that is wheelchair accessible. |
| TRANSIT_ACCESSIBLE_VALUE | Commute time is calculated based on public transit that is wheelchair accessible. |
| TRANSIT_VALUE | Commute time is calculated based on public transit including bus, metro, subway, and so on. |
| UNRECOGNIZED | |
| WALKING | Commute time is calculated based on walking time. |
| WALKING_VALUE | Commute time is calculated based on walking time. |
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() |