google-cloud-recommender 1.6.1 → 1.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: 98ffabbc085bce79d5b26b95c7e529e3fc98d8db9764c978bc8c46e42e9fa600
4
- data.tar.gz: 5db1b713f2b82d698ff378c34e6f952a053f4e9b8a0039a45d6ac2b217c8fe37
3
+ metadata.gz: 365113da692f1931f49661f10ea535daa3aa5b8fc6d4861890244f01ed138aef
4
+ data.tar.gz: d10a9b735abb44c44b51761dddbd1dec417949a6b1c327dce28974a872f89160
5
5
  SHA512:
6
- metadata.gz: 5d8647439076931a2e7556fbffc87bfffbbb226e46775ff17cbadb0a8a4011a8578797a2596c66f2df946ba1096e63c4e9654d1c7efcab171d82ee56d7352b8a
7
- data.tar.gz: f724aa5be563ef0ee257ad8e41e24458efad464cbaa341e971ada36137d8650c38bde827495a8189517fabd04eae9ed12c5a53c2bcfe7bd5096337178fb53b34
6
+ metadata.gz: 1587913fe592c9754db2f8a2f9838dd090852ca4a5f6d4c34dd8fb1fa9800a6a068032638df088f413e880cbdb9c176ee0124a780371d91308e9b64fbf5ce59a
7
+ data.tar.gz: 29eed8a959735294f933784812129c628ec55b79c5fd5fe7ade49e16f3fb3dc0eb98be37990627e26259fa7a2a643931a4bdc14bc85ba6db75a717ea337fc63e
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.6.2".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.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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: []