public static enum ProfileEvent.ProfileEventType extends Enum<ProfileEvent.ProfileEventType> implements com.google.protobuf.ProtocolMessageEnum
The enum represents types of client events for a candidate profile.Protobuf enum
google.cloud.talent.v4beta1.ProfileEvent.ProfileEventType| Enum Constant and Description |
|---|
BOOKMARK
The profile is bookmarked.
|
IMPRESSION
The profile is displayed.
|
PROFILE_EVENT_TYPE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
VIEW
The profile is viewed.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOKMARK_VALUE
The profile is bookmarked.
|
static int |
IMPRESSION_VALUE
The profile is displayed.
|
static int |
PROFILE_EVENT_TYPE_UNSPECIFIED_VALUE
Default value.
|
static int |
VIEW_VALUE
The profile is viewed.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileEvent.ProfileEventType |
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<ProfileEvent.ProfileEventType> |
internalGetValueMap() |
static ProfileEvent.ProfileEventType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProfileEvent.ProfileEventType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProfileEvent.ProfileEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileEvent.ProfileEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileEvent.ProfileEventType PROFILE_EVENT_TYPE_UNSPECIFIED
Default value.
PROFILE_EVENT_TYPE_UNSPECIFIED = 0;public static final ProfileEvent.ProfileEventType IMPRESSION
The profile is displayed.
IMPRESSION = 1;public static final ProfileEvent.ProfileEventType VIEW
The profile is viewed.
VIEW = 2;public static final ProfileEvent.ProfileEventType BOOKMARK
The profile is bookmarked.
BOOKMARK = 3;public static final ProfileEvent.ProfileEventType UNRECOGNIZED
public static final int PROFILE_EVENT_TYPE_UNSPECIFIED_VALUE
Default value.
PROFILE_EVENT_TYPE_UNSPECIFIED = 0;public static final int IMPRESSION_VALUE
The profile is displayed.
IMPRESSION = 1;public static final int VIEW_VALUE
The profile is viewed.
VIEW = 2;public static final int BOOKMARK_VALUE
The profile is bookmarked.
BOOKMARK = 3;public static ProfileEvent.ProfileEventType[] values()
for (ProfileEvent.ProfileEventType c : ProfileEvent.ProfileEventType.values()) System.out.println(c);
public static ProfileEvent.ProfileEventType 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 ProfileEvent.ProfileEventType valueOf(int value)
forNumber(int) instead.public static ProfileEvent.ProfileEventType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ProfileEvent.ProfileEventType> 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 ProfileEvent.ProfileEventType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.