Class Profile (0.5.0)

A resource that represents the profile for a job candidate (also referred to as a "single-source profile").

Profile's id in client system, if available. This value is unique for each profile inside a tenant. An error is thrown if another profile with the same external_id is created. The maximum number of bytes allowed is 100.

The URI set by clients that links to this profile's client- side copy. The maximum number of bytes allowed is 4000.

Indicates the hirable status of the candidate.

The timestamp when the profile was last updated at this source.

The timestamp when the candidate's resume was added or updated on the candidate's profile. Whether that resume was directly uploaded by a candidate, pulled from a 3rd party job board feed, added by a recruiter, and so on. If this field is updated, it's expected that resume is provided in the create or update calls.

The names of the candidate this profile references. Currently only one person name is supported.

The candidate's email addresses.

The candidate's personal URIs.

The employment history records of the candidate. It's highly recommended to input this information as accurately as possible to help improve search quality. Here are some recommendations: - Specify the start and end dates of the employment records. - List different employment types separately, no matter how minor the change is. For example, only job title is changed from "software engineer" to "senior software engineer". - Provide [EmploymentRecord.is _current][google.cloud.talent.v4beta1.EmploymentRecord.is_cu rrent] for the current employment if possible. If not, it's inferred from user inputs. The limitation for max number of employment records is 100.

The skill set of the candidate. It's highly recommended to provide as much information as possible to help improve the search quality. The limitation for max number of skills is 500.

The publications published by the candidate. The limitation for max number of publications is 50.

The certifications acquired by the candidate.

Output only. The resource names of the candidate's assignments.

Output only. Indicates if a summarized profile was created as part of the profile creation API call. This flag does not indicate whether a profile is searchable or not.

Output only. Candidate's availability signals.

Classes

CustomAttributesEntry

API documentation for talent_v4beta1.types.Profile.CustomAttributesEntry class.