public static enum EmployerFilter.EmployerFilterMode extends Enum<EmployerFilter.EmployerFilterMode> implements com.google.protobuf.ProtocolMessageEnum
Enum indicating which set of [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records] to search against.Protobuf enum
google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode| Enum Constant and Description |
|---|
ALL_EMPLOYMENT_RECORDS
Apply to all employers in
[Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
|
CURRENT_EMPLOYMENT_RECORDS_ONLY
Apply only to current employer in
[Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
|
EMPLOYER_FILTER_MODE_UNSPECIFIED
Default value.
|
PAST_EMPLOYMENT_RECORDS_ONLY
Apply only to past (not current) employers in
[Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_EMPLOYMENT_RECORDS_VALUE
Apply to all employers in
[Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
|
static int |
CURRENT_EMPLOYMENT_RECORDS_ONLY_VALUE
Apply only to current employer in
[Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
|
static int |
EMPLOYER_FILTER_MODE_UNSPECIFIED_VALUE
Default value.
|
static int |
PAST_EMPLOYMENT_RECORDS_ONLY_VALUE
Apply only to past (not current) employers in
[Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
|
| Modifier and Type | Method and Description |
|---|---|
static EmployerFilter.EmployerFilterMode |
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<EmployerFilter.EmployerFilterMode> |
internalGetValueMap() |
static EmployerFilter.EmployerFilterMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EmployerFilter.EmployerFilterMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EmployerFilter.EmployerFilterMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmployerFilter.EmployerFilterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmployerFilter.EmployerFilterMode EMPLOYER_FILTER_MODE_UNSPECIFIED
Default value.
EMPLOYER_FILTER_MODE_UNSPECIFIED = 0;public static final EmployerFilter.EmployerFilterMode ALL_EMPLOYMENT_RECORDS
Apply to all employers in [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
ALL_EMPLOYMENT_RECORDS = 1;public static final EmployerFilter.EmployerFilterMode CURRENT_EMPLOYMENT_RECORDS_ONLY
Apply only to current employer in [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
CURRENT_EMPLOYMENT_RECORDS_ONLY = 2;public static final EmployerFilter.EmployerFilterMode PAST_EMPLOYMENT_RECORDS_ONLY
Apply only to past (not current) employers in [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
PAST_EMPLOYMENT_RECORDS_ONLY = 3;public static final EmployerFilter.EmployerFilterMode UNRECOGNIZED
public static final int EMPLOYER_FILTER_MODE_UNSPECIFIED_VALUE
Default value.
EMPLOYER_FILTER_MODE_UNSPECIFIED = 0;public static final int ALL_EMPLOYMENT_RECORDS_VALUE
Apply to all employers in [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
ALL_EMPLOYMENT_RECORDS = 1;public static final int CURRENT_EMPLOYMENT_RECORDS_ONLY_VALUE
Apply only to current employer in [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
CURRENT_EMPLOYMENT_RECORDS_ONLY = 2;public static final int PAST_EMPLOYMENT_RECORDS_ONLY_VALUE
Apply only to past (not current) employers in [Profile.employment_records][google.cloud.talent.v4beta1.Profile.employment_records].
PAST_EMPLOYMENT_RECORDS_ONLY = 3;public static EmployerFilter.EmployerFilterMode[] values()
for (EmployerFilter.EmployerFilterMode c : EmployerFilter.EmployerFilterMode.values()) System.out.println(c);
public static EmployerFilter.EmployerFilterMode 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 EmployerFilter.EmployerFilterMode valueOf(int value)
forNumber(int) instead.public static EmployerFilter.EmployerFilterMode forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<EmployerFilter.EmployerFilterMode> 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 EmployerFilter.EmployerFilterMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.