lib/google/cloud/talent/v4beta1/profile_pb.rb in google-cloud-talent-0.1.0 vs lib/google/cloud/talent/v4beta1/profile_pb.rb in google-cloud-talent-0.2.0
- old
+ new
@@ -5,10 +5,12 @@
require 'google/protobuf'
require 'google/api/annotations_pb'
require 'google/cloud/talent/v4beta1/common_pb'
require 'google/cloud/talent/v4beta1/job_pb'
+require 'google/protobuf/duration_pb'
+require 'google/protobuf/field_mask_pb'
require 'google/protobuf/timestamp_pb'
require 'google/protobuf/wrappers_pb'
require 'google/type/date_pb'
require 'google/type/postal_address_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -33,12 +35,12 @@
repeated :skills, :message, 19, "google.cloud.talent.v4beta1.Skill"
repeated :activities, :message, 20, "google.cloud.talent.v4beta1.Activity"
repeated :publications, :message, 21, "google.cloud.talent.v4beta1.Publication"
repeated :patents, :message, 22, "google.cloud.talent.v4beta1.Patent"
repeated :certifications, :message, 23, "google.cloud.talent.v4beta1.Certification"
- repeated :job_applications, :message, 24, "google.cloud.talent.v4beta1.JobApplication"
- repeated :recruiting_notes, :message, 25, "google.cloud.talent.v4beta1.RecruitingNote"
+ repeated :applications, :string, 47
+ repeated :assignments, :string, 48
map :custom_attributes, :string, :message, 26, "google.cloud.talent.v4beta1.CustomAttribute"
optional :processed, :bool, 27
optional :keyword_snippet, :string, 28
end
add_message "google.cloud.talent.v4beta1.PersonName" do
@@ -55,11 +57,11 @@
repeated :suffixes, :string, 4
repeated :prefixes, :string, 5
end
add_message "google.cloud.talent.v4beta1.Address" do
optional :usage, :enum, 1, "google.cloud.talent.v4beta1.ContactInfoUsage"
- optional :is_current, :message, 4, "google.protobuf.BoolValue"
+ optional :current, :message, 4, "google.protobuf.BoolValue"
oneof :address do
optional :unstructured_address, :string, 2
optional :structured_address, :message, 3, "google.type.PostalAddress"
end
end
@@ -99,11 +101,11 @@
optional :employer_name, :string, 3
optional :division_name, :string, 4
optional :address, :message, 5, "google.cloud.talent.v4beta1.Address"
optional :job_title, :string, 6
optional :job_description, :string, 7
- optional :is_supervised_position, :message, 8, "google.protobuf.BoolValue"
+ optional :is_supervisor, :message, 8, "google.protobuf.BoolValue"
optional :is_self_employed, :message, 9, "google.protobuf.BoolValue"
optional :is_current, :message, 10, "google.protobuf.BoolValue"
optional :job_title_snippet, :string, 11
optional :job_description_snippet, :string, 12
optional :employer_name_snippet, :string, 13
@@ -126,25 +128,10 @@
add_message "google.cloud.talent.v4beta1.Degree" do
optional :degree_type, :enum, 1, "google.cloud.talent.v4beta1.DegreeType"
optional :degree_name, :string, 2
repeated :fields_of_study, :string, 3
end
- add_message "google.cloud.talent.v4beta1.Skill" do
- optional :display_name, :string, 1
- optional :last_used_date, :message, 2, "google.type.Date"
- optional :level, :enum, 3, "google.cloud.talent.v4beta1.Skill.SkillProficiencyLevel"
- optional :context, :string, 4
- optional :skill_name_snippet, :string, 5
- end
- add_enum "google.cloud.talent.v4beta1.Skill.SkillProficiencyLevel" do
- value :SKILL_PROFICIENCY_LEVEL_UNSPECIFIED, 0
- value :FUNDAMENTAL_AWARENESS, 1
- value :NOVICE, 2
- value :INTERMEDIATE, 3
- value :ADVANCED, 4
- value :EXPERT, 5
- end
add_message "google.cloud.talent.v4beta1.Activity" do
optional :display_name, :string, 1
optional :description, :string, 2
optional :uri, :string, 3
optional :create_date, :message, 4, "google.type.Date"
@@ -175,49 +162,10 @@
optional :patent_office, :string, 6
optional :patent_number, :string, 7
optional :patent_description, :string, 8
repeated :skills_used, :message, 9, "google.cloud.talent.v4beta1.Skill"
end
- add_message "google.cloud.talent.v4beta1.JobApplication" do
- optional :job, :message, 1, "google.cloud.talent.v4beta1.Job"
- optional :application_id, :string, 2
- optional :application_date, :message, 3, "google.type.Date"
- optional :last_stage, :string, 4
- optional :state, :enum, 5, "google.cloud.talent.v4beta1.JobApplication.ApplicationStatus"
- optional :average_interview_score, :double, 6
- optional :interview_score_scale_id, :string, 7
- optional :number_of_interviews, :int32, 8
- optional :is_employee_referred, :message, 9, "google.protobuf.BoolValue"
- optional :update_time, :message, 10, "google.protobuf.Timestamp"
- optional :outcome_reason, :string, 11
- optional :outcome_positiveness, :double, 12
- optional :is_match, :message, 13, "google.protobuf.BoolValue"
- optional :job_title_snippet, :string, 14
- end
- add_enum "google.cloud.talent.v4beta1.JobApplication.ApplicationStatus" do
- value :APPLICATION_STATUS_UNSPECIFIED, 0
- value :OFFER_EXTENDED, 1
- value :REJECTED_BY_CANDIDATE, 2
- value :ACTIVE, 3
- value :REJECTED_BY_EMPLOYER, 4
- value :HIRED_PENDING_DATE, 5
- value :HIRED_STARTED, 6
- value :PROSPECTED, 7
- end
- add_message "google.cloud.talent.v4beta1.Certification" do
- optional :display_name, :string, 1
- optional :acquire_date, :message, 2, "google.type.Date"
- optional :expire_date, :message, 3, "google.type.Date"
- optional :authority, :string, 4
- optional :description, :string, 5
- end
- add_message "google.cloud.talent.v4beta1.RecruitingNote" do
- optional :note, :string, 1
- optional :commenter, :string, 2
- optional :create_date, :message, 3, "google.type.Date"
- optional :type, :string, 4
- end
end
module Google
module Cloud
module Talent
@@ -232,18 +180,12 @@
PersonalUri = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.PersonalUri").msgclass
AdditionalContactInfo = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.AdditionalContactInfo").msgclass
EmploymentRecord = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EmploymentRecord").msgclass
EducationRecord = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EducationRecord").msgclass
Degree = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Degree").msgclass
- Skill = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Skill").msgclass
- Skill::SkillProficiencyLevel = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Skill.SkillProficiencyLevel").enummodule
Activity = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Activity").msgclass
Publication = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Publication").msgclass
Patent = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Patent").msgclass
- JobApplication = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobApplication").msgclass
- JobApplication::ApplicationStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobApplication.ApplicationStatus").enummodule
- Certification = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Certification").msgclass
- RecruitingNote = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.RecruitingNote").msgclass
end
end
end
end