google-cloud-talent-v4 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58c1430143e17954727aedd14867a2ded0ffd111c5216da4c8cbaeb76f6bb7d9
4
- data.tar.gz: e506d624ce2f5a4b77991a9f274c1bf96707e42851d671bc014520fc48037511
3
+ metadata.gz: 91ee220eef5672febe29fecc9715b55a9b833331b511e4a91fd5ed4e3a4e6841
4
+ data.tar.gz: b3a1b97373bcbf854f3b82560809bcd935a9d515c7cb39eb32716443f63c95dc
5
5
  SHA512:
6
- metadata.gz: 7d4a8263c37cf543c63c00dc5003009d1400942dd03e537d2a0ac1e1284c29e1be701e4975fa65b1333b06849af75eae0fede5a3723978e8daaae242164b663b
7
- data.tar.gz: a0996945d3426a02c4f3ddea7db8c8003d996961757494d6ececfddc577b02d2b85bd55979eef750b13cfd6d06b695f1ff55262e411cc95041f62c5a07f4e3ed
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://googleapis.dev/ruby/google-cloud-talent-v4/latest)
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
@@ -4,7 +4,6 @@
4
4
  require 'google/api/field_behavior_pb'
5
5
  require 'google/api/resource_pb'
6
6
  require 'google/cloud/talent/v4/common_pb'
7
- require 'google/api/annotations_pb'
8
7
  require 'google/protobuf'
9
8
 
10
9
  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
@@ -3,7 +3,6 @@
3
3
 
4
4
  require 'google/api/field_behavior_pb'
5
5
  require 'google/protobuf/timestamp_pb'
6
- require 'google/api/annotations_pb'
7
6
  require 'google/protobuf'
8
7
 
9
8
  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
@@ -1,7 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/talent/v4/histogram.proto
3
3
 
4
- require 'google/api/annotations_pb'
5
4
  require 'google/protobuf'
6
5
 
7
6
  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'
@@ -3,7 +3,6 @@
3
3
 
4
4
  require 'google/api/field_behavior_pb'
5
5
  require 'google/api/resource_pb'
6
- require 'google/api/annotations_pb'
7
6
  require 'google/protobuf'
8
7
 
9
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4
24
- VERSION = "0.6.3"
24
+ VERSION = "0.6.4"
25
25
  end
26
26
  end
27
27
  end
@@ -29,6 +29,8 @@ module Google
29
29
  ##
30
30
  # To load this package, including all its services, and instantiate a client:
31
31
  #
32
+ # @example
33
+ #
32
34
  # require "google/cloud/talent/v4"
33
35
  # client = ::Google::Cloud::Talent::V4::CompanyService::Client.new
34
36
  #
@@ -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 exact company {::Google::Cloud::Talent::V4::Company#display_name Company.display_name}
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 job are not
217
- # searched.
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.3
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-01-11 00:00:00.000000000 Z
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.4
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