Enum ProfileEvent.ProfileEventType (2.2.9)

public enum ProfileEvent.ProfileEventType extends Enum<ProfileEvent.ProfileEventType> implements ProtocolMessageEnum

The enum represents types of client events for a candidate profile.

Protobuf enum google.cloud.talent.v4beta1.ProfileEvent.ProfileEventType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOOKMARK

The profile is bookmarked.

BOOKMARK = 3;

BOOKMARK_VALUE

The profile is bookmarked.

BOOKMARK = 3;

IMPRESSION

Send this event when a ProfileEvent.profiles was sent as a part of a result set for a CTS API call and was rendered in the end user's UI (that is, the ProfileEvent.recruiter).

IMPRESSION = 1;

IMPRESSION_VALUE

Send this event when a ProfileEvent.profiles was sent as a part of a result set for a CTS API call and was rendered in the end user's UI (that is, the ProfileEvent.recruiter).

IMPRESSION = 1;

PROFILE_EVENT_TYPE_UNSPECIFIED

Default value.

PROFILE_EVENT_TYPE_UNSPECIFIED = 0;

PROFILE_EVENT_TYPE_UNSPECIFIED_VALUE

Default value.

PROFILE_EVENT_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
VIEW

The VIEW event records the action of a candidate's profile being viewed by an end user. This is critical to tracking product metrics and should be sent for every profile VIEW that happens in your system, whether the event is associated with an API call (for example, a recruiter making a request for a result set and clicking on a profile) or not (a recruiter using the system to view profile details without making a request). For a VIEW events associated with API calls, the ClientEvent.request_id should be populated. If the VIEW is not associated with an API call, request_id should not be populated. This event requires a valid recruiter and one valid ID in profiles.

VIEW = 2;

VIEW_VALUE

The VIEW event records the action of a candidate's profile being viewed by an end user. This is critical to tracking product metrics and should be sent for every profile VIEW that happens in your system, whether the event is associated with an API call (for example, a recruiter making a request for a result set and clicking on a profile) or not (a recruiter using the system to view profile details without making a request). For a VIEW events associated with API calls, the ClientEvent.request_id should be populated. If the VIEW is not associated with an API call, request_id should not be populated. This event requires a valid recruiter and one valid ID in profiles.

VIEW = 2;

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