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.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +6 -6
- data/README.md +9 -4
- data/lib/google/cloud/talent/v4beta1/batch_pb.rb +0 -1
- data/lib/google/cloud/talent/v4beta1/common_pb.rb +3 -65
- data/lib/google/cloud/talent/v4beta1/company_pb.rb +2 -2
- data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +3 -2
- data/lib/google/cloud/talent/v4beta1/event_pb.rb +2 -16
- data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4beta1/filters_pb.rb +3 -102
- data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +0 -1
- data/lib/google/cloud/talent/v4beta1/job_pb.rb +2 -3
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +48 -23
- data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +10 -2
- data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +2 -3
- data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
- data/lib/google/cloud/talent/v4beta1.rb +3 -3
- data/proto_docs/google/cloud/talent/v4beta1/common.rb +10 -227
- data/proto_docs/google/cloud/talent/v4beta1/event.rb +1 -60
- data/proto_docs/google/cloud/talent/v4beta1/filters.rb +40 -482
- data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +1 -1
- data/proto_docs/google/cloud/talent/v4beta1/job.rb +1 -1
- data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +64 -16
- data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +1 -1
- data/proto_docs/google/protobuf/any.rb +3 -3
- data/proto_docs/google/type/timeofday.rb +1 -1
- metadata +3 -22
- data/lib/google/cloud/talent/v4beta1/application_pb.rb +0 -64
- data/lib/google/cloud/talent/v4beta1/application_service/client.rb +0 -813
- data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +0 -52
- data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +0 -155
- data/lib/google/cloud/talent/v4beta1/application_service.rb +0 -50
- data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +0 -56
- data/lib/google/cloud/talent/v4beta1/application_service_services_pb.rb +0 -54
- data/lib/google/cloud/talent/v4beta1/profile_pb.rb +0 -214
- data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +0 -1107
- data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +0 -52
- data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +0 -69
- data/lib/google/cloud/talent/v4beta1/profile_service.rb +0 -50
- data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +0 -92
- data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +0 -63
- data/proto_docs/google/cloud/talent/v4beta1/application.rb +0 -169
- data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +0 -122
- data/proto_docs/google/cloud/talent/v4beta1/profile.rb +0 -811
- data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +0 -392
- data/proto_docs/google/type/date.rb +0 -53
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fd8b60946c412f3db6f1f1caaa8d0977f309af66c995711e805cf81dfa9e2b6
|
4
|
+
data.tar.gz: e4e97c622771e0d07d23ced2262c400e82630d6ef57f88f6476924fa577076c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9deb9418e8c3d5cd28752e65e4bd93495962d338df09b0dbc49cd6a83782129b5c604006923ac4eee681cd496224ba92d6df5eeae7b0c98dfaf3e614d5e660d
|
7
|
+
data.tar.gz: b3123b615224d3239c00fdd0772deba3b66e8a1e6b380c90d989fb6cb767d73979aea6116d9979523ffb06cdb87e0211a61fe623c64c10e2fb3a61c42b4288fe
|
data/AUTHENTICATION.md
CHANGED
@@ -27,7 +27,7 @@ export TALENT_CREDENTIALS=path/to/keyfile.json
|
|
27
27
|
```ruby
|
28
28
|
require "google/cloud/talent/v4beta1"
|
29
29
|
|
30
|
-
client = ::Google::Cloud::Talent::V4beta1::
|
30
|
+
client = ::Google::Cloud::Talent::V4beta1::CompanyService::Client.new
|
31
31
|
```
|
32
32
|
|
33
33
|
## Credential Lookup
|
@@ -64,7 +64,7 @@ containers where writing files is difficult or not encouraged.
|
|
64
64
|
|
65
65
|
The environment variables that google-cloud-talent-v4beta1
|
66
66
|
checks for credentials are configured on the service Credentials class (such as
|
67
|
-
{::Google::Cloud::Talent::V4beta1::
|
67
|
+
{::Google::Cloud::Talent::V4beta1::CompanyService::Credentials}):
|
68
68
|
|
69
69
|
* `TALENT_CREDENTIALS` - Path to JSON file, or JSON contents
|
70
70
|
* `TALENT_KEYFILE` - Path to JSON file, or JSON contents
|
@@ -77,7 +77,7 @@ require "google/cloud/talent/v4beta1"
|
|
77
77
|
|
78
78
|
ENV["TALENT_CREDENTIALS"] = "path/to/keyfile.json"
|
79
79
|
|
80
|
-
client = ::Google::Cloud::Talent::V4beta1::
|
80
|
+
client = ::Google::Cloud::Talent::V4beta1::CompanyService::Client.new
|
81
81
|
```
|
82
82
|
|
83
83
|
### Configuration
|
@@ -88,7 +88,7 @@ it in an environment variable. Either on an individual client initialization:
|
|
88
88
|
```ruby
|
89
89
|
require "google/cloud/talent/v4beta1"
|
90
90
|
|
91
|
-
client = ::Google::Cloud::Talent::V4beta1::
|
91
|
+
client = ::Google::Cloud::Talent::V4beta1::CompanyService::Client.new do |config|
|
92
92
|
config.credentials = "path/to/keyfile.json"
|
93
93
|
end
|
94
94
|
```
|
@@ -98,11 +98,11 @@ Or globally for all clients:
|
|
98
98
|
```ruby
|
99
99
|
require "google/cloud/talent/v4beta1"
|
100
100
|
|
101
|
-
::Google::Cloud::Talent::V4beta1::
|
101
|
+
::Google::Cloud::Talent::V4beta1::CompanyService::Client.configure do |config|
|
102
102
|
config.credentials = "path/to/keyfile.json"
|
103
103
|
end
|
104
104
|
|
105
|
-
client = ::Google::Cloud::Talent::V4beta1::
|
105
|
+
client = ::Google::Cloud::Talent::V4beta1::CompanyService::Client.new
|
106
106
|
```
|
107
107
|
|
108
108
|
### Cloud SDK
|
data/README.md
CHANGED
@@ -32,12 +32,12 @@ In order to use this library, you first need to go through the following steps:
|
|
32
32
|
```ruby
|
33
33
|
require "google/cloud/talent/v4beta1"
|
34
34
|
|
35
|
-
client = ::Google::Cloud::Talent::V4beta1::
|
36
|
-
request = ::Google::Cloud::Talent::V4beta1::
|
37
|
-
response = client.
|
35
|
+
client = ::Google::Cloud::Talent::V4beta1::CompanyService::Client.new
|
36
|
+
request = ::Google::Cloud::Talent::V4beta1::CreateCompanyRequest.new # (request fields as keyword arguments...)
|
37
|
+
response = client.create_company request
|
38
38
|
```
|
39
39
|
|
40
|
-
View the [Client Library Documentation](https://
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-talent-v4beta1/latest)
|
41
41
|
for class and method documentation.
|
42
42
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/solutions/talent-solution)
|
@@ -69,6 +69,11 @@ module GRPC
|
|
69
69
|
end
|
70
70
|
```
|
71
71
|
|
72
|
+
|
73
|
+
## Google Cloud Samples
|
74
|
+
|
75
|
+
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
|
76
|
+
|
72
77
|
## Supported Ruby Versions
|
73
78
|
|
74
79
|
This library is supported on Ruby 2.5+.
|
@@ -1,16 +1,14 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/talent/v4beta1/common.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/field_behavior_pb'
|
5
7
|
require 'google/protobuf/timestamp_pb'
|
6
8
|
require 'google/protobuf/wrappers_pb'
|
7
|
-
require 'google/type/date_pb'
|
8
9
|
require 'google/type/latlng_pb'
|
9
10
|
require 'google/type/money_pb'
|
10
11
|
require 'google/type/postal_address_pb'
|
11
|
-
require 'google/type/timeofday_pb'
|
12
|
-
require 'google/api/annotations_pb'
|
13
|
-
require 'google/protobuf'
|
14
12
|
|
15
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
16
14
|
add_file("google/cloud/talent/v4beta1/common.proto", :syntax => :proto3) do
|
@@ -64,6 +62,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
64
62
|
repeated :string_values, :string, 1
|
65
63
|
repeated :long_values, :int64, 2
|
66
64
|
optional :filterable, :bool, 3
|
65
|
+
optional :keyword_searchable, :bool, 4
|
67
66
|
end
|
68
67
|
add_message "google.cloud.talent.v4beta1.SpellingCorrection" do
|
69
68
|
optional :corrected, :bool, 1
|
@@ -110,30 +109,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
110
109
|
value :ONE_TIME, 6
|
111
110
|
value :OTHER_COMPENSATION_UNIT, 7
|
112
111
|
end
|
113
|
-
add_message "google.cloud.talent.v4beta1.Certification" do
|
114
|
-
optional :display_name, :string, 1
|
115
|
-
optional :acquire_date, :message, 2, "google.type.Date"
|
116
|
-
optional :expire_date, :message, 3, "google.type.Date"
|
117
|
-
optional :authority, :string, 4
|
118
|
-
optional :description, :string, 5
|
119
|
-
end
|
120
|
-
add_message "google.cloud.talent.v4beta1.Skill" do
|
121
|
-
optional :display_name, :string, 1
|
122
|
-
optional :last_used_date, :message, 2, "google.type.Date"
|
123
|
-
optional :level, :enum, 3, "google.cloud.talent.v4beta1.SkillProficiencyLevel"
|
124
|
-
optional :context, :string, 4
|
125
|
-
optional :skill_name_snippet, :string, 5
|
126
|
-
end
|
127
|
-
add_message "google.cloud.talent.v4beta1.Interview" do
|
128
|
-
optional :rating, :message, 6, "google.cloud.talent.v4beta1.Rating"
|
129
|
-
optional :outcome, :enum, 7, "google.cloud.talent.v4beta1.Outcome"
|
130
|
-
end
|
131
|
-
add_message "google.cloud.talent.v4beta1.Rating" do
|
132
|
-
optional :overall, :double, 1
|
133
|
-
optional :min, :double, 2
|
134
|
-
optional :max, :double, 3
|
135
|
-
optional :interval, :double, 4
|
136
|
-
end
|
137
112
|
add_message "google.cloud.talent.v4beta1.BatchOperationMetadata" do
|
138
113
|
optional :state, :enum, 1, "google.cloud.talent.v4beta1.BatchOperationMetadata.State"
|
139
114
|
optional :state_description, :string, 2
|
@@ -254,12 +229,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
254
229
|
value :SHARED_WITH_GOOGLE, 2
|
255
230
|
value :SHARED_WITH_PUBLIC, 3
|
256
231
|
end
|
257
|
-
add_enum "google.cloud.talent.v4beta1.ContactInfoUsage" do
|
258
|
-
value :CONTACT_INFO_USAGE_UNSPECIFIED, 0
|
259
|
-
value :PERSONAL, 1
|
260
|
-
value :WORK, 2
|
261
|
-
value :SCHOOL, 3
|
262
|
-
end
|
263
232
|
add_enum "google.cloud.talent.v4beta1.HtmlSanitization" do
|
264
233
|
value :HTML_SANITIZATION_UNSPECIFIED, 0
|
265
234
|
value :HTML_SANITIZATION_DISABLED, 1
|
@@ -272,29 +241,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
272
241
|
value :WALKING, 3
|
273
242
|
value :CYCLING, 4
|
274
243
|
end
|
275
|
-
add_enum "google.cloud.talent.v4beta1.SkillProficiencyLevel" do
|
276
|
-
value :SKILL_PROFICIENCY_LEVEL_UNSPECIFIED, 0
|
277
|
-
value :UNSKILLED, 6
|
278
|
-
value :FUNDAMENTAL_AWARENESS, 1
|
279
|
-
value :NOVICE, 2
|
280
|
-
value :INTERMEDIATE, 3
|
281
|
-
value :ADVANCED, 4
|
282
|
-
value :EXPERT, 5
|
283
|
-
end
|
284
|
-
add_enum "google.cloud.talent.v4beta1.Outcome" do
|
285
|
-
value :OUTCOME_UNSPECIFIED, 0
|
286
|
-
value :POSITIVE, 1
|
287
|
-
value :NEUTRAL, 2
|
288
|
-
value :NEGATIVE, 3
|
289
|
-
value :OUTCOME_NOT_AVAILABLE, 4
|
290
|
-
end
|
291
|
-
add_enum "google.cloud.talent.v4beta1.AvailabilitySignalType" do
|
292
|
-
value :AVAILABILITY_SIGNAL_TYPE_UNSPECIFIED, 0
|
293
|
-
value :JOB_APPLICATION, 1
|
294
|
-
value :RESUME_UPDATE, 2
|
295
|
-
value :CANDIDATE_UPDATE, 3
|
296
|
-
value :CLIENT_SUBMISSION, 4
|
297
|
-
end
|
298
244
|
end
|
299
245
|
end
|
300
246
|
|
@@ -316,10 +262,6 @@ module Google
|
|
316
262
|
CompensationInfo::CompensationRange = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompensationInfo.CompensationRange").msgclass
|
317
263
|
CompensationInfo::CompensationType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompensationInfo.CompensationType").enummodule
|
318
264
|
CompensationInfo::CompensationUnit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit").enummodule
|
319
|
-
Certification = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Certification").msgclass
|
320
|
-
Skill = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Skill").msgclass
|
321
|
-
Interview = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Interview").msgclass
|
322
|
-
Rating = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Rating").msgclass
|
323
265
|
BatchOperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.BatchOperationMetadata").msgclass
|
324
266
|
BatchOperationMetadata::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.BatchOperationMetadata.State").enummodule
|
325
267
|
CompanySize = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompanySize").enummodule
|
@@ -330,12 +272,8 @@ module Google
|
|
330
272
|
JobCategory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobCategory").enummodule
|
331
273
|
PostingRegion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.PostingRegion").enummodule
|
332
274
|
Visibility = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Visibility").enummodule
|
333
|
-
ContactInfoUsage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ContactInfoUsage").enummodule
|
334
275
|
HtmlSanitization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.HtmlSanitization").enummodule
|
335
276
|
CommuteMethod = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CommuteMethod").enummodule
|
336
|
-
SkillProficiencyLevel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SkillProficiencyLevel").enummodule
|
337
|
-
Outcome = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Outcome").enummodule
|
338
|
-
AvailabilitySignalType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.AvailabilitySignalType").enummodule
|
339
277
|
end
|
340
278
|
end
|
341
279
|
end
|
@@ -1,11 +1,11 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/talent/v4beta1/company.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/field_behavior_pb'
|
5
7
|
require 'google/api/resource_pb'
|
6
8
|
require 'google/cloud/talent/v4beta1/common_pb'
|
7
|
-
require 'google/api/annotations_pb'
|
8
|
-
require 'google/protobuf'
|
9
9
|
|
10
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
11
11
|
add_file("google/cloud/talent/v4beta1/company.proto", :syntax => :proto3) do
|
@@ -1,6 +1,8 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/talent/v4beta1/company_service.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/annotations_pb'
|
5
7
|
require 'google/api/client_pb'
|
6
8
|
require 'google/api/field_behavior_pb'
|
@@ -9,7 +11,6 @@ require 'google/cloud/talent/v4beta1/common_pb'
|
|
9
11
|
require 'google/cloud/talent/v4beta1/company_pb'
|
10
12
|
require 'google/protobuf/empty_pb'
|
11
13
|
require 'google/protobuf/field_mask_pb'
|
12
|
-
require 'google/protobuf'
|
13
14
|
|
14
15
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
15
16
|
add_file("google/cloud/talent/v4beta1/company_service.proto", :syntax => :proto3) do
|
@@ -1,12 +1,13 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/talent/v4beta1/completion_service.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/annotations_pb'
|
7
|
+
require 'google/api/client_pb'
|
5
8
|
require 'google/api/field_behavior_pb'
|
6
9
|
require 'google/api/resource_pb'
|
7
10
|
require 'google/cloud/talent/v4beta1/common_pb'
|
8
|
-
require 'google/api/client_pb'
|
9
|
-
require 'google/protobuf'
|
10
11
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
12
13
|
add_file("google/cloud/talent/v4beta1/completion_service.proto", :syntax => :proto3) do
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/talent/v4beta1/event.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/field_behavior_pb'
|
5
7
|
require 'google/protobuf/timestamp_pb'
|
6
|
-
require 'google/api/annotations_pb'
|
7
|
-
require 'google/protobuf'
|
8
8
|
|
9
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
10
|
add_file("google/cloud/talent/v4beta1/event.proto", :syntax => :proto3) do
|
@@ -15,7 +15,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
15
|
optional :event_notes, :string, 9
|
16
16
|
oneof :event do
|
17
17
|
optional :job_event, :message, 5, "google.cloud.talent.v4beta1.JobEvent"
|
18
|
-
optional :profile_event, :message, 6, "google.cloud.talent.v4beta1.ProfileEvent"
|
19
18
|
end
|
20
19
|
end
|
21
20
|
add_message "google.cloud.talent.v4beta1.JobEvent" do
|
@@ -41,17 +40,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
41
40
|
value :SENT_CV, 14
|
42
41
|
value :INTERVIEW_GRANTED, 15
|
43
42
|
end
|
44
|
-
add_message "google.cloud.talent.v4beta1.ProfileEvent" do
|
45
|
-
optional :type, :enum, 1, "google.cloud.talent.v4beta1.ProfileEvent.ProfileEventType"
|
46
|
-
repeated :profiles, :string, 2
|
47
|
-
repeated :jobs, :string, 6
|
48
|
-
end
|
49
|
-
add_enum "google.cloud.talent.v4beta1.ProfileEvent.ProfileEventType" do
|
50
|
-
value :PROFILE_EVENT_TYPE_UNSPECIFIED, 0
|
51
|
-
value :IMPRESSION, 1
|
52
|
-
value :VIEW, 2
|
53
|
-
value :BOOKMARK, 3
|
54
|
-
end
|
55
43
|
end
|
56
44
|
end
|
57
45
|
|
@@ -62,8 +50,6 @@ module Google
|
|
62
50
|
ClientEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ClientEvent").msgclass
|
63
51
|
JobEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobEvent").msgclass
|
64
52
|
JobEvent::JobEventType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobEvent.JobEventType").enummodule
|
65
|
-
ProfileEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ProfileEvent").msgclass
|
66
|
-
ProfileEvent::ProfileEventType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ProfileEvent.ProfileEventType").enummodule
|
67
53
|
end
|
68
54
|
end
|
69
55
|
end
|
@@ -1,12 +1,13 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/talent/v4beta1/event_service.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/annotations_pb'
|
5
7
|
require 'google/api/client_pb'
|
6
8
|
require 'google/api/field_behavior_pb'
|
7
9
|
require 'google/api/resource_pb'
|
8
10
|
require 'google/cloud/talent/v4beta1/event_pb'
|
9
|
-
require 'google/protobuf'
|
10
11
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
12
13
|
add_file("google/cloud/talent/v4beta1/event_service.proto", :syntax => :proto3) do
|
@@ -1,17 +1,13 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/talent/v4beta1/filters.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/field_behavior_pb'
|
5
7
|
require 'google/cloud/talent/v4beta1/common_pb'
|
6
8
|
require 'google/protobuf/duration_pb'
|
7
|
-
require 'google/protobuf/field_mask_pb'
|
8
|
-
require 'google/protobuf/timestamp_pb'
|
9
|
-
require 'google/protobuf/wrappers_pb'
|
10
|
-
require 'google/type/date_pb'
|
11
9
|
require 'google/type/latlng_pb'
|
12
10
|
require 'google/type/timeofday_pb'
|
13
|
-
require 'google/api/annotations_pb'
|
14
|
-
require 'google/protobuf'
|
15
11
|
|
16
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
17
13
|
add_file("google/cloud/talent/v4beta1/filters.proto", :syntax => :proto3) do
|
@@ -31,24 +27,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
31
27
|
optional :publish_time_range, :message, 12, "google.cloud.talent.v4beta1.TimestampRange"
|
32
28
|
repeated :excluded_jobs, :string, 13
|
33
29
|
end
|
34
|
-
add_message "google.cloud.talent.v4beta1.ProfileQuery" do
|
35
|
-
optional :query, :string, 1
|
36
|
-
repeated :location_filters, :message, 2, "google.cloud.talent.v4beta1.LocationFilter"
|
37
|
-
repeated :job_title_filters, :message, 3, "google.cloud.talent.v4beta1.JobTitleFilter"
|
38
|
-
repeated :employer_filters, :message, 4, "google.cloud.talent.v4beta1.EmployerFilter"
|
39
|
-
repeated :education_filters, :message, 5, "google.cloud.talent.v4beta1.EducationFilter"
|
40
|
-
repeated :skill_filters, :message, 6, "google.cloud.talent.v4beta1.SkillFilter"
|
41
|
-
repeated :work_experience_filter, :message, 7, "google.cloud.talent.v4beta1.WorkExperienceFilter"
|
42
|
-
repeated :time_filters, :message, 8, "google.cloud.talent.v4beta1.TimeFilter"
|
43
|
-
optional :hirable_filter, :message, 9, "google.protobuf.BoolValue"
|
44
|
-
repeated :application_date_filters, :message, 10, "google.cloud.talent.v4beta1.ApplicationDateFilter"
|
45
|
-
repeated :application_outcome_notes_filters, :message, 11, "google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter"
|
46
|
-
repeated :application_job_filters, :message, 13, "google.cloud.talent.v4beta1.ApplicationJobFilter"
|
47
|
-
optional :custom_attribute_filter, :string, 15
|
48
|
-
optional :candidate_availability_filter, :message, 16, "google.cloud.talent.v4beta1.CandidateAvailabilityFilter"
|
49
|
-
repeated :availability_filters, :message, 18, "google.cloud.talent.v4beta1.AvailabilityFilter"
|
50
|
-
repeated :person_name_filters, :message, 17, "google.cloud.talent.v4beta1.PersonNameFilter"
|
51
|
-
end
|
52
30
|
add_message "google.cloud.talent.v4beta1.LocationFilter" do
|
53
31
|
optional :address, :string, 1
|
54
32
|
optional :region_code, :string, 2
|
@@ -61,6 +39,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
61
39
|
value :TELECOMMUTE_PREFERENCE_UNSPECIFIED, 0
|
62
40
|
value :TELECOMMUTE_EXCLUDED, 1
|
63
41
|
value :TELECOMMUTE_ALLOWED, 2
|
42
|
+
value :TELECOMMUTE_JOBS_EXCLUDED, 3
|
64
43
|
end
|
65
44
|
add_message "google.cloud.talent.v4beta1.CompensationFilter" do
|
66
45
|
optional :type, :enum, 1, "google.cloud.talent.v4beta1.CompensationFilter.FilterType"
|
@@ -90,69 +69,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
90
69
|
value :TRAFFIC_FREE, 1
|
91
70
|
value :BUSY_HOUR, 2
|
92
71
|
end
|
93
|
-
add_message "google.cloud.talent.v4beta1.JobTitleFilter" do
|
94
|
-
optional :job_title, :string, 1
|
95
|
-
optional :negated, :bool, 2
|
96
|
-
end
|
97
|
-
add_message "google.cloud.talent.v4beta1.SkillFilter" do
|
98
|
-
optional :skill, :string, 1
|
99
|
-
optional :negated, :bool, 2
|
100
|
-
end
|
101
|
-
add_message "google.cloud.talent.v4beta1.EmployerFilter" do
|
102
|
-
optional :employer, :string, 1
|
103
|
-
optional :mode, :enum, 2, "google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode"
|
104
|
-
optional :negated, :bool, 3
|
105
|
-
end
|
106
|
-
add_enum "google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode" do
|
107
|
-
value :EMPLOYER_FILTER_MODE_UNSPECIFIED, 0
|
108
|
-
value :ALL_EMPLOYMENT_RECORDS, 1
|
109
|
-
value :CURRENT_EMPLOYMENT_RECORDS_ONLY, 2
|
110
|
-
value :PAST_EMPLOYMENT_RECORDS_ONLY, 3
|
111
|
-
end
|
112
|
-
add_message "google.cloud.talent.v4beta1.EducationFilter" do
|
113
|
-
optional :school, :string, 1
|
114
|
-
optional :field_of_study, :string, 2
|
115
|
-
optional :degree_type, :enum, 3, "google.cloud.talent.v4beta1.DegreeType"
|
116
|
-
optional :negated, :bool, 6
|
117
|
-
end
|
118
|
-
add_message "google.cloud.talent.v4beta1.WorkExperienceFilter" do
|
119
|
-
optional :min_experience, :message, 1, "google.protobuf.Duration"
|
120
|
-
optional :max_experience, :message, 2, "google.protobuf.Duration"
|
121
|
-
end
|
122
|
-
add_message "google.cloud.talent.v4beta1.ApplicationDateFilter" do
|
123
|
-
optional :start_date, :message, 1, "google.type.Date"
|
124
|
-
optional :end_date, :message, 2, "google.type.Date"
|
125
|
-
end
|
126
|
-
add_message "google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter" do
|
127
|
-
optional :outcome_notes, :string, 1
|
128
|
-
optional :negated, :bool, 2
|
129
|
-
end
|
130
|
-
add_message "google.cloud.talent.v4beta1.ApplicationJobFilter" do
|
131
|
-
optional :job_requisition_id, :string, 2
|
132
|
-
optional :job_title, :string, 3
|
133
|
-
optional :negated, :bool, 4
|
134
|
-
end
|
135
|
-
add_message "google.cloud.talent.v4beta1.TimeFilter" do
|
136
|
-
optional :start_time, :message, 1, "google.protobuf.Timestamp"
|
137
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
138
|
-
optional :time_field, :enum, 3, "google.cloud.talent.v4beta1.TimeFilter.TimeField"
|
139
|
-
end
|
140
|
-
add_enum "google.cloud.talent.v4beta1.TimeFilter.TimeField" do
|
141
|
-
value :TIME_FIELD_UNSPECIFIED, 0
|
142
|
-
value :CREATE_TIME, 1
|
143
|
-
value :UPDATE_TIME, 2
|
144
|
-
end
|
145
|
-
add_message "google.cloud.talent.v4beta1.CandidateAvailabilityFilter" do
|
146
|
-
optional :negated, :bool, 1
|
147
|
-
end
|
148
|
-
add_message "google.cloud.talent.v4beta1.AvailabilityFilter" do
|
149
|
-
optional :signal_type, :enum, 1, "google.cloud.talent.v4beta1.AvailabilitySignalType"
|
150
|
-
optional :range, :message, 2, "google.cloud.talent.v4beta1.TimestampRange"
|
151
|
-
optional :required, :bool, 3
|
152
|
-
end
|
153
|
-
add_message "google.cloud.talent.v4beta1.PersonNameFilter" do
|
154
|
-
optional :person_name, :string, 1
|
155
|
-
end
|
156
72
|
end
|
157
73
|
end
|
158
74
|
|
@@ -161,27 +77,12 @@ module Google
|
|
161
77
|
module Talent
|
162
78
|
module V4beta1
|
163
79
|
JobQuery = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobQuery").msgclass
|
164
|
-
ProfileQuery = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ProfileQuery").msgclass
|
165
80
|
LocationFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.LocationFilter").msgclass
|
166
81
|
LocationFilter::TelecommutePreference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference").enummodule
|
167
82
|
CompensationFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompensationFilter").msgclass
|
168
83
|
CompensationFilter::FilterType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompensationFilter.FilterType").enummodule
|
169
84
|
CommuteFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CommuteFilter").msgclass
|
170
85
|
CommuteFilter::RoadTraffic = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CommuteFilter.RoadTraffic").enummodule
|
171
|
-
JobTitleFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobTitleFilter").msgclass
|
172
|
-
SkillFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SkillFilter").msgclass
|
173
|
-
EmployerFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EmployerFilter").msgclass
|
174
|
-
EmployerFilter::EmployerFilterMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EmployerFilter.EmployerFilterMode").enummodule
|
175
|
-
EducationFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.EducationFilter").msgclass
|
176
|
-
WorkExperienceFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.WorkExperienceFilter").msgclass
|
177
|
-
ApplicationDateFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ApplicationDateFilter").msgclass
|
178
|
-
ApplicationOutcomeNotesFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter").msgclass
|
179
|
-
ApplicationJobFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.ApplicationJobFilter").msgclass
|
180
|
-
TimeFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.TimeFilter").msgclass
|
181
|
-
TimeFilter::TimeField = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.TimeFilter.TimeField").enummodule
|
182
|
-
CandidateAvailabilityFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CandidateAvailabilityFilter").msgclass
|
183
|
-
AvailabilityFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.AvailabilityFilter").msgclass
|
184
|
-
PersonNameFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.PersonNameFilter").msgclass
|
185
86
|
end
|
186
87
|
end
|
187
88
|
end
|
@@ -1,13 +1,12 @@
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
2
|
# source: google/cloud/talent/v4beta1/job.proto
|
3
3
|
|
4
|
+
require 'google/protobuf'
|
5
|
+
|
4
6
|
require 'google/api/field_behavior_pb'
|
5
7
|
require 'google/api/resource_pb'
|
6
8
|
require 'google/cloud/talent/v4beta1/common_pb'
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
8
|
-
require 'google/type/postal_address_pb'
|
9
|
-
require 'google/api/annotations_pb'
|
10
|
-
require 'google/protobuf'
|
11
10
|
|
12
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
13
12
|
add_file("google/cloud/talent/v4beta1/job.proto", :syntax => :proto3) do
|