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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4a6c20f49117968c2a5130b41240450832e1e12f14914976ad794829f451573
4
- data.tar.gz: 2cdbbabbf140ecd55ecbc015a7d14e95f414da1903bcb0264ce6af47a18b0258
3
+ metadata.gz: 90c20602eab0ee5efe494d1d8b9e508a0c8ab76f08ca5b4173a042bb9cb4151f
4
+ data.tar.gz: 346a0b9b1610408c83c074090ec37bff8e11b6f8025a8160835d72313c69b0c5
5
5
  SHA512:
6
- metadata.gz: 377aae7b8ef9053770bff9daccb80f574484605aa53b1aeec8a82d48b99b23a37f3f9703bd115c22f3e94e46e53cf63e5002af0d3cb96a60343cf6ec93ec6ac8
7
- data.tar.gz: 2348a6890ed176d117212075ede36905d42e239930876221839889fa96c379831ae572990c84ba79b9047af30dbfc673fa755756b1424057a4e3f4ac9e9f3ec8
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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Talent
19
- VERSION = "0.8.1".freeze
19
+ VERSION = "0.8.2".freeze
20
20
  end
21
21
  end
22
22
  end
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.1
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-21 00:00:00.000000000 Z
11
+ date: 2019-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax