public static enum LocationFilter.TelecommutePreference extends Enum<LocationFilter.TelecommutePreference> implements com.google.protobuf.ProtocolMessageEnum
Specify whether to include telecommute jobs.Protobuf enum
google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference| Enum Constant and Description |
|---|
TELECOMMUTE_ALLOWED
Allow telecommute jobs.
|
TELECOMMUTE_EXCLUDED
Exclude telecommute jobs.
|
TELECOMMUTE_PREFERENCE_UNSPECIFIED
Default value if the telecommute preference isn't specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
TELECOMMUTE_ALLOWED_VALUE
Allow telecommute jobs.
|
static int |
TELECOMMUTE_EXCLUDED_VALUE
Exclude telecommute jobs.
|
static int |
TELECOMMUTE_PREFERENCE_UNSPECIFIED_VALUE
Default value if the telecommute preference isn't specified.
|
| Modifier and Type | Method and Description |
|---|---|
static LocationFilter.TelecommutePreference |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<LocationFilter.TelecommutePreference> |
internalGetValueMap() |
static LocationFilter.TelecommutePreference |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LocationFilter.TelecommutePreference |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LocationFilter.TelecommutePreference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationFilter.TelecommutePreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationFilter.TelecommutePreference TELECOMMUTE_PREFERENCE_UNSPECIFIED
Default value if the telecommute preference isn't specified.
TELECOMMUTE_PREFERENCE_UNSPECIFIED = 0;public static final LocationFilter.TelecommutePreference TELECOMMUTE_EXCLUDED
Exclude telecommute jobs.
TELECOMMUTE_EXCLUDED = 1;public static final LocationFilter.TelecommutePreference TELECOMMUTE_ALLOWED
Allow telecommute jobs.
TELECOMMUTE_ALLOWED = 2;public static final LocationFilter.TelecommutePreference UNRECOGNIZED
public static final int TELECOMMUTE_PREFERENCE_UNSPECIFIED_VALUE
Default value if the telecommute preference isn't specified.
TELECOMMUTE_PREFERENCE_UNSPECIFIED = 0;public static final int TELECOMMUTE_EXCLUDED_VALUE
Exclude telecommute jobs.
TELECOMMUTE_EXCLUDED = 1;public static final int TELECOMMUTE_ALLOWED_VALUE
Allow telecommute jobs.
TELECOMMUTE_ALLOWED = 2;public static LocationFilter.TelecommutePreference[] values()
for (LocationFilter.TelecommutePreference c : LocationFilter.TelecommutePreference.values()) System.out.println(c);
public static LocationFilter.TelecommutePreference valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static LocationFilter.TelecommutePreference valueOf(int value)
forNumber(int) instead.public static LocationFilter.TelecommutePreference forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<LocationFilter.TelecommutePreference> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static LocationFilter.TelecommutePreference valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.