google-cloud-talent 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/talent/v4beta1.rb +2 -1
- data/lib/google/cloud/talent/v4beta1/application_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/application_service_client.rb +8 -11
- data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/batch_pb.rb +0 -33
- data/lib/google/cloud/talent/v4beta1/common_pb.rb +30 -0
- data/lib/google/cloud/talent/v4beta1/company_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/company_service_client.rb +11 -14
- data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/completion_client.rb +10 -10
- data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application.rb +17 -19
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb +10 -15
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb +200 -49
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb +15 -15
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb +13 -18
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb +10 -16
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb +11 -12
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb +2 -4
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb +210 -177
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/histogram.rb +0 -4
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb +47 -54
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb +92 -100
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb +168 -114
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb +55 -36
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant.rb +4 -4
- data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb +7 -10
- data/lib/google/cloud/talent/v4beta1/doc/google/protobuf/timestamp.rb +6 -4
- data/lib/google/cloud/talent/v4beta1/event_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/event_service_client.rb +2 -4
- data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/filters_pb.rb +8 -0
- data/lib/google/cloud/talent/v4beta1/job_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/job_service_client.rb +76 -97
- data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +11 -1
- data/lib/google/cloud/talent/v4beta1/job_service_services_pb.rb +6 -6
- data/lib/google/cloud/talent/v4beta1/profile_pb.rb +9 -0
- data/lib/google/cloud/talent/v4beta1/profile_service_client.rb +50 -27
- data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +3 -0
- data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +1 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service_client.rb +5 -6
- data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +1 -0
- data/lib/google/cloud/talent/version.rb +1 -1
- metadata +22 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4add15ea1a9f1dbdf2d6f74c4c264d50f4877300315686e5dc349cc2b9f81e35
|
4
|
+
data.tar.gz: 9bed2f1757d566074de8b08f5094910a12b5a97d17a6a411cc7ffd23909b0c3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46cf5669b0b5c0f7dbcf8b27bd260190874a114d1b5e90c3d67cdf26ff15ebcdc4a63845dbd0aed4e8615f144897e36002423c0bef2aa157310d956f352d0c58
|
7
|
+
data.tar.gz: 05b848a0e52886b96630b631005f7310ba0b7ac38252bdc294bc8249db5bbcdfef4ac1e978f0e98772622dfe6d71eb2cd166e9a6944dce3758bd9a8f3c64a71f
|
@@ -21,7 +21,8 @@ require "google/cloud/talent/v4beta1/event_service_client"
|
|
21
21
|
require "google/cloud/talent/v4beta1/job_service_client"
|
22
22
|
require "google/cloud/talent/v4beta1/profile_service_client"
|
23
23
|
require "google/cloud/talent/v4beta1/tenant_service_client"
|
24
|
-
require "google/cloud/talent/v4beta1/
|
24
|
+
require "google/cloud/talent/v4beta1/common_pb"
|
25
|
+
require "google/cloud/talent/v4beta1/job_service_pb"
|
25
26
|
|
26
27
|
module Google
|
27
28
|
module Cloud
|
@@ -270,8 +270,8 @@ module Google
|
|
270
270
|
# created.
|
271
271
|
#
|
272
272
|
# The format is
|
273
|
-
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}"
|
274
|
-
# example, "projects/
|
273
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}".
|
274
|
+
# For example, "projects/foo/tenants/bar/profiles/baz".
|
275
275
|
# @param application [Google::Cloud::Talent::V4beta1::Application | Hash]
|
276
276
|
# Required. The application to be created.
|
277
277
|
# A hash of the same form as `Google::Cloud::Talent::V4beta1::Application`
|
@@ -313,9 +313,8 @@ module Google
|
|
313
313
|
# Required. The resource name of the application to be retrieved.
|
314
314
|
#
|
315
315
|
# The format is
|
316
|
-
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}"
|
317
|
-
#
|
318
|
-
# "projects/test-project/tenants/test-tenant/profiles/test-profile/applications/test-application".
|
316
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}".
|
317
|
+
# For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
|
319
318
|
# @param options [Google::Gax::CallOptions]
|
320
319
|
# Overrides the default settings for this call, e.g, timeout,
|
321
320
|
# retries, etc.
|
@@ -350,8 +349,7 @@ module Google
|
|
350
349
|
# A hash of the same form as `Google::Cloud::Talent::V4beta1::Application`
|
351
350
|
# can also be provided.
|
352
351
|
# @param update_mask [Google::Protobuf::FieldMask | Hash]
|
353
|
-
#
|
354
|
-
# experience.
|
352
|
+
# Strongly recommended for the best service experience.
|
355
353
|
#
|
356
354
|
# If
|
357
355
|
# {Google::Cloud::Talent::V4beta1::UpdateApplicationRequest#update_mask update_mask}
|
@@ -400,9 +398,8 @@ module Google
|
|
400
398
|
# Required. The resource name of the application to be deleted.
|
401
399
|
#
|
402
400
|
# The format is
|
403
|
-
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}"
|
404
|
-
#
|
405
|
-
# "projects/test-project/tenants/test-tenant/profiles/test-profile/applications/test-application".
|
401
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}".
|
402
|
+
# For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
|
406
403
|
# @param options [Google::Gax::CallOptions]
|
407
404
|
# Overrides the default settings for this call, e.g, timeout,
|
408
405
|
# retries, etc.
|
@@ -437,7 +434,7 @@ module Google
|
|
437
434
|
#
|
438
435
|
# The format is
|
439
436
|
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for
|
440
|
-
# example, "projects/
|
437
|
+
# example, "projects/foo/tenants/bar/profiles/baz".
|
441
438
|
# @param page_size [Integer]
|
442
439
|
# The maximum number of resources contained in the underlying API
|
443
440
|
# response. If page streaming is performed per-resource, this
|
@@ -6,6 +6,7 @@ require 'google/protobuf'
|
|
6
6
|
|
7
7
|
require 'google/api/annotations_pb'
|
8
8
|
require 'google/api/client_pb'
|
9
|
+
require 'google/api/field_behavior_pb'
|
9
10
|
require 'google/cloud/talent/v4beta1/application_pb'
|
10
11
|
require 'google/cloud/talent/v4beta1/common_pb'
|
11
12
|
require 'google/protobuf/empty_pb'
|
@@ -5,46 +5,13 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
require 'google/api/annotations_pb'
|
8
|
-
require 'google/cloud/talent/v4beta1/job_pb'
|
9
|
-
require 'google/protobuf/timestamp_pb'
|
10
|
-
require 'google/rpc/status_pb'
|
11
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
12
|
-
add_message "google.cloud.talent.v4beta1.BatchOperationMetadata" do
|
13
|
-
optional :state, :enum, 1, "google.cloud.talent.v4beta1.BatchOperationMetadata.State"
|
14
|
-
optional :state_description, :string, 2
|
15
|
-
optional :success_count, :int32, 3
|
16
|
-
optional :failure_count, :int32, 4
|
17
|
-
optional :total_count, :int32, 5
|
18
|
-
optional :create_time, :message, 6, "google.protobuf.Timestamp"
|
19
|
-
optional :update_time, :message, 7, "google.protobuf.Timestamp"
|
20
|
-
optional :end_time, :message, 8, "google.protobuf.Timestamp"
|
21
|
-
end
|
22
|
-
add_enum "google.cloud.talent.v4beta1.BatchOperationMetadata.State" do
|
23
|
-
value :STATE_UNSPECIFIED, 0
|
24
|
-
value :INITIALIZING, 1
|
25
|
-
value :PROCESSING, 2
|
26
|
-
value :SUCCEEDED, 3
|
27
|
-
value :FAILED, 4
|
28
|
-
value :CANCELLING, 5
|
29
|
-
value :CANCELLED, 6
|
30
|
-
end
|
31
|
-
add_message "google.cloud.talent.v4beta1.JobOperationResult" do
|
32
|
-
repeated :job_results, :message, 1, "google.cloud.talent.v4beta1.JobOperationResult.JobResult"
|
33
|
-
end
|
34
|
-
add_message "google.cloud.talent.v4beta1.JobOperationResult.JobResult" do
|
35
|
-
optional :job, :message, 1, "google.cloud.talent.v4beta1.Job"
|
36
|
-
optional :status, :message, 2, "google.rpc.Status"
|
37
|
-
end
|
38
9
|
end
|
39
10
|
|
40
11
|
module Google
|
41
12
|
module Cloud
|
42
13
|
module Talent
|
43
14
|
module V4beta1
|
44
|
-
BatchOperationMetadata = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.BatchOperationMetadata").msgclass
|
45
|
-
BatchOperationMetadata::State = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.BatchOperationMetadata.State").enummodule
|
46
|
-
JobOperationResult = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobOperationResult").msgclass
|
47
|
-
JobOperationResult::JobResult = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobOperationResult.JobResult").msgclass
|
48
15
|
end
|
49
16
|
end
|
50
17
|
end
|
@@ -5,6 +5,7 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
require 'google/api/annotations_pb'
|
8
|
+
require 'google/api/field_behavior_pb'
|
8
9
|
require 'google/protobuf/timestamp_pb'
|
9
10
|
require 'google/protobuf/wrappers_pb'
|
10
11
|
require 'google/type/date_pb'
|
@@ -133,6 +134,25 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
133
134
|
optional :max, :double, 3
|
134
135
|
optional :interval, :double, 4
|
135
136
|
end
|
137
|
+
add_message "google.cloud.talent.v4beta1.BatchOperationMetadata" do
|
138
|
+
optional :state, :enum, 1, "google.cloud.talent.v4beta1.BatchOperationMetadata.State"
|
139
|
+
optional :state_description, :string, 2
|
140
|
+
optional :success_count, :int32, 3
|
141
|
+
optional :failure_count, :int32, 4
|
142
|
+
optional :total_count, :int32, 5
|
143
|
+
optional :create_time, :message, 6, "google.protobuf.Timestamp"
|
144
|
+
optional :update_time, :message, 7, "google.protobuf.Timestamp"
|
145
|
+
optional :end_time, :message, 8, "google.protobuf.Timestamp"
|
146
|
+
end
|
147
|
+
add_enum "google.cloud.talent.v4beta1.BatchOperationMetadata.State" do
|
148
|
+
value :STATE_UNSPECIFIED, 0
|
149
|
+
value :INITIALIZING, 1
|
150
|
+
value :PROCESSING, 2
|
151
|
+
value :SUCCEEDED, 3
|
152
|
+
value :FAILED, 4
|
153
|
+
value :CANCELLING, 5
|
154
|
+
value :CANCELLED, 6
|
155
|
+
end
|
136
156
|
add_enum "google.cloud.talent.v4beta1.CompanySize" do
|
137
157
|
value :COMPANY_SIZE_UNSPECIFIED, 0
|
138
158
|
value :MINI, 1
|
@@ -268,6 +288,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
268
288
|
value :NEGATIVE, 3
|
269
289
|
value :OUTCOME_NOT_AVAILABLE, 4
|
270
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
|
271
298
|
end
|
272
299
|
|
273
300
|
module Google
|
@@ -292,6 +319,8 @@ module Google
|
|
292
319
|
Skill = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Skill").msgclass
|
293
320
|
Interview = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Interview").msgclass
|
294
321
|
Rating = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Rating").msgclass
|
322
|
+
BatchOperationMetadata = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.BatchOperationMetadata").msgclass
|
323
|
+
BatchOperationMetadata::State = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.BatchOperationMetadata.State").enummodule
|
295
324
|
CompanySize = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CompanySize").enummodule
|
296
325
|
JobBenefit = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.JobBenefit").enummodule
|
297
326
|
DegreeType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.DegreeType").enummodule
|
@@ -305,6 +334,7 @@ module Google
|
|
305
334
|
CommuteMethod = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.CommuteMethod").enummodule
|
306
335
|
SkillProficiencyLevel = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SkillProficiencyLevel").enummodule
|
307
336
|
Outcome = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Outcome").enummodule
|
337
|
+
AvailabilitySignalType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.AvailabilitySignalType").enummodule
|
308
338
|
end
|
309
339
|
end
|
310
340
|
end
|
@@ -5,6 +5,7 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
require 'google/api/annotations_pb'
|
8
|
+
require 'google/api/field_behavior_pb'
|
8
9
|
require 'google/cloud/talent/v4beta1/common_pb'
|
9
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
10
11
|
add_message "google.cloud.talent.v4beta1.Company" do
|
@@ -296,10 +296,8 @@ module Google
|
|
296
296
|
# Required. Resource name of the tenant under which the company is created.
|
297
297
|
#
|
298
298
|
# The format is "projects/{project_id}/tenants/{tenant_id}", for example,
|
299
|
-
# "projects/
|
300
|
-
#
|
301
|
-
# Tenant id is optional and a default tenant is created if unspecified, for
|
302
|
-
# example, "projects/api-test-project".
|
299
|
+
# "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant
|
300
|
+
# is created, for example, "projects/foo".
|
303
301
|
# @param company [Google::Cloud::Talent::V4beta1::Company | Hash]
|
304
302
|
# Required. The company to be created.
|
305
303
|
# A hash of the same form as `Google::Cloud::Talent::V4beta1::Company`
|
@@ -344,7 +342,7 @@ module Google
|
|
344
342
|
# "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for
|
345
343
|
# example, "projects/api-test-project/tenants/foo/companies/bar".
|
346
344
|
#
|
347
|
-
#
|
345
|
+
# If tenant id is unspecified, the default tenant is used, for
|
348
346
|
# example, "projects/api-test-project/companies/bar".
|
349
347
|
# @param options [Google::Gax::CallOptions]
|
350
348
|
# Overrides the default settings for this call, e.g, timeout,
|
@@ -380,8 +378,7 @@ module Google
|
|
380
378
|
# A hash of the same form as `Google::Cloud::Talent::V4beta1::Company`
|
381
379
|
# can also be provided.
|
382
380
|
# @param update_mask [Google::Protobuf::FieldMask | Hash]
|
383
|
-
#
|
384
|
-
# experience.
|
381
|
+
# Strongly recommended for the best service experience.
|
385
382
|
#
|
386
383
|
# If
|
387
384
|
# {Google::Cloud::Talent::V4beta1::UpdateCompanyRequest#update_mask update_mask}
|
@@ -432,10 +429,10 @@ module Google
|
|
432
429
|
#
|
433
430
|
# The format is
|
434
431
|
# "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for
|
435
|
-
# example, "projects/
|
432
|
+
# example, "projects/foo/tenants/bar/companies/baz".
|
436
433
|
#
|
437
|
-
#
|
438
|
-
# example, "projects/
|
434
|
+
# If tenant id is unspecified, the default tenant is used, for
|
435
|
+
# example, "projects/foo/companies/bar".
|
439
436
|
# @param options [Google::Gax::CallOptions]
|
440
437
|
# Overrides the default settings for this call, e.g, timeout,
|
441
438
|
# retries, etc.
|
@@ -468,10 +465,10 @@ module Google
|
|
468
465
|
# Required. Resource name of the tenant under which the company is created.
|
469
466
|
#
|
470
467
|
# The format is "projects/{project_id}/tenants/{tenant_id}", for example,
|
471
|
-
# "projects/
|
468
|
+
# "projects/foo/tenant/bar".
|
472
469
|
#
|
473
|
-
#
|
474
|
-
# example, "projects/
|
470
|
+
# If tenant id is unspecified, the default tenant will be used, for
|
471
|
+
# example, "projects/foo".
|
475
472
|
# @param page_size [Integer]
|
476
473
|
# The maximum number of resources contained in the underlying API
|
477
474
|
# response. If page streaming is performed per-resource, this
|
@@ -479,7 +476,7 @@ module Google
|
|
479
476
|
# performed per-page, this determines the maximum number of
|
480
477
|
# resources in a page.
|
481
478
|
# @param require_open_jobs [true, false]
|
482
|
-
#
|
479
|
+
# Set to true if the companies requested must have open jobs.
|
483
480
|
#
|
484
481
|
# Defaults to false.
|
485
482
|
#
|
@@ -6,6 +6,7 @@ require 'google/protobuf'
|
|
6
6
|
|
7
7
|
require 'google/api/annotations_pb'
|
8
8
|
require 'google/api/client_pb'
|
9
|
+
require 'google/api/field_behavior_pb'
|
9
10
|
require 'google/cloud/talent/v4beta1/common_pb'
|
10
11
|
require 'google/cloud/talent/v4beta1/company_pb'
|
11
12
|
require 'google/protobuf/empty_pb'
|
@@ -255,10 +255,10 @@ module Google
|
|
255
255
|
# Required. Resource name of tenant the completion is performed within.
|
256
256
|
#
|
257
257
|
# The format is "projects/{project_id}/tenants/{tenant_id}", for example,
|
258
|
-
# "projects/
|
258
|
+
# "projects/foo/tenant/bar".
|
259
259
|
#
|
260
|
-
#
|
261
|
-
# example, "projects/
|
260
|
+
# If tenant id is unspecified, the default tenant is used, for
|
261
|
+
# example, "projects/foo".
|
262
262
|
# @param query [String]
|
263
263
|
# Required. The query used to generate suggestions.
|
264
264
|
#
|
@@ -268,7 +268,7 @@ module Google
|
|
268
268
|
#
|
269
269
|
# The maximum allowed page size is 10.
|
270
270
|
# @param language_codes [Array<String>]
|
271
|
-
#
|
271
|
+
# The list of languages of the query. This is
|
272
272
|
# the BCP-47 language code, such as "en-US" or "sr-Latn".
|
273
273
|
# For more information, see
|
274
274
|
# [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
|
@@ -295,19 +295,19 @@ module Google
|
|
295
295
|
#
|
296
296
|
# The maximum number of allowed characters is 255.
|
297
297
|
# @param company [String]
|
298
|
-
#
|
298
|
+
# If provided, restricts completion to specified company.
|
299
299
|
#
|
300
300
|
# The format is
|
301
301
|
# "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for
|
302
|
-
# example, "projects/
|
302
|
+
# example, "projects/foo/tenants/bar/companies/baz".
|
303
303
|
#
|
304
|
-
#
|
305
|
-
# example, "projects/
|
304
|
+
# If tenant id is unspecified, the default tenant is used, for
|
305
|
+
# example, "projects/foo".
|
306
306
|
# @param scope [Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionScope]
|
307
|
-
#
|
307
|
+
# The scope of the completion. The defaults is
|
308
308
|
# {Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionScope::PUBLIC CompletionScope::PUBLIC}.
|
309
309
|
# @param type [Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType]
|
310
|
-
#
|
310
|
+
# The completion topic. The default is
|
311
311
|
# {Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType::COMBINED CompletionType::COMBINED}.
|
312
312
|
# @param options [Google::Gax::CallOptions]
|
313
313
|
# Overrides the default settings for this call, e.g, timeout,
|
@@ -6,6 +6,7 @@ require 'google/protobuf'
|
|
6
6
|
|
7
7
|
require 'google/api/annotations_pb'
|
8
8
|
require 'google/api/client_pb'
|
9
|
+
require 'google/api/field_behavior_pb'
|
9
10
|
require 'google/cloud/talent/v4beta1/common_pb'
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
11
12
|
add_message "google.cloud.talent.v4beta1.CompleteQueryRequest" do
|
@@ -25,9 +25,8 @@ module Google
|
|
25
25
|
# Resource name assigned to an application by the API.
|
26
26
|
#
|
27
27
|
# The format is
|
28
|
-
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}"
|
29
|
-
#
|
30
|
-
# "projects/api-test-project/tenants/foo/profiles/bar/applications/baz".
|
28
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}".
|
29
|
+
# For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
|
31
30
|
# @!attribute [rw] external_id
|
32
31
|
# @return [String]
|
33
32
|
# Required. Client side application identifier, used to uniquely identify the
|
@@ -39,8 +38,8 @@ module Google
|
|
39
38
|
# Output only. Resource name of the candidate of this application.
|
40
39
|
#
|
41
40
|
# The format is
|
42
|
-
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}"
|
43
|
-
#
|
41
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}".
|
42
|
+
# For example, "projects/foo/tenants/bar/profiles/baz".
|
44
43
|
# @!attribute [rw] job
|
45
44
|
# @return [String]
|
46
45
|
# One of either a job or a company is required.
|
@@ -48,8 +47,8 @@ module Google
|
|
48
47
|
# Resource name of the job which the candidate applied for.
|
49
48
|
#
|
50
49
|
# The format is
|
51
|
-
# "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}",
|
52
|
-
#
|
50
|
+
# "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example,
|
51
|
+
# "projects/foo/tenants/bar/jobs/baz".
|
53
52
|
# @!attribute [rw] company
|
54
53
|
# @return [String]
|
55
54
|
# One of either a job or a company is required.
|
@@ -57,11 +56,11 @@ module Google
|
|
57
56
|
# Resource name of the company which the candidate applied for.
|
58
57
|
#
|
59
58
|
# The format is
|
60
|
-
# "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}"
|
61
|
-
#
|
59
|
+
# "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}".
|
60
|
+
# For example, "projects/foo/tenants/bar/companies/baz".
|
62
61
|
# @!attribute [rw] application_date
|
63
62
|
# @return [Google::Type::Date]
|
64
|
-
#
|
63
|
+
# The application date.
|
65
64
|
# @!attribute [rw] stage
|
66
65
|
# @return [Google::Cloud::Talent::V4beta1::Application::ApplicationStage]
|
67
66
|
# Required. What is the most recent stage of the application (that is, new,
|
@@ -70,31 +69,30 @@ module Google
|
|
70
69
|
# that would be used to indicate to the ML models good / bad matches.
|
71
70
|
# @!attribute [rw] state
|
72
71
|
# @return [Google::Cloud::Talent::V4beta1::Application::ApplicationState]
|
73
|
-
#
|
72
|
+
# The application state.
|
74
73
|
# @!attribute [rw] interviews
|
75
74
|
# @return [Array<Google::Cloud::Talent::V4beta1::Interview>]
|
76
|
-
#
|
77
|
-
#
|
75
|
+
# All interviews (screen, onsite, and so on) conducted as part of this
|
76
|
+
# application (includes details such as user conducting the interview,
|
78
77
|
# timestamp, feedback, and so on).
|
79
78
|
# @!attribute [rw] referral
|
80
79
|
# @return [Google::Protobuf::BoolValue]
|
81
|
-
#
|
80
|
+
# If the candidate is referred by a employee.
|
82
81
|
# @!attribute [rw] create_time
|
83
82
|
# @return [Google::Protobuf::Timestamp]
|
84
83
|
# Required. Reflects the time that the application was created.
|
85
84
|
# @!attribute [rw] update_time
|
86
85
|
# @return [Google::Protobuf::Timestamp]
|
87
|
-
#
|
86
|
+
# The last update timestamp.
|
88
87
|
# @!attribute [rw] outcome_notes
|
89
88
|
# @return [String]
|
90
|
-
#
|
91
|
-
#
|
92
|
-
# on).
|
89
|
+
# Free text reason behind the recruitement outcome (for example, reason for
|
90
|
+
# withdraw / reject, reason for an unsuccessful finish, and so on).
|
93
91
|
#
|
94
92
|
# Number of characters allowed is 100.
|
95
93
|
# @!attribute [rw] outcome
|
96
94
|
# @return [Google::Cloud::Talent::V4beta1::Outcome]
|
97
|
-
#
|
95
|
+
# Outcome positiveness shows how positive the outcome is.
|
98
96
|
# @!attribute [rw] is_match
|
99
97
|
# @return [Google::Protobuf::BoolValue]
|
100
98
|
# Output only. Indicates whether this job application is a match to
|
@@ -24,8 +24,8 @@ module Google
|
|
24
24
|
# created.
|
25
25
|
#
|
26
26
|
# The format is
|
27
|
-
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}"
|
28
|
-
# example, "projects/
|
27
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}".
|
28
|
+
# For example, "projects/foo/tenants/bar/profiles/baz".
|
29
29
|
# @!attribute [rw] application
|
30
30
|
# @return [Google::Cloud::Talent::V4beta1::Application]
|
31
31
|
# Required. The application to be created.
|
@@ -37,9 +37,8 @@ module Google
|
|
37
37
|
# Required. The resource name of the application to be retrieved.
|
38
38
|
#
|
39
39
|
# The format is
|
40
|
-
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}"
|
41
|
-
#
|
42
|
-
# "projects/test-project/tenants/test-tenant/profiles/test-profile/applications/test-application".
|
40
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}".
|
41
|
+
# For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
|
43
42
|
class GetApplicationRequest; end
|
44
43
|
|
45
44
|
# Request for updating a specified application.
|
@@ -49,8 +48,7 @@ module Google
|
|
49
48
|
# system.
|
50
49
|
# @!attribute [rw] update_mask
|
51
50
|
# @return [Google::Protobuf::FieldMask]
|
52
|
-
#
|
53
|
-
# experience.
|
51
|
+
# Strongly recommended for the best service experience.
|
54
52
|
#
|
55
53
|
# If
|
56
54
|
# {Google::Cloud::Talent::V4beta1::UpdateApplicationRequest#update_mask update_mask}
|
@@ -69,9 +67,8 @@ module Google
|
|
69
67
|
# Required. The resource name of the application to be deleted.
|
70
68
|
#
|
71
69
|
# The format is
|
72
|
-
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}"
|
73
|
-
#
|
74
|
-
# "projects/test-project/tenants/test-tenant/profiles/test-profile/applications/test-application".
|
70
|
+
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}".
|
71
|
+
# For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
|
75
72
|
class DeleteApplicationRequest; end
|
76
73
|
|
77
74
|
# List applications for which the client has ACL visibility.
|
@@ -82,18 +79,16 @@ module Google
|
|
82
79
|
#
|
83
80
|
# The format is
|
84
81
|
# "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for
|
85
|
-
# example, "projects/
|
82
|
+
# example, "projects/foo/tenants/bar/profiles/baz".
|
86
83
|
# @!attribute [rw] page_token
|
87
84
|
# @return [String]
|
88
|
-
#
|
85
|
+
# The starting indicator from which to return results.
|
89
86
|
# @!attribute [rw] page_size
|
90
87
|
# @return [Integer]
|
91
|
-
#
|
88
|
+
# The maximum number of applications to be returned, at most 100.
|
92
89
|
# Default is 100 if a non-positive number is provided.
|
93
90
|
class ListApplicationsRequest; end
|
94
91
|
|
95
|
-
# Output only.
|
96
|
-
#
|
97
92
|
# The List applications response object.
|
98
93
|
# @!attribute [rw] applications
|
99
94
|
# @return [Array<Google::Cloud::Talent::V4beta1::Application>]
|