google-cloud-advisory_notifications 1.3.1 → 1.3.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: 6da718ecfe6a14ab75860e4151c7055b8bf8e77eafa7a27e4cfbe44329952787
4
- data.tar.gz: 1c5c83c3c3882253dcd875b941302744bcfd0b5b5fb18c73f97dbbc0f6503d94
3
+ metadata.gz: 0bbafcdbb4d3aa2d52a59885cb68369e9e2b85ed1ca522a43f3015aad9a27a08
4
+ data.tar.gz: 9725ca915f54f040003fbb5f6128d2859cc235938a25f8347f1676c4e966c8ec
5
5
  SHA512:
6
- metadata.gz: 0e05d411afb724ccdc7babf865d6aa49d846bd0a98c7b0452d9b055cfd26efe2c1c7429b6097f68b16ab3b29e6f1989a4a032d08c478a12ae2a61ab056a46352
7
- data.tar.gz: eba492ea67b2640198fd0eeeb972d1d4a75f550c43c5b8fb7f4482d98362659fe65458b666954d91c5393d26184769085949b23d04de354face80837a9bf09fc
6
+ metadata.gz: 83343b74e7c72667cf30b685383d78bc50347f775a9b314167fde3dd123442133fed045ee7df4f75069deaf50df28faaa3b5e2bc88608b0479e22304a8a9b988
7
+ data.tar.gz: fbea6fdc77304ad23d420647b1ecc19138e29d26b8e70a55045e2edbebc0ea39f24da5127452f6e8f89e5a1fd9eb2416c8d4c96a11df121005caf156d22dda94
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/advisorynotifications.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/advisory_notifications"
38
+
39
+ client = Google::Cloud::AdvisoryNotifications.advisory_notifications_service
40
+ request = ::Google::Cloud::AdvisoryNotifications::V1::ListNotificationsRequest.new # (request fields as keyword arguments...)
41
+ response = client.list_notifications request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AdvisoryNotifications
23
- VERSION = "1.3.1"
23
+ VERSION = "1.3.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-advisory_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: An API for accessing Advisory Notifications in Google Cloud.
80
80
  test_files: []