google-cloud-recommender 1.6.1 → 1.7.0

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: 98ffabbc085bce79d5b26b95c7e529e3fc98d8db9764c978bc8c46e42e9fa600
4
- data.tar.gz: 5db1b713f2b82d698ff378c34e6f952a053f4e9b8a0039a45d6ac2b217c8fe37
3
+ metadata.gz: e1e0f33b298e0c2b1cb85f51d003d8561beadea2e62938c760c36e435b7903f2
4
+ data.tar.gz: 05bd00d31948eb59876dad849cb1f41ec0d469935a4996a6c9096463481f91e1
5
5
  SHA512:
6
- metadata.gz: 5d8647439076931a2e7556fbffc87bfffbbb226e46775ff17cbadb0a8a4011a8578797a2596c66f2df946ba1096e63c4e9654d1c7efcab171d82ee56d7352b8a
7
- data.tar.gz: f724aa5be563ef0ee257ad8e41e24458efad464cbaa341e971ada36137d8650c38bde827495a8189517fabd04eae9ed12c5a53c2bcfe7bd5096337178fb53b34
6
+ metadata.gz: 2238095718e24b3f045e98baa844f65aabb2653c7ad93d02bc0bab1a55d1cc6431971ca7704a17ba53c721ff1631c4c16d815381f888297c7e2689b91f247215
7
+ data.tar.gz: c26e314234d0d66e2511fbe1bfdd85ec85e0a91f12a5e63b6dd2a3613b3f8fd19d3cecff8edc131215ea9c9dffa21e4f7b90b33f2b548d408af73ce79e05cd29
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/recommender.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/recommender"
39
+
40
+ client = Google::Cloud::Recommender.recommender_service
41
+ request = ::Google::Cloud::Recommender::V1::ListInsightsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_insights request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Recommender
19
- VERSION = "1.6.1".freeze
19
+ VERSION = "1.7.0".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recommender
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Recommender API
81
81
  test_files: []