google-cloud-automl-v1beta1 0.2.2 → 0.2.3

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: ed48a93138c21636f30e6d95b061c7484c99a31f6c92294a429d28cf329b3afb
4
- data.tar.gz: c574297eb45e481e81a11623d13677cb59ac6a0f7d66a6f102d8d66bf8220da4
3
+ metadata.gz: 69ceb62bd77003d2423387e93b02915f5ea1e97a923766ab17344165b6abdddf
4
+ data.tar.gz: 9bb4e78a29005bd132544abc35f1a4daef9de732ce6bf46f9448417b77edc11b
5
5
  SHA512:
6
- metadata.gz: d1625a11235383a58b86d3e7cf0dd142b0cfafc338b498a21b6f0223a6d37fabb193d6e75de38030870688ca7fe4652229518128142822aeb6fdecf120bf69b2
7
- data.tar.gz: 2ee6cc80e2d81a321dcfb70bd7de11da2c5812b2343f0c267bbfe8e9799e12af634d5be95d060c97fe4b7479ddd3e9c0fa03f75accad4edf567355ff54cc85b9
6
+ metadata.gz: 5945ef44f02fd8a150a02470e057b52e5a0114ed48ea2dfbd6aff12ccd8629532ccb9b92031d31ffb80b5911f0648fd97272955a4a4e570a7707237579d73628
7
+ data.tar.gz: 0fa96ac6deafe06a708dcbb6ccdab0026c8b499e7df1688834db918dc33b68711a3db8331f3943586e733acfb0bacfc049152bdb293cfcb51bc8637c9c6c27ac
@@ -2166,7 +2166,7 @@ module Google
2166
2166
  def rpcs
2167
2167
  @rpcs ||= begin
2168
2168
  parent_rpcs = nil
2169
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
2169
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
2170
2170
  Rpcs.new parent_rpcs
2171
2171
  end
2172
2172
  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
@@ -538,7 +538,7 @@ module Google
538
538
  def rpcs
539
539
  @rpcs ||= begin
540
540
  parent_rpcs = nil
541
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
541
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
542
542
  Rpcs.new parent_rpcs
543
543
  end
544
544
  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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Automl
23
23
  module V1beta1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
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-automl-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
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-28 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
@@ -265,7 +265,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  - !ruby/object:Gem::Version
266
266
  version: '0'
267
267
  requirements: []
268
- rubygems_version: 3.0.6
268
+ rubygems_version: 3.1.3
269
269
  signing_key:
270
270
  specification_version: 4
271
271
  summary: API Client library for the Cloud AutoML V1beta1 API