google-cloud-talent-v4 0.6.3 → 0.6.4
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 +1 -1
- data/lib/google/cloud/talent/v4/common_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/company_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/completion_service_pb.rb +1 -1
- data/lib/google/cloud/talent/v4/event_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/filters_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/histogram_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/job_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/job_service/client.rb +4 -0
- data/lib/google/cloud/talent/v4/job_service_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/tenant_pb.rb +0 -1
- data/lib/google/cloud/talent/v4/version.rb +1 -1
- data/lib/google/cloud/talent/v4.rb +2 -0
- data/proto_docs/google/cloud/talent/v4/filters.rb +14 -4
- data/proto_docs/google/cloud/talent/v4/job_service.rb +2 -0
- 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: 91ee220eef5672febe29fecc9715b55a9b833331b511e4a91fd5ed4e3a4e6841
|
4
|
+
data.tar.gz: b3a1b97373bcbf854f3b82560809bcd935a9d515c7cb39eb32716443f63c95dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cab971931cc41a6658faf10a3c3ae660463bd32ffae338ef414de66049395d15f0bee130675c3b6c133a4b6d9e173b9430f9bf85bf988a4dbb47e1f62c5a87b1
|
7
|
+
data.tar.gz: b1fe058f7d44adc11d070a5ed552419adf0f0bcd4816f143dec1b104249a2eda74d6fe255dbd9e5a4b124c31b48ccc8bed83302ecf3f1de0e81c10c8212ac40a
|
data/README.md
CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Talent::V4::CreateCompanyRequest.new # (request field
|
|
37
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-v4/latest)
|
41
41
|
for class and method documentation.
|
42
42
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/solutions/talent-solution)
|
@@ -7,7 +7,6 @@ require 'google/protobuf/wrappers_pb'
|
|
7
7
|
require 'google/type/latlng_pb'
|
8
8
|
require 'google/type/money_pb'
|
9
9
|
require 'google/type/postal_address_pb'
|
10
|
-
require 'google/api/annotations_pb'
|
11
10
|
require 'google/protobuf'
|
12
11
|
|
13
12
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
@@ -2,10 +2,10 @@
|
|
2
2
|
# source: google/cloud/talent/v4/completion_service.proto
|
3
3
|
|
4
4
|
require 'google/api/annotations_pb'
|
5
|
+
require 'google/api/client_pb'
|
5
6
|
require 'google/api/field_behavior_pb'
|
6
7
|
require 'google/api/resource_pb'
|
7
8
|
require 'google/cloud/talent/v4/common_pb'
|
8
|
-
require 'google/api/client_pb'
|
9
9
|
require 'google/protobuf'
|
10
10
|
|
11
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
@@ -6,7 +6,6 @@ require 'google/cloud/talent/v4/common_pb'
|
|
6
6
|
require 'google/protobuf/duration_pb'
|
7
7
|
require 'google/type/latlng_pb'
|
8
8
|
require 'google/type/timeofday_pb'
|
9
|
-
require 'google/api/annotations_pb'
|
10
9
|
require 'google/protobuf'
|
11
10
|
|
12
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
@@ -5,7 +5,6 @@ require 'google/api/field_behavior_pb'
|
|
5
5
|
require 'google/api/resource_pb'
|
6
6
|
require 'google/cloud/talent/v4/common_pb'
|
7
7
|
require 'google/protobuf/timestamp_pb'
|
8
|
-
require 'google/api/annotations_pb'
|
9
8
|
require 'google/protobuf'
|
10
9
|
|
11
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
@@ -1062,6 +1062,8 @@ module Google
|
|
1062
1062
|
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
|
1063
1063
|
# matching entities within each bucket.
|
1064
1064
|
#
|
1065
|
+
# A maximum of 200 histogram buckets are supported.
|
1066
|
+
#
|
1065
1067
|
# Data types:
|
1066
1068
|
#
|
1067
1069
|
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
|
@@ -1390,6 +1392,8 @@ module Google
|
|
1390
1392
|
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
|
1391
1393
|
# matching entities within each bucket.
|
1392
1394
|
#
|
1395
|
+
# A maximum of 200 histogram buckets are supported.
|
1396
|
+
#
|
1393
1397
|
# Data types:
|
1394
1398
|
#
|
1395
1399
|
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
|
@@ -10,7 +10,6 @@ require 'google/cloud/talent/v4/filters_pb'
|
|
10
10
|
require 'google/cloud/talent/v4/histogram_pb'
|
11
11
|
require 'google/cloud/talent/v4/job_pb'
|
12
12
|
require 'google/longrunning/operations_pb'
|
13
|
-
require 'google/protobuf/any_pb'
|
14
13
|
require 'google/protobuf/duration_pb'
|
15
14
|
require 'google/protobuf/empty_pb'
|
16
15
|
require 'google/protobuf/field_mask_pb'
|
@@ -88,8 +88,16 @@ module Google
|
|
88
88
|
# Currently we don't support sorting by commute time.
|
89
89
|
# @!attribute [rw] company_display_names
|
90
90
|
# @return [::Array<::String>]
|
91
|
-
# This filter specifies the
|
92
|
-
# of the jobs to search against.
|
91
|
+
# This filter specifies the company {::Google::Cloud::Talent::V4::Company#display_name Company.display_name}
|
92
|
+
# of the jobs to search against. The company name must match the value
|
93
|
+
# exactly (case sensitive).
|
94
|
+
#
|
95
|
+
# Alternatively, if the value being searched for is wrapped in
|
96
|
+
# `SUBSTRING_MATCH([value])`, the company name must contain a case
|
97
|
+
# insensitive substring match of the value. Using this function may increase
|
98
|
+
# latency.
|
99
|
+
#
|
100
|
+
# Sample Values: `["Google LLC", "SUBSTRING_MATCH(google)"]`
|
93
101
|
#
|
94
102
|
# If a value isn't specified, jobs within the search results are
|
95
103
|
# associated with any company.
|
@@ -213,8 +221,10 @@ module Google
|
|
213
221
|
# If this field is set to {::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference::TELECOMMUTE_ALLOWED TelecommutePreference.TELECOMMUTE_ALLOWED},
|
214
222
|
# telecommuting jobs are searched, and {::Google::Cloud::Talent::V4::LocationFilter#address address} and {::Google::Cloud::Talent::V4::LocationFilter#lat_lng lat_lng} are
|
215
223
|
# ignored. If not set or set to
|
216
|
-
# {::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference::TELECOMMUTE_EXCLUDED TelecommutePreference.TELECOMMUTE_EXCLUDED}, telecommute
|
217
|
-
#
|
224
|
+
# {::Google::Cloud::Talent::V4::LocationFilter::TelecommutePreference::TELECOMMUTE_EXCLUDED TelecommutePreference.TELECOMMUTE_EXCLUDED}, the telecommute status of
|
225
|
+
# the jobs is ignored. Jobs that have {::Google::Cloud::Talent::V4::PostingRegion::TELECOMMUTE PostingRegion.TELECOMMUTE} and have
|
226
|
+
# additional {::Google::Cloud::Talent::V4::Job#addresses Job.addresses} may still be matched based on other location
|
227
|
+
# filters using {::Google::Cloud::Talent::V4::LocationFilter#address address} or [latlng][].
|
218
228
|
#
|
219
229
|
# This filter can be used by itself to search exclusively for telecommuting
|
220
230
|
# jobs, or it can be combined with another location
|
@@ -192,6 +192,8 @@ module Google
|
|
192
192
|
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
|
193
193
|
# matching entities within each bucket.
|
194
194
|
#
|
195
|
+
# A maximum of 200 histogram buckets are supported.
|
196
|
+
#
|
195
197
|
# Data types:
|
196
198
|
#
|
197
199
|
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
|
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.6.
|
4
|
+
version: 0.6.4
|
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-03-30 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.5
|
263
263
|
signing_key:
|
264
264
|
specification_version: 4
|
265
265
|
summary: API Client library for the Cloud Talent Solution V4 API
|