google-cloud-recommendation_engine-v1beta1 0.1.0 → 0.1.1

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: 1cc3ab7b54a1e9d0a655252b0cc30dabda40ddeee8cb9a5f44a9b29b952d3865
4
- data.tar.gz: 80057b2322757432348c8dcf10a24c45fe8ba5e3e02eda705b0784227448e94b
3
+ metadata.gz: baf9d6fa3310364079cb0f8bcaacea0f1ca7a0e2b44c5f89150a32783464b09a
4
+ data.tar.gz: 7a85c52b11a22e158259f1d3810c9f54d02905300da2090219a1438b2e3ace5e
5
5
  SHA512:
6
- metadata.gz: e8184c864a81b1ef01ffc1381f4dea0aa7f474b45c82c1a54ef2aa30b4cfbae3db7d1b96cf4e9217984d929112037a49ed086f454fd404dda21fd54068cc78c1
7
- data.tar.gz: 90baa6ea2be5ce29c1d3e0c5d6df05fd3c5e46f43293494ffee8d3b48f68934217b1be9d997cdc39783b2ac01465bb873a7a4248effbf91fad2030776ebbb583
6
+ metadata.gz: d5a96e23f1673743e0bee33e378a16aa76ea730064e92c4eda1c8ff7750df2b3b06408c15d34ad08051cbe6f06a45565c6e9f0c5248b9d713dc2feb3323afc13
7
+ data.tar.gz: cd83fe7003fbacecdf63c8e4c7ef608cefdf69f971cfa3238c01ae033d310fde21be62fe7c356121d5e1f6af0abf7d39e4e67e8f2ceb8cd5067e29dde00adc8e
@@ -36,3 +36,6 @@ module Google
36
36
  end
37
37
  end
38
38
  end
39
+
40
+ helper_path = ::File.join __dir__, "v1beta1", "_helpers.rb"
41
+ require "google/cloud/recommendation_engine/v1beta1/_helpers" if ::File.file? helper_path
@@ -762,7 +762,7 @@ module Google
762
762
  # Each configuration object is of type `Gapic::Config::Method` and includes
763
763
  # the following configuration fields:
764
764
  #
765
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
765
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
766
766
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
767
767
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
768
768
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -506,7 +506,7 @@ module Google
506
506
  # Each configuration object is of type `Gapic::Config::Method` and includes
507
507
  # the following configuration fields:
508
508
  #
509
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
509
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
510
510
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
511
511
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
512
512
  # include the following keys:
@@ -434,7 +434,7 @@ module Google
434
434
  # Each configuration object is of type `Gapic::Config::Method` and includes
435
435
  # the following configuration fields:
436
436
  #
437
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
437
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
438
438
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
439
439
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
440
440
  # include the following keys:
@@ -758,7 +758,7 @@ module Google
758
758
  # Each configuration object is of type `Gapic::Config::Method` and includes
759
759
  # the following configuration fields:
760
760
  #
761
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
761
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
762
762
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
763
763
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
764
764
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecommendationEngine
23
23
  module V1beta1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
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-recommendation_engine-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-12-04 00:00:00.000000000 Z
11
+ date: 2021-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  - !ruby/object:Gem::Version
236
236
  version: '0'
237
237
  requirements: []
238
- rubygems_version: 3.1.4
238
+ rubygems_version: 3.2.6
239
239
  signing_key:
240
240
  specification_version: 4
241
241
  summary: API Client library for the Recommendations AI V1beta1 API