google-cloud-talent-v4beta1 0.4.6 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +6 -6
  3. data/README.md +9 -4
  4. data/lib/google/cloud/talent/v4beta1/batch_pb.rb +0 -1
  5. data/lib/google/cloud/talent/v4beta1/common_pb.rb +3 -65
  6. data/lib/google/cloud/talent/v4beta1/company_pb.rb +2 -2
  7. data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +2 -1
  8. data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +3 -2
  9. data/lib/google/cloud/talent/v4beta1/event_pb.rb +2 -16
  10. data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +2 -1
  11. data/lib/google/cloud/talent/v4beta1/filters_pb.rb +3 -102
  12. data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +0 -1
  13. data/lib/google/cloud/talent/v4beta1/job_pb.rb +2 -3
  14. data/lib/google/cloud/talent/v4beta1/job_service/client.rb +48 -23
  15. data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +10 -2
  16. data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +2 -3
  17. data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +2 -1
  18. data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
  19. data/lib/google/cloud/talent/v4beta1.rb +3 -3
  20. data/proto_docs/google/cloud/talent/v4beta1/common.rb +10 -227
  21. data/proto_docs/google/cloud/talent/v4beta1/event.rb +1 -60
  22. data/proto_docs/google/cloud/talent/v4beta1/filters.rb +40 -482
  23. data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +1 -1
  24. data/proto_docs/google/cloud/talent/v4beta1/job.rb +1 -1
  25. data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +64 -16
  26. data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +1 -1
  27. data/proto_docs/google/protobuf/any.rb +3 -3
  28. data/proto_docs/google/type/timeofday.rb +1 -1
  29. metadata +3 -22
  30. data/lib/google/cloud/talent/v4beta1/application_pb.rb +0 -64
  31. data/lib/google/cloud/talent/v4beta1/application_service/client.rb +0 -813
  32. data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +0 -52
  33. data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +0 -155
  34. data/lib/google/cloud/talent/v4beta1/application_service.rb +0 -50
  35. data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +0 -56
  36. data/lib/google/cloud/talent/v4beta1/application_service_services_pb.rb +0 -54
  37. data/lib/google/cloud/talent/v4beta1/profile_pb.rb +0 -214
  38. data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +0 -1107
  39. data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +0 -52
  40. data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +0 -69
  41. data/lib/google/cloud/talent/v4beta1/profile_service.rb +0 -50
  42. data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +0 -92
  43. data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +0 -63
  44. data/proto_docs/google/cloud/talent/v4beta1/application.rb +0 -169
  45. data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +0 -122
  46. data/proto_docs/google/cloud/talent/v4beta1/profile.rb +0 -811
  47. data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +0 -392
  48. data/proto_docs/google/type/date.rb +0 -53
@@ -1,52 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2020 Google LLC
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # https://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
-
17
- # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
-
19
- require "googleauth"
20
-
21
- module Google
22
- module Cloud
23
- module Talent
24
- module V4beta1
25
- module ApplicationService
26
- # Credentials for the ApplicationService API.
27
- class Credentials < ::Google::Auth::Credentials
28
- self.scope = [
29
- "https://www.googleapis.com/auth/cloud-platform",
30
- "https://www.googleapis.com/auth/jobs"
31
- ]
32
- self.env_vars = [
33
- "TALENT_CREDENTIALS",
34
- "TALENT_KEYFILE",
35
- "GOOGLE_CLOUD_CREDENTIALS",
36
- "GOOGLE_CLOUD_KEYFILE",
37
- "GCLOUD_KEYFILE",
38
- "TALENT_CREDENTIALS_JSON",
39
- "TALENT_KEYFILE_JSON",
40
- "GOOGLE_CLOUD_CREDENTIALS_JSON",
41
- "GOOGLE_CLOUD_KEYFILE_JSON",
42
- "GCLOUD_KEYFILE_JSON"
43
- ]
44
- self.paths = [
45
- "~/.config/google_cloud/application_default_credentials.json"
46
- ]
47
- end
48
- end
49
- end
50
- end
51
- end
52
- end
@@ -1,155 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2020 Google LLC
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # https://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
-
17
- # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
-
19
-
20
- module Google
21
- module Cloud
22
- module Talent
23
- module V4beta1
24
- module ApplicationService
25
- # Path helper methods for the ApplicationService API.
26
- module Paths
27
- ##
28
- # Create a fully-qualified Application resource string.
29
- #
30
- # The resource will be in the following format:
31
- #
32
- # `projects/{project}/tenants/{tenant}/profiles/{profile}/applications/{application}`
33
- #
34
- # @param project [String]
35
- # @param tenant [String]
36
- # @param profile [String]
37
- # @param application [String]
38
- #
39
- # @return [::String]
40
- def application_path project:, tenant:, profile:, application:
41
- raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
42
- raise ::ArgumentError, "tenant cannot contain /" if tenant.to_s.include? "/"
43
- raise ::ArgumentError, "profile cannot contain /" if profile.to_s.include? "/"
44
-
45
- "projects/#{project}/tenants/#{tenant}/profiles/#{profile}/applications/#{application}"
46
- end
47
-
48
- ##
49
- # Create a fully-qualified Company resource string.
50
- #
51
- # @overload company_path(project:, tenant:, company:)
52
- # The resource will be in the following format:
53
- #
54
- # `projects/{project}/tenants/{tenant}/companies/{company}`
55
- #
56
- # @param project [String]
57
- # @param tenant [String]
58
- # @param company [String]
59
- #
60
- # @overload company_path(project:, company:)
61
- # The resource will be in the following format:
62
- #
63
- # `projects/{project}/companies/{company}`
64
- #
65
- # @param project [String]
66
- # @param company [String]
67
- #
68
- # @return [::String]
69
- def company_path **args
70
- resources = {
71
- "company:project:tenant" => (proc do |project:, tenant:, company:|
72
- raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
73
- raise ::ArgumentError, "tenant cannot contain /" if tenant.to_s.include? "/"
74
-
75
- "projects/#{project}/tenants/#{tenant}/companies/#{company}"
76
- end),
77
- "company:project" => (proc do |project:, company:|
78
- raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
79
-
80
- "projects/#{project}/companies/#{company}"
81
- end)
82
- }
83
-
84
- resource = resources[args.keys.sort.join(":")]
85
- raise ::ArgumentError, "no resource found for values #{args.keys}" if resource.nil?
86
- resource.call(**args)
87
- end
88
-
89
- ##
90
- # Create a fully-qualified Job resource string.
91
- #
92
- # @overload job_path(project:, tenant:, job:)
93
- # The resource will be in the following format:
94
- #
95
- # `projects/{project}/tenants/{tenant}/jobs/{job}`
96
- #
97
- # @param project [String]
98
- # @param tenant [String]
99
- # @param job [String]
100
- #
101
- # @overload job_path(project:, job:)
102
- # The resource will be in the following format:
103
- #
104
- # `projects/{project}/jobs/{job}`
105
- #
106
- # @param project [String]
107
- # @param job [String]
108
- #
109
- # @return [::String]
110
- def job_path **args
111
- resources = {
112
- "job:project:tenant" => (proc do |project:, tenant:, job:|
113
- raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
114
- raise ::ArgumentError, "tenant cannot contain /" if tenant.to_s.include? "/"
115
-
116
- "projects/#{project}/tenants/#{tenant}/jobs/#{job}"
117
- end),
118
- "job:project" => (proc do |project:, job:|
119
- raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
120
-
121
- "projects/#{project}/jobs/#{job}"
122
- end)
123
- }
124
-
125
- resource = resources[args.keys.sort.join(":")]
126
- raise ::ArgumentError, "no resource found for values #{args.keys}" if resource.nil?
127
- resource.call(**args)
128
- end
129
-
130
- ##
131
- # Create a fully-qualified Profile resource string.
132
- #
133
- # The resource will be in the following format:
134
- #
135
- # `projects/{project}/tenants/{tenant}/profiles/{profile}`
136
- #
137
- # @param project [String]
138
- # @param tenant [String]
139
- # @param profile [String]
140
- #
141
- # @return [::String]
142
- def profile_path project:, tenant:, profile:
143
- raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
144
- raise ::ArgumentError, "tenant cannot contain /" if tenant.to_s.include? "/"
145
-
146
- "projects/#{project}/tenants/#{tenant}/profiles/#{profile}"
147
- end
148
-
149
- extend self
150
- end
151
- end
152
- end
153
- end
154
- end
155
- end
@@ -1,50 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2020 Google LLC
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # https://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
-
17
- # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
-
19
- require "gapic/common"
20
- require "gapic/config"
21
- require "gapic/config/method"
22
-
23
- require "google/cloud/talent/v4beta1/version"
24
-
25
- require "google/cloud/talent/v4beta1/application_service/credentials"
26
- require "google/cloud/talent/v4beta1/application_service/paths"
27
- require "google/cloud/talent/v4beta1/application_service/client"
28
-
29
- module Google
30
- module Cloud
31
- module Talent
32
- module V4beta1
33
- ##
34
- # A service that handles application management, including CRUD and
35
- # enumeration.
36
- #
37
- # To load this service and instantiate a client:
38
- #
39
- # require "google/cloud/talent/v4beta1/application_service"
40
- # client = ::Google::Cloud::Talent::V4beta1::ApplicationService::Client.new
41
- #
42
- module ApplicationService
43
- end
44
- end
45
- end
46
- end
47
- end
48
-
49
- helper_path = ::File.join __dir__, "application_service", "helpers.rb"
50
- require "google/cloud/talent/v4beta1/application_service/helpers" if ::File.file? helper_path
@@ -1,56 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: google/cloud/talent/v4beta1/application_service.proto
3
-
4
- require 'google/api/annotations_pb'
5
- require 'google/api/client_pb'
6
- require 'google/api/field_behavior_pb'
7
- require 'google/api/resource_pb'
8
- require 'google/cloud/talent/v4beta1/application_pb'
9
- require 'google/cloud/talent/v4beta1/common_pb'
10
- require 'google/protobuf/empty_pb'
11
- require 'google/protobuf/field_mask_pb'
12
- require 'google/protobuf'
13
-
14
- Google::Protobuf::DescriptorPool.generated_pool.build do
15
- add_file("google/cloud/talent/v4beta1/application_service.proto", :syntax => :proto3) do
16
- add_message "google.cloud.talent.v4beta1.CreateApplicationRequest" do
17
- optional :parent, :string, 1
18
- optional :application, :message, 2, "google.cloud.talent.v4beta1.Application"
19
- end
20
- add_message "google.cloud.talent.v4beta1.GetApplicationRequest" do
21
- optional :name, :string, 1
22
- end
23
- add_message "google.cloud.talent.v4beta1.UpdateApplicationRequest" do
24
- optional :application, :message, 1, "google.cloud.talent.v4beta1.Application"
25
- optional :update_mask, :message, 2, "google.protobuf.FieldMask"
26
- end
27
- add_message "google.cloud.talent.v4beta1.DeleteApplicationRequest" do
28
- optional :name, :string, 1
29
- end
30
- add_message "google.cloud.talent.v4beta1.ListApplicationsRequest" do
31
- optional :parent, :string, 1
32
- optional :page_token, :string, 2
33
- optional :page_size, :int32, 3
34
- end
35
- add_message "google.cloud.talent.v4beta1.ListApplicationsResponse" do
36
- repeated :applications, :message, 1, "google.cloud.talent.v4beta1.Application"
37
- optional :next_page_token, :string, 2
38
- optional :metadata, :message, 3, "google.cloud.talent.v4beta1.ResponseMetadata"
39
- end
40
- end
41
- end
42
-
43
- module Google
44
- module Cloud
45
- module Talent
46
- module V4beta1
47
- CreateApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CreateApplicationRequest").msgclass
48
- GetApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.GetApplicationRequest").msgclass
49
- UpdateApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.UpdateApplicationRequest").msgclass
50
- DeleteApplicationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.DeleteApplicationRequest").msgclass
51
- ListApplicationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ListApplicationsRequest").msgclass
52
- ListApplicationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ListApplicationsResponse").msgclass
53
- end
54
- end
55
- end
56
- end
@@ -1,54 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: google/cloud/talent/v4beta1/application_service.proto for package 'google.cloud.talent.v4beta1'
3
- # Original file comments:
4
- # Copyright 2020 Google LLC
5
- #
6
- # Licensed under the Apache License, Version 2.0 (the "License");
7
- # you may not use this file except in compliance with the License.
8
- # You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
12
- # Unless required by applicable law or agreed to in writing, software
13
- # distributed under the License is distributed on an "AS IS" BASIS,
14
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- # See the License for the specific language governing permissions and
16
- # limitations under the License.
17
- #
18
-
19
- require 'grpc'
20
- require 'google/cloud/talent/v4beta1/application_service_pb'
21
-
22
- module Google
23
- module Cloud
24
- module Talent
25
- module V4beta1
26
- module ApplicationService
27
- # A service that handles application management, including CRUD and
28
- # enumeration.
29
- class Service
30
-
31
- include ::GRPC::GenericService
32
-
33
- self.marshal_class_method = :encode
34
- self.unmarshal_class_method = :decode
35
- self.service_name = 'google.cloud.talent.v4beta1.ApplicationService'
36
-
37
- # Creates a new application entity.
38
- rpc :CreateApplication, ::Google::Cloud::Talent::V4beta1::CreateApplicationRequest, ::Google::Cloud::Talent::V4beta1::Application
39
- # Retrieves specified application.
40
- rpc :GetApplication, ::Google::Cloud::Talent::V4beta1::GetApplicationRequest, ::Google::Cloud::Talent::V4beta1::Application
41
- # Updates specified application.
42
- rpc :UpdateApplication, ::Google::Cloud::Talent::V4beta1::UpdateApplicationRequest, ::Google::Cloud::Talent::V4beta1::Application
43
- # Deletes specified application.
44
- rpc :DeleteApplication, ::Google::Cloud::Talent::V4beta1::DeleteApplicationRequest, ::Google::Protobuf::Empty
45
- # Lists all applications associated with the profile.
46
- rpc :ListApplications, ::Google::Cloud::Talent::V4beta1::ListApplicationsRequest, ::Google::Cloud::Talent::V4beta1::ListApplicationsResponse
47
- end
48
-
49
- Stub = Service.rpc_stub_class
50
- end
51
- end
52
- end
53
- end
54
- end
@@ -1,214 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: google/cloud/talent/v4beta1/profile.proto
3
-
4
- require 'google/api/field_behavior_pb'
5
- require 'google/api/resource_pb'
6
- require 'google/cloud/talent/v4beta1/common_pb'
7
- require 'google/protobuf/duration_pb'
8
- require 'google/protobuf/timestamp_pb'
9
- require 'google/protobuf/wrappers_pb'
10
- require 'google/type/date_pb'
11
- require 'google/type/postal_address_pb'
12
- require 'google/api/annotations_pb'
13
- require 'google/protobuf'
14
-
15
- Google::Protobuf::DescriptorPool.generated_pool.build do
16
- add_file("google/cloud/talent/v4beta1/profile.proto", :syntax => :proto3) do
17
- add_message "google.cloud.talent.v4beta1.Profile" do
18
- optional :name, :string, 1
19
- optional :external_id, :string, 2
20
- optional :source, :string, 3
21
- optional :uri, :string, 4
22
- optional :group_id, :string, 5
23
- optional :is_hirable, :message, 6, "google.protobuf.BoolValue"
24
- optional :create_time, :message, 7, "google.protobuf.Timestamp"
25
- optional :update_time, :message, 8, "google.protobuf.Timestamp"
26
- optional :candidate_update_time, :message, 67, "google.protobuf.Timestamp"
27
- optional :resume_update_time, :message, 68, "google.protobuf.Timestamp"
28
- optional :resume, :message, 53, "google.cloud.talent.v4beta1.Resume"
29
- repeated :person_names, :message, 11, "google.cloud.talent.v4beta1.PersonName"
30
- repeated :addresses, :message, 12, "google.cloud.talent.v4beta1.Address"
31
- repeated :email_addresses, :message, 13, "google.cloud.talent.v4beta1.Email"
32
- repeated :phone_numbers, :message, 14, "google.cloud.talent.v4beta1.Phone"
33
- repeated :personal_uris, :message, 15, "google.cloud.talent.v4beta1.PersonalUri"
34
- repeated :additional_contact_info, :message, 16, "google.cloud.talent.v4beta1.AdditionalContactInfo"
35
- repeated :employment_records, :message, 17, "google.cloud.talent.v4beta1.EmploymentRecord"
36
- repeated :education_records, :message, 18, "google.cloud.talent.v4beta1.EducationRecord"
37
- repeated :skills, :message, 19, "google.cloud.talent.v4beta1.Skill"
38
- repeated :activities, :message, 20, "google.cloud.talent.v4beta1.Activity"
39
- repeated :publications, :message, 21, "google.cloud.talent.v4beta1.Publication"
40
- repeated :patents, :message, 22, "google.cloud.talent.v4beta1.Patent"
41
- repeated :certifications, :message, 23, "google.cloud.talent.v4beta1.Certification"
42
- repeated :applications, :string, 47
43
- repeated :assignments, :string, 48
44
- map :custom_attributes, :string, :message, 26, "google.cloud.talent.v4beta1.CustomAttribute"
45
- optional :processed, :bool, 27
46
- optional :keyword_snippet, :string, 28
47
- repeated :availability_signals, :message, 70, "google.cloud.talent.v4beta1.AvailabilitySignal"
48
- repeated :derived_addresses, :message, 64, "google.cloud.talent.v4beta1.Location"
49
- end
50
- add_message "google.cloud.talent.v4beta1.AvailabilitySignal" do
51
- optional :type, :enum, 1, "google.cloud.talent.v4beta1.AvailabilitySignalType"
52
- optional :last_update_time, :message, 2, "google.protobuf.Timestamp"
53
- optional :filter_satisfied, :message, 3, "google.protobuf.BoolValue"
54
- end
55
- add_message "google.cloud.talent.v4beta1.Resume" do
56
- optional :structured_resume, :string, 1
57
- optional :resume_type, :enum, 2, "google.cloud.talent.v4beta1.Resume.ResumeType"
58
- end
59
- add_enum "google.cloud.talent.v4beta1.Resume.ResumeType" do
60
- value :RESUME_TYPE_UNSPECIFIED, 0
61
- value :HRXML, 1
62
- value :OTHER_RESUME_TYPE, 2
63
- end
64
- add_message "google.cloud.talent.v4beta1.PersonName" do
65
- optional :preferred_name, :string, 3
66
- oneof :person_name do
67
- optional :formatted_name, :string, 1
68
- optional :structured_name, :message, 2, "google.cloud.talent.v4beta1.PersonName.PersonStructuredName"
69
- end
70
- end
71
- add_message "google.cloud.talent.v4beta1.PersonName.PersonStructuredName" do
72
- optional :given_name, :string, 1
73
- optional :preferred_name, :string, 6
74
- optional :middle_initial, :string, 2
75
- optional :family_name, :string, 3
76
- repeated :suffixes, :string, 4
77
- repeated :prefixes, :string, 5
78
- end
79
- add_message "google.cloud.talent.v4beta1.Address" do
80
- optional :usage, :enum, 1, "google.cloud.talent.v4beta1.ContactInfoUsage"
81
- optional :current, :message, 4, "google.protobuf.BoolValue"
82
- oneof :address do
83
- optional :unstructured_address, :string, 2
84
- optional :structured_address, :message, 3, "google.type.PostalAddress"
85
- end
86
- end
87
- add_message "google.cloud.talent.v4beta1.Email" do
88
- optional :usage, :enum, 1, "google.cloud.talent.v4beta1.ContactInfoUsage"
89
- optional :email_address, :string, 2
90
- end
91
- add_message "google.cloud.talent.v4beta1.Phone" do
92
- optional :usage, :enum, 1, "google.cloud.talent.v4beta1.ContactInfoUsage"
93
- optional :type, :enum, 2, "google.cloud.talent.v4beta1.Phone.PhoneType"
94
- optional :number, :string, 3
95
- optional :when_available, :string, 4
96
- end
97
- add_enum "google.cloud.talent.v4beta1.Phone.PhoneType" do
98
- value :PHONE_TYPE_UNSPECIFIED, 0
99
- value :LANDLINE, 1
100
- value :MOBILE, 2
101
- value :FAX, 3
102
- value :PAGER, 4
103
- value :TTY_OR_TDD, 5
104
- value :VOICEMAIL, 6
105
- value :VIRTUAL, 7
106
- value :VOIP, 8
107
- value :MOBILE_OR_LANDLINE, 9
108
- end
109
- add_message "google.cloud.talent.v4beta1.PersonalUri" do
110
- optional :uri, :string, 1
111
- end
112
- add_message "google.cloud.talent.v4beta1.AdditionalContactInfo" do
113
- optional :usage, :enum, 1, "google.cloud.talent.v4beta1.ContactInfoUsage"
114
- optional :name, :string, 2
115
- optional :contact_id, :string, 3
116
- end
117
- add_message "google.cloud.talent.v4beta1.EmploymentRecord" do
118
- optional :start_date, :message, 1, "google.type.Date"
119
- optional :end_date, :message, 2, "google.type.Date"
120
- optional :employer_name, :string, 3
121
- optional :division_name, :string, 4
122
- optional :address, :message, 5, "google.cloud.talent.v4beta1.Address"
123
- optional :job_title, :string, 6
124
- optional :job_description, :string, 7
125
- optional :is_supervisor, :message, 8, "google.protobuf.BoolValue"
126
- optional :is_self_employed, :message, 9, "google.protobuf.BoolValue"
127
- optional :is_current, :message, 10, "google.protobuf.BoolValue"
128
- optional :job_title_snippet, :string, 11
129
- optional :job_description_snippet, :string, 12
130
- optional :employer_name_snippet, :string, 13
131
- end
132
- add_message "google.cloud.talent.v4beta1.EducationRecord" do
133
- optional :start_date, :message, 1, "google.type.Date"
134
- optional :end_date, :message, 2, "google.type.Date"
135
- optional :expected_graduation_date, :message, 3, "google.type.Date"
136
- optional :school_name, :string, 4
137
- optional :address, :message, 5, "google.cloud.talent.v4beta1.Address"
138
- optional :description, :string, 8
139
- optional :is_current, :message, 9, "google.protobuf.BoolValue"
140
- optional :school_name_snippet, :string, 10
141
- optional :degree_snippet, :string, 11
142
- oneof :degree do
143
- optional :degree_description, :string, 6
144
- optional :structured_degree, :message, 7, "google.cloud.talent.v4beta1.Degree"
145
- end
146
- end
147
- add_message "google.cloud.talent.v4beta1.Degree" do
148
- optional :degree_type, :enum, 1, "google.cloud.talent.v4beta1.DegreeType"
149
- optional :degree_name, :string, 2
150
- repeated :fields_of_study, :string, 3
151
- end
152
- add_message "google.cloud.talent.v4beta1.Activity" do
153
- optional :display_name, :string, 1
154
- optional :description, :string, 2
155
- optional :uri, :string, 3
156
- optional :create_date, :message, 4, "google.type.Date"
157
- optional :update_date, :message, 5, "google.type.Date"
158
- repeated :team_members, :string, 6
159
- repeated :skills_used, :message, 7, "google.cloud.talent.v4beta1.Skill"
160
- optional :activity_name_snippet, :string, 8
161
- optional :activity_description_snippet, :string, 9
162
- repeated :skills_used_snippet, :string, 10
163
- end
164
- add_message "google.cloud.talent.v4beta1.Publication" do
165
- repeated :authors, :string, 1
166
- optional :title, :string, 2
167
- optional :description, :string, 3
168
- optional :journal, :string, 4
169
- optional :volume, :string, 5
170
- optional :publisher, :string, 6
171
- optional :publication_date, :message, 7, "google.type.Date"
172
- optional :publication_type, :string, 8
173
- optional :isbn, :string, 9
174
- end
175
- add_message "google.cloud.talent.v4beta1.Patent" do
176
- optional :display_name, :string, 1
177
- repeated :inventors, :string, 2
178
- optional :patent_status, :string, 3
179
- optional :patent_status_date, :message, 4, "google.type.Date"
180
- optional :patent_filing_date, :message, 5, "google.type.Date"
181
- optional :patent_office, :string, 6
182
- optional :patent_number, :string, 7
183
- optional :patent_description, :string, 8
184
- repeated :skills_used, :message, 9, "google.cloud.talent.v4beta1.Skill"
185
- end
186
- end
187
- end
188
-
189
- module Google
190
- module Cloud
191
- module Talent
192
- module V4beta1
193
- Profile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Profile").msgclass
194
- AvailabilitySignal = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.AvailabilitySignal").msgclass
195
- Resume = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Resume").msgclass
196
- Resume::ResumeType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Resume.ResumeType").enummodule
197
- PersonName = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.PersonName").msgclass
198
- PersonName::PersonStructuredName = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.PersonName.PersonStructuredName").msgclass
199
- Address = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Address").msgclass
200
- Email = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Email").msgclass
201
- Phone = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Phone").msgclass
202
- Phone::PhoneType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Phone.PhoneType").enummodule
203
- PersonalUri = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.PersonalUri").msgclass
204
- AdditionalContactInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.AdditionalContactInfo").msgclass
205
- EmploymentRecord = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EmploymentRecord").msgclass
206
- EducationRecord = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EducationRecord").msgclass
207
- Degree = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Degree").msgclass
208
- Activity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Activity").msgclass
209
- Publication = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Publication").msgclass
210
- Patent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Patent").msgclass
211
- end
212
- end
213
- end
214
- end