Class: Google::Cloud::Talent::V4beta1::Profile
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Profile
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
A resource that represents the profile for a job candidate (also referred to as a "single-source profile"). A profile belongs to a Company, which is the company/organization that owns the profile.
Instance Attribute Summary collapse
-
#activities ⇒ Array<Google::Cloud::Talent::V4beta1::Activity>
Optional.
-
#additional_contact_info ⇒ Array<Google::Cloud::Talent::V4beta1::AdditionalContactInfo>
Optional.
-
#addresses ⇒ Array<Google::Cloud::Talent::V4beta1::Address>
Optional.
-
#applications ⇒ Array<String>
Output only.
-
#assignments ⇒ Array<String>
Output only.
-
#certifications ⇒ Array<Google::Cloud::Talent::V4beta1::Certification>
Optional.
-
#create_time ⇒ Google::Protobuf::Timestamp
Optional.
-
#custom_attributes ⇒ Hash{String => Google::Cloud::Talent::V4beta1::CustomAttribute}
Optional.
-
#education_records ⇒ Array<Google::Cloud::Talent::V4beta1::EducationRecord>
Optional.
-
#email_addresses ⇒ Array<Google::Cloud::Talent::V4beta1::Email>
Optional.
-
#employment_records ⇒ Array<Google::Cloud::Talent::V4beta1::EmploymentRecord>
Optional.
-
#external_id ⇒ String
Optional.
-
#group_id ⇒ String
Optional.
-
#is_hirable ⇒ Google::Protobuf::BoolValue
Optional.
-
#keyword_snippet ⇒ String
Output only.
-
#name ⇒ String
Required during profile update.
-
#patents ⇒ Array<Google::Cloud::Talent::V4beta1::Patent>
Optional.
-
#person_names ⇒ Array<Google::Cloud::Talent::V4beta1::PersonName>
Optional.
-
#personal_uris ⇒ Array<Google::Cloud::Talent::V4beta1::PersonalUri>
Optional.
-
#phone_numbers ⇒ Array<Google::Cloud::Talent::V4beta1::Phone>
Optional.
-
#processed ⇒ true, false
Output only.
-
#publications ⇒ Array<Google::Cloud::Talent::V4beta1::Publication>
Optional.
-
#resume ⇒ Google::Cloud::Talent::V4beta1::Resume
Optional.
-
#skills ⇒ Array<Google::Cloud::Talent::V4beta1::Skill>
Optional.
-
#source ⇒ String
Optional.
-
#update_time ⇒ Google::Protobuf::Timestamp
Optional.
-
#uri ⇒ String
Optional.
Instance Attribute Details
#activities ⇒ Array<Google::Cloud::Talent::V4beta1::Activity>
Returns Optional.
The individual or collaborative activities which the candidate has participated in, for example, open-source projects, class assignments that aren't listed in employment_records.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#additional_contact_info ⇒ Array<Google::Cloud::Talent::V4beta1::AdditionalContactInfo>
Returns Optional.
Available contact information besides addresses, email_addresses, phone_numbers and personal_uris. For example, Hang-out, Skype.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#addresses ⇒ Array<Google::Cloud::Talent::V4beta1::Address>
Returns Optional.
The candidate's postal addresses.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#applications ⇒ Array<String>
Returns Output only. The resource names of the candidate's applications.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#assignments ⇒ Array<String>
Returns Output only. The resource names of the candidate's assignments.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#certifications ⇒ Array<Google::Cloud::Talent::V4beta1::Certification>
Returns Optional.
The certifications acquired by the candidate.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#create_time ⇒ Google::Protobuf::Timestamp
Returns Optional.
The timestamp when the profile was first created at this source.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#custom_attributes ⇒ Hash{String => Google::Cloud::Talent::V4beta1::CustomAttribute}
Returns Optional.
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 for more details.
At most 100 filterable and at most 100 unfilterable keys are supported. If
limit is exceeded, an error is thrown. Custom attributes are unfilterable
by default. These are filterable when the filterable
flag is set to
true
.
Numeric custom attributes: each key can only map to one numeric value, otherwise an error is thrown. Client can also filter on numeric custom attributes using '>', '<' or '=' operators.
String custom attributes: each key can map up to 50 string values. For filterable string value, each value has a byte size of no more than 256B. For unfilterable string values, the maximum byte size of a single key is 64B. An error is thrown for any request exceeding the limit. The maximum total byte size is 10KB.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#education_records ⇒ Array<Google::Cloud::Talent::V4beta1::EducationRecord>
Returns Optional.
The education history record 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 education records.
- List each education type separately, no matter how minor the change is. For example, the profile contains the education experience from the same school but different degrees.
- Provide EducationRecord#is_current for the current education if possible. If not, it's inferred from user inputs.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#email_addresses ⇒ Array<Google::Cloud::Talent::V4beta1::Email>
Returns Optional.
The candidate's email addresses.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#employment_records ⇒ Array<Google::Cloud::Talent::V4beta1::EmploymentRecord>
Returns Optional.
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 for the current employment if possible. If not, it's inferred from user inputs.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#external_id ⇒ String
Returns Optional.
Profile's id in client system if available.
The maximum number of bytes allowed is 100.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#group_id ⇒ String
Returns Optional.
The cluster id of the profile to associate with other profile(s) for the same candidate.
This field should be generated by the customer. If a value is not provided, a random UUI is assigned to this field of the profile.
This is used to link multiple profiles to the same candidate. For example, a client has a candidate with two profiles, where one was created recently and the other one was created 5 years ago. These two profiles may be very different. The clients can create the first profile and get a generated group_id, and assign it when the second profile is created, indicating these two profiles are referring to the same candidate.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#is_hirable ⇒ Google::Protobuf::BoolValue
Returns Optional.
Indicates the hirable status of the candidate.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#keyword_snippet ⇒ String
Returns Output only. Keyword snippet shows how the search result is related to a search query. This is only returned in SearchProfilesResponse.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#name ⇒ String
Returns Required during profile update.
Resource name assigned to a profile by the API.
The format is "projects/project_id/tenants/tenant_id/profiles/profile_id", for example, "projects/api-test-project/tenants/foo/profiles/bar".
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#patents ⇒ Array<Google::Cloud::Talent::V4beta1::Patent>
Returns Optional.
The patents acquired by the candidate.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#person_names ⇒ Array<Google::Cloud::Talent::V4beta1::PersonName>
Returns Optional.
The names of the candidate this profile references.
Currently only one person name is supported.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#personal_uris ⇒ Array<Google::Cloud::Talent::V4beta1::PersonalUri>
Returns Optional.
The candidate's personal URIs.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#phone_numbers ⇒ Array<Google::Cloud::Talent::V4beta1::Phone>
Returns Optional.
The candidate's phone number(s).
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#processed ⇒ true, false
Returns Output only. Indicates if the profile is fully processed and searchable.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#publications ⇒ Array<Google::Cloud::Talent::V4beta1::Publication>
Returns Optional.
The publications published by the candidate.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#resume ⇒ Google::Cloud::Talent::V4beta1::Resume
Returns Optional.
The resume representing this profile.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#skills ⇒ Array<Google::Cloud::Talent::V4beta1::Skill>
Returns Optional.
The skill set of the candidate. It's highly recommended to provide as much information as possible to help improve the search quality.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#source ⇒ String
Returns Optional.
The source description indicating where the profile is acquired.
For example, if a candidate profile is acquired from a resume, the user can input "resume" here to indicate the source.
The maximum number of bytes allowed is 100.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#update_time ⇒ Google::Protobuf::Timestamp
Returns Optional.
The timestamp when the profile was last updated at this source.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |
#uri ⇒ String
Returns Optional.
The URI set by clients that links to this profile's client-side copy.
The maximum number of bytes allowed is 4000.
217 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 217 class Profile; end |