Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions talent/google/cloud/talent_v4beta1/proto/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ message Profile {
// The certifications acquired by the candidate.
repeated Certification certifications = 23;

// The resource names of the candidate's applications.
repeated string applications = 47;

// The resource names of the candidate's assignments.
repeated string assignments = 48;

// A map of fields to hold both filterable and non-filterable custom profile
// attributes that aren't covered by the provided structured fields. See
// [CustomAttribute][google.cloud.talent.v4beta1.CustomAttribute] for more
Expand Down
Loading