google-cloud-talent-v4beta1 0.2.1 → 0.2.2

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: 172db5ca7d935dc2a23613262e8a3bbba6de0af4359756ce84f8891955c10d9a
4
- data.tar.gz: d47dab26cfcbb051e5ef8d6260b457fcf53646099ca1cde91f75394e9b88ab1b
3
+ metadata.gz: 5c3d8050830a375070ae0f7eb0d4d33183aadecf4b8fae43df0c571dec41ab66
4
+ data.tar.gz: e68c18117a8ddc29a39e23695d145e8cdab93f2dab84262ff26a310031269eb5
5
5
  SHA512:
6
- metadata.gz: caf6885ce4799c378383c8c9e97fbf5a2309d04b3bdfa06b3a2516977694fc0b5ffff8c4593cbaf3ee4fb747b162ac26580d66ab096eb7553f46a32ece7852fa
7
- data.tar.gz: 9807de0caa72ecf8f2bd0290845971b2967e52d1a9143f98f9a98dfe2efd50974600adbc662637ede1308b24dade400ccf5368d8b9e655e3042acf059e668e8b
6
+ metadata.gz: d8e7d47b5f7cf9569425fe71de72b4374ff9b465fd34aa22df97e6edb6cdd083ff639debaf6c21dac0959a66e5e3e79892193bee25013062388bb874ae081cc0
7
+ data.tar.gz: 1c7d2e72560d830cc7add8ca07be9ad659c3d65873d3c224995cf5fe53bdb218764eacc097088e2047571e2c407bb54d93ea7ec9ad50bc28551946392b5cee64
@@ -648,7 +648,7 @@ module Google
648
648
  def rpcs
649
649
  @rpcs ||= begin
650
650
  parent_rpcs = nil
651
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
651
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
652
652
  Rpcs.new parent_rpcs
653
653
  end
654
654
  end
@@ -663,7 +663,7 @@ module Google
663
663
  def rpcs
664
664
  @rpcs ||= begin
665
665
  parent_rpcs = nil
666
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
666
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
667
667
  Rpcs.new parent_rpcs
668
668
  end
669
669
  end
@@ -366,7 +366,7 @@ module Google
366
366
  def rpcs
367
367
  @rpcs ||= begin
368
368
  parent_rpcs = nil
369
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
369
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
370
370
  Rpcs.new parent_rpcs
371
371
  end
372
372
  end
@@ -338,7 +338,7 @@ module Google
338
338
  def rpcs
339
339
  @rpcs ||= begin
340
340
  parent_rpcs = nil
341
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
341
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
342
342
  Rpcs.new parent_rpcs
343
343
  end
344
344
  end
@@ -1556,7 +1556,7 @@ module Google
1556
1556
  def rpcs
1557
1557
  @rpcs ||= begin
1558
1558
  parent_rpcs = nil
1559
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1559
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1560
1560
  Rpcs.new parent_rpcs
1561
1561
  end
1562
1562
  end
@@ -503,7 +503,7 @@ module Google
503
503
  def rpcs
504
504
  @rpcs ||= begin
505
505
  parent_rpcs = nil
506
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
506
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
507
507
  Rpcs.new parent_rpcs
508
508
  end
509
509
  end
@@ -916,7 +916,7 @@ module Google
916
916
  def rpcs
917
917
  @rpcs ||= begin
918
918
  parent_rpcs = nil
919
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
919
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
920
920
  Rpcs.new parent_rpcs
921
921
  end
922
922
  end
@@ -643,7 +643,7 @@ module Google
643
643
  def rpcs
644
644
  @rpcs ||= begin
645
645
  parent_rpcs = nil
646
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
646
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
647
647
  Rpcs.new parent_rpcs
648
648
  end
649
649
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4beta1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
@@ -429,7 +429,7 @@ module Google
429
429
  # or territory. If this field is not set, application behavior is biased
430
430
  # toward the United States by default.
431
431
  #
432
- # See https://cldr.unicode.org/ and
432
+ # See
433
433
  # https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
434
434
  # for details. Example: "CH" for Switzerland.
435
435
  # Note that this filter is not applicable for Profile Search related queries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent-v4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.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: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -271,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
271
271
  - !ruby/object:Gem::Version
272
272
  version: '0'
273
273
  requirements: []
274
- rubygems_version: 3.0.6
274
+ rubygems_version: 3.1.3
275
275
  signing_key:
276
276
  specification_version: 4
277
277
  summary: API Client library for the Cloud Talent Solution V4beta1 API