google-cloud-recommender-v1 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: c36c8d1ea536867e2354710653eeaa0a223b1c41b8297d84fcab9f0082eb848a
4
- data.tar.gz: 30c497a9b7d0066ce4f57226286368a5a2aecde3dcf4a4794bbdc4068644b96b
3
+ metadata.gz: 736646a7b14bb372a37c935d1226bc4b44eaf94b05ce0f310cdcfb34fca8757d
4
+ data.tar.gz: ce84d36a2d29029c05bf87a776ba66f2a89560dab41dfcc1c4628472b84b4e4c
5
5
  SHA512:
6
- metadata.gz: 61685b5df88863c14478c8242aabd82659e92c905e9a56b4a0053c55ee6134f58356d4a50570e3dfd30802f3361795055e379e20d092f640e955103a7ac72073
7
- data.tar.gz: 84f1c7bcbd9f4ba61b4d0422a82ee49dd282f8df2bd9c937a79cf1a4f6b2467cf418d36f514b7da887a3f25f2071023c12f1937969ec53758b75cd50e2beded7
6
+ metadata.gz: 0cb5533b2734e04980a328e56cd9d12c3607adadc387e51506e47281cb5175099df39354609d9be0bfa15e47b570b491ab4bc21bab5171b2a51a3e89cfe56d82
7
+ data.tar.gz: 9b8cfe7d18e2e5f8eac84fcee2e3501405811a508f2d1f18e694a2339dd1b39b8cd7c82d96b52020c1b93f44028fc3787e3d4298659c76a7cf53b13f37a4707d
data/README.md CHANGED
@@ -4,7 +4,7 @@ google-cloud-recommender-v1 is the official library for Recommender V1 API.
4
4
 
5
5
  recommender.googleapis.com
6
6
 
7
- https://github.com/googleapis/googleapis
7
+ https://github.com/googleapis/google-cloud-ruby
8
8
 
9
9
  ## Installation
10
10
 
@@ -175,7 +175,7 @@ module Google
175
175
  # Set x-goog-api-client header
176
176
  metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
177
177
  lib_name: @config.lib_name, lib_version: @config.lib_version,
178
- gapic_version: Google::Cloud::Recommender::V1::VERSION
178
+ gapic_version: ::Google::Cloud::Recommender::V1::VERSION
179
179
 
180
180
  header_params = {
181
181
  "parent" => request.parent
@@ -236,7 +236,7 @@ module Google
236
236
  # Set x-goog-api-client header
237
237
  metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
238
238
  lib_name: @config.lib_name, lib_version: @config.lib_version,
239
- gapic_version: Google::Cloud::Recommender::V1::VERSION
239
+ gapic_version: ::Google::Cloud::Recommender::V1::VERSION
240
240
 
241
241
  header_params = {
242
242
  "name" => request.name
@@ -319,7 +319,7 @@ module Google
319
319
  # Set x-goog-api-client header
320
320
  metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
321
321
  lib_name: @config.lib_name, lib_version: @config.lib_version,
322
- gapic_version: Google::Cloud::Recommender::V1::VERSION
322
+ gapic_version: ::Google::Cloud::Recommender::V1::VERSION
323
323
 
324
324
  header_params = {
325
325
  "name" => request.name
@@ -402,7 +402,7 @@ module Google
402
402
  # Set x-goog-api-client header
403
403
  metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
404
404
  lib_name: @config.lib_name, lib_version: @config.lib_version,
405
- gapic_version: Google::Cloud::Recommender::V1::VERSION
405
+ gapic_version: ::Google::Cloud::Recommender::V1::VERSION
406
406
 
407
407
  header_params = {
408
408
  "name" => request.name
@@ -485,7 +485,7 @@ module Google
485
485
  # Set x-goog-api-client header
486
486
  metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
487
487
  lib_name: @config.lib_name, lib_version: @config.lib_version,
488
- gapic_version: Google::Cloud::Recommender::V1::VERSION
488
+ gapic_version: ::Google::Cloud::Recommender::V1::VERSION
489
489
 
490
490
  header_params = {
491
491
  "name" => request.name
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Recommender
23
23
  module V1
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-recommender-v1
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-02-10 00:00:00.000000000 Z
11
+ date: 2020-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -153,7 +153,7 @@ files:
153
153
  - proto_docs/google/protobuf/struct.rb
154
154
  - proto_docs/google/protobuf/timestamp.rb
155
155
  - proto_docs/google/type/money.rb
156
- homepage: https://github.com/googleapis/googleapis
156
+ homepage: https://github.com/googleapis/google-cloud-ruby
157
157
  licenses:
158
158
  - Apache-2.0
159
159
  metadata: {}