google-cloud-talent-v4 0.6.4 → 0.7.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/README.md +5 -0
- data/lib/google/cloud/talent/v4/common_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/company_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/company_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/completion_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/event_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/event_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/filters_pb.rb +3 -1
- data/lib/google/cloud/talent/v4/job_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/job_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/tenant_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/tenant_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4/version.rb +1 -1
- data/proto_docs/google/cloud/talent/v4/filters.rb +20 -8
- data/proto_docs/google/protobuf/any.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11c9d662de74081598034cde2a204d874a4912601934e39691890783c9081dad
|
|
4
|
+
data.tar.gz: 458a10cc895bd37beb288ecbb87ecc93a980e69a4f622262333c3b0ddaf39611
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da36cb6ce86495877d66c00323cefac4e27de9994847bfd4744c13685565b8d868f2c61ce7e4afdcde01382d8a231fd7577a8aa81adc9f27ce8f5f2a4750e34c
|
|
7
|
+
data.tar.gz: 6db63ffafccd2171876c1f14b5db029ea076911fc04358e8d7ea2e0bfbc523eb2332f7ae221d1f7dddbe4b5d0a5aeabea60b30abd40a3a2b8b5c8f7ed0cd4bbc
|
data/README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/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
9
|
require 'google/type/latlng_pb'
|
|
8
10
|
require 'google/type/money_pb'
|
|
9
11
|
require 'google/type/postal_address_pb'
|
|
10
|
-
require 'google/protobuf'
|
|
11
12
|
|
|
12
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
14
|
add_file("google/cloud/talent/v4/common.proto", :syntax => :proto3) do
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/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/v4/common_pb'
|
|
7
|
-
require 'google/protobuf'
|
|
8
9
|
|
|
9
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
11
|
add_file("google/cloud/talent/v4/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/v4/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/v4/common_pb'
|
|
|
9
11
|
require 'google/cloud/talent/v4/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/v4/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/v4/completion_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/v4/common_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
11
|
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
13
|
add_file("google/cloud/talent/v4/completion_service.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/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/protobuf'
|
|
7
8
|
|
|
8
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
10
|
add_file("google/cloud/talent/v4/event.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/v4/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/v4/event_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
11
|
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
13
|
add_file("google/cloud/talent/v4/event_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/v4/filters.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/cloud/talent/v4/common_pb'
|
|
6
8
|
require 'google/protobuf/duration_pb'
|
|
7
9
|
require 'google/type/latlng_pb'
|
|
8
10
|
require 'google/type/timeofday_pb'
|
|
9
|
-
require 'google/protobuf'
|
|
10
11
|
|
|
11
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
12
13
|
add_file("google/cloud/talent/v4/filters.proto", :syntax => :proto3) do
|
|
@@ -37,6 +38,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
37
38
|
value :TELECOMMUTE_PREFERENCE_UNSPECIFIED, 0
|
|
38
39
|
value :TELECOMMUTE_EXCLUDED, 1
|
|
39
40
|
value :TELECOMMUTE_ALLOWED, 2
|
|
41
|
+
value :TELECOMMUTE_JOBS_EXCLUDED, 3
|
|
40
42
|
end
|
|
41
43
|
add_message "google.cloud.talent.v4.CompensationFilter" do
|
|
42
44
|
optional :type, :enum, 1, "google.cloud.talent.v4.CompensationFilter.FilterType"
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/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/v4/common_pb'
|
|
7
9
|
require 'google/protobuf/timestamp_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/talent/v4/job.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/v4/job_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'
|
|
@@ -14,7 +16,6 @@ require 'google/protobuf/duration_pb'
|
|
|
14
16
|
require 'google/protobuf/empty_pb'
|
|
15
17
|
require 'google/protobuf/field_mask_pb'
|
|
16
18
|
require 'google/rpc/status_pb'
|
|
17
|
-
require 'google/protobuf'
|
|
18
19
|
|
|
19
20
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
20
21
|
add_file("google/cloud/talent/v4/job_service.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/talent/v4/tenant.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
|
-
require 'google/protobuf'
|
|
7
8
|
|
|
8
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
10
|
add_file("google/cloud/talent/v4/tenant.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/v4/tenant_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/v4/common_pb'
|
|
|
9
11
|
require 'google/cloud/talent/v4/tenant_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/v4/tenant_service.proto", :syntax => :proto3) do
|
|
@@ -90,14 +90,22 @@ module Google
|
|
|
90
90
|
# @return [::Array<::String>]
|
|
91
91
|
# This filter specifies the company {::Google::Cloud::Talent::V4::Company#display_name Company.display_name}
|
|
92
92
|
# of the jobs to search against. The company name must match the value
|
|
93
|
-
# exactly
|
|
93
|
+
# exactly.
|
|
94
94
|
#
|
|
95
|
-
# Alternatively,
|
|
96
|
-
#
|
|
97
|
-
#
|
|
98
|
-
#
|
|
95
|
+
# Alternatively, the value being searched for can be wrapped in different
|
|
96
|
+
# match operators.
|
|
97
|
+
# `SUBSTRING_MATCH([value])`
|
|
98
|
+
# The company name must contain a case insensitive substring match of the
|
|
99
|
+
# value. Using this function may increase latency.
|
|
99
100
|
#
|
|
100
|
-
# Sample
|
|
101
|
+
# Sample Value: `SUBSTRING_MATCH(google)`
|
|
102
|
+
#
|
|
103
|
+
# `MULTI_WORD_TOKEN_MATCH([value])`
|
|
104
|
+
# The value will be treated as a multi word token and the company name must
|
|
105
|
+
# contain a case insensitive match of the value. Using this function may
|
|
106
|
+
# increase latency.
|
|
107
|
+
#
|
|
108
|
+
# Sample Value: `MULTI_WORD_TOKEN_MATCH(google)`
|
|
101
109
|
#
|
|
102
110
|
# If a value isn't specified, jobs within the search results are
|
|
103
111
|
# associated with any company.
|
|
@@ -216,7 +224,7 @@ module Google
|
|
|
216
224
|
# @return [::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference]
|
|
217
225
|
# Allows the client to return jobs without a
|
|
218
226
|
# set location, specifically, telecommuting jobs (telecommuting is considered
|
|
219
|
-
# by the service as a special location.
|
|
227
|
+
# by the service as a special location).
|
|
220
228
|
# {::Google::Cloud::Talent::V4::Job#posting_region Job.posting_region} indicates if a job permits telecommuting.
|
|
221
229
|
# If this field is set to {::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference::TELECOMMUTE_ALLOWED TelecommutePreference.TELECOMMUTE_ALLOWED},
|
|
222
230
|
# telecommuting jobs are searched, and {::Google::Cloud::Talent::V4::LocationFilter#address address} and {::Google::Cloud::Talent::V4::LocationFilter#lat_lng lat_lng} are
|
|
@@ -243,11 +251,15 @@ module Google
|
|
|
243
251
|
# Default value if the telecommute preference isn't specified.
|
|
244
252
|
TELECOMMUTE_PREFERENCE_UNSPECIFIED = 0
|
|
245
253
|
|
|
246
|
-
#
|
|
254
|
+
# Deprecated: Ignore telecommute status of jobs. Use
|
|
255
|
+
# TELECOMMUTE_JOBS_EXCLUDED if want to exclude telecommute jobs.
|
|
247
256
|
TELECOMMUTE_EXCLUDED = 1
|
|
248
257
|
|
|
249
258
|
# Allow telecommute jobs.
|
|
250
259
|
TELECOMMUTE_ALLOWED = 2
|
|
260
|
+
|
|
261
|
+
# Exclude telecommute jobs.
|
|
262
|
+
TELECOMMUTE_JOBS_EXCLUDED = 3
|
|
251
263
|
end
|
|
252
264
|
end
|
|
253
265
|
|
|
@@ -44,7 +44,7 @@ module Google
|
|
|
44
44
|
# foo = any.unpack(Foo.class);
|
|
45
45
|
# }
|
|
46
46
|
#
|
|
47
|
-
#
|
|
47
|
+
# Example 3: Pack and unpack a message in Python.
|
|
48
48
|
#
|
|
49
49
|
# foo = Foo(...)
|
|
50
50
|
# any = Any()
|
|
@@ -54,7 +54,7 @@ module Google
|
|
|
54
54
|
# any.Unpack(foo)
|
|
55
55
|
# ...
|
|
56
56
|
#
|
|
57
|
-
#
|
|
57
|
+
# Example 4: Pack and unpack a message in Go
|
|
58
58
|
#
|
|
59
59
|
# foo := &pb.Foo{...}
|
|
60
60
|
# any, err := anypb.New(foo)
|
|
@@ -75,7 +75,7 @@ module Google
|
|
|
75
75
|
#
|
|
76
76
|
#
|
|
77
77
|
# JSON
|
|
78
|
-
#
|
|
78
|
+
#
|
|
79
79
|
# The JSON representation of an `Any` value uses the regular
|
|
80
80
|
# representation of the deserialized, embedded message, with an
|
|
81
81
|
# additional field `@type` which contains the type URL. Example:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-talent-v4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
259
259
|
- !ruby/object:Gem::Version
|
|
260
260
|
version: '0'
|
|
261
261
|
requirements: []
|
|
262
|
-
rubygems_version: 3.3.
|
|
262
|
+
rubygems_version: 3.3.14
|
|
263
263
|
signing_key:
|
|
264
264
|
specification_version: 4
|
|
265
265
|
summary: API Client library for the Cloud Talent Solution V4 API
|