google-cloud-talent 0.8.1 → 0.8.2
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/doc/google/cloud/talent/v4beta1/job_service.rb +4 -1
- data/lib/google/cloud/talent/v4beta1/doc/google/type/postal_address.rb +3 -1
- data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +2 -0
- data/lib/google/cloud/talent/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90c20602eab0ee5efe494d1d8b9e508a0c8ab76f08ca5b4173a042bb9cb4151f
|
|
4
|
+
data.tar.gz: 346a0b9b1610408c83c074090ec37bff8e11b6f8025a8160835d72313c69b0c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 691831598a9103aea02643dee5eca485cd397ca81a00e3c9d7119f6fbbef706f8b0b766b3e664e143b6ff609c3c7088978a118d309616591ec77c1f89300308c
|
|
7
|
+
data.tar.gz: ecd3c963838f5f538a6f1836fd1b321ec3c98f8eaf682d3b232adc8c7bf4c9d15bfe6d9568db23933828f64389fb8a92981c268e4b979b4e889276e05ea908b9
|
|
@@ -524,7 +524,10 @@ module Google
|
|
|
524
524
|
|
|
525
525
|
# Default diversifying behavior. The result list is ordered so that
|
|
526
526
|
# highly similar results are pushed to the end of the last page of search
|
|
527
|
-
# results.
|
|
527
|
+
# results. If you are using pageToken to page through the result set,
|
|
528
|
+
# latency might be lower but we can't guarantee that all results are
|
|
529
|
+
# returned. If you are using page offset, latency might be higher but all
|
|
530
|
+
# results are returned.
|
|
528
531
|
SIMPLE = 2
|
|
529
532
|
end
|
|
530
533
|
|
|
@@ -34,7 +34,9 @@ module Google
|
|
|
34
34
|
# https://support.google.com/business/answer/6397478
|
|
35
35
|
# @!attribute [rw] revision
|
|
36
36
|
# @return [Integer]
|
|
37
|
-
# The schema revision of the `PostalAddress`.
|
|
37
|
+
# The schema revision of the `PostalAddress`. This must be set to 0, which is
|
|
38
|
+
# the latest revision.
|
|
39
|
+
#
|
|
38
40
|
# All new revisions **must** be backward compatible with old revisions.
|
|
39
41
|
# @!attribute [rw] region_code
|
|
40
42
|
# @return [String]
|
|
@@ -11,9 +11,11 @@ require 'google/cloud/talent/v4beta1/common_pb'
|
|
|
11
11
|
require 'google/cloud/talent/v4beta1/filters_pb'
|
|
12
12
|
require 'google/cloud/talent/v4beta1/histogram_pb'
|
|
13
13
|
require 'google/cloud/talent/v4beta1/profile_pb'
|
|
14
|
+
require 'google/longrunning/operations_pb'
|
|
14
15
|
require 'google/protobuf/any_pb'
|
|
15
16
|
require 'google/protobuf/empty_pb'
|
|
16
17
|
require 'google/protobuf/field_mask_pb'
|
|
18
|
+
require 'google/rpc/status_pb'
|
|
17
19
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
18
20
|
add_message "google.cloud.talent.v4beta1.ListProfilesRequest" do
|
|
19
21
|
optional :parent, :string, 1
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-talent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-12-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-gax
|