google-cloud-dialogflow-v2 0.6.1 → 0.6.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: 59428cfb38624cf82c09f43a2a22feb715c79ef5abe26fd3c0add74e7b68cdc2
4
- data.tar.gz: 5c6cc39a4873713eae72a73467ea85e1e535230d8e6e1f784c2e7663770b4d7f
3
+ metadata.gz: 262f6977a09dba5e374a427ea93c384f786ed3cc851f9f2563500b3022123746
4
+ data.tar.gz: b82dd4c3c3b64355d0064c3f660e5fa44c466be4bc51d992a9b75f7a6a8b815a
5
5
  SHA512:
6
- metadata.gz: a65693b9d6ccdaa7819ece604a80043bef4fd51cdf0023d5ef4e995c65c5ed0eceebc57aa11ad8aa0637311fd1b26f898bcf9832ce98eae1b75e7eab7f6b05df
7
- data.tar.gz: 1f04dc95651a085a45c7420dfefcf750b6c7491c10dc7896a89fe11c6d9be3dd037dd1866496fcd313b5162890475dc4431d5890adb96493273bce2474b19415
6
+ metadata.gz: a3e1a6f59778442847aeee5832f06341e05ca758bede572dc040c3cba15848aeabe66bd4b11fde7fdbdcb9f2b0b552b0e0a95d783addb4bad77fa272d4e14f30
7
+ data.tar.gz: 23c03ae48e93cc0645793e4095d05f542d2ff0d9aa64d5b7c512061ef95068d3419f63e768e9ef5951abfcd6d3b94a422ae52df31abe48eea12d84c8081c109c
@@ -1011,7 +1011,7 @@ module Google
1011
1011
  def rpcs
1012
1012
  @rpcs ||= begin
1013
1013
  parent_rpcs = nil
1014
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1014
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1015
1015
  Rpcs.new parent_rpcs
1016
1016
  end
1017
1017
  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
@@ -743,7 +743,7 @@ module Google
743
743
  def rpcs
744
744
  @rpcs ||= begin
745
745
  parent_rpcs = nil
746
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
746
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
747
747
  Rpcs.new parent_rpcs
748
748
  end
749
749
  end
@@ -1114,7 +1114,7 @@ module Google
1114
1114
  def rpcs
1115
1115
  @rpcs ||= begin
1116
1116
  parent_rpcs = nil
1117
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1117
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1118
1118
  Rpcs.new parent_rpcs
1119
1119
  end
1120
1120
  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
@@ -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
@@ -874,7 +874,7 @@ module Google
874
874
  def rpcs
875
875
  @rpcs ||= begin
876
876
  parent_rpcs = nil
877
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
877
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
878
878
  Rpcs.new parent_rpcs
879
879
  end
880
880
  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
@@ -686,7 +686,7 @@ module Google
686
686
  def rpcs
687
687
  @rpcs ||= begin
688
688
  parent_rpcs = nil
689
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
689
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
690
690
  Rpcs.new parent_rpcs
691
691
  end
692
692
  end
@@ -421,7 +421,7 @@ module Google
421
421
  def rpcs
422
422
  @rpcs ||= begin
423
423
  parent_rpcs = nil
424
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
424
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
425
425
  Rpcs.new parent_rpcs
426
426
  end
427
427
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module V2
24
- VERSION = "0.6.1"
24
+ VERSION = "0.6.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
256
256
  - !ruby/object:Gem::Version
257
257
  version: '0'
258
258
  requirements: []
259
- rubygems_version: 3.0.6
259
+ rubygems_version: 3.1.3
260
260
  signing_key:
261
261
  specification_version: 4
262
262
  summary: API Client library for the Dialogflow V2 API