google-cloud-advisory_notifications 1.3.1 → 1.4.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: 6da718ecfe6a14ab75860e4151c7055b8bf8e77eafa7a27e4cfbe44329952787
4
- data.tar.gz: 1c5c83c3c3882253dcd875b941302744bcfd0b5b5fb18c73f97dbbc0f6503d94
3
+ metadata.gz: 219736877d303e0f0d129881eb15aa13baaf2ee8367ff960d8c2cc7ed242a086
4
+ data.tar.gz: e561ee7a478f2657b379fd1e8e565ce520f11f118f872eb7b867713a9317c0ff
5
5
  SHA512:
6
- metadata.gz: 0e05d411afb724ccdc7babf865d6aa49d846bd0a98c7b0452d9b055cfd26efe2c1c7429b6097f68b16ab3b29e6f1989a4a032d08c478a12ae2a61ab056a46352
7
- data.tar.gz: eba492ea67b2640198fd0eeeb972d1d4a75f550c43c5b8fb7f4482d98362659fe65458b666954d91c5393d26184769085949b23d04de354face80837a9bf09fc
6
+ metadata.gz: 1b793587a07b944112cb9820d4f7d05e400885f59865fa11e182e65ed7d3773d2fce3dabbacd2e131cbb9b8b5112fbd764cb1fdbbbba8da25a4a125d56fd1a27
7
+ data.tar.gz: 10c5fbfaa4ef9582aee488fba668a4f21fe2dc7a73478c78cb0cbf16670ed612c7e5c552eb1db481a974661159ef4410533fa65a046ce9298b86779aae6d53a4
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.4.0"
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.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '3.0'
70
+ version: '3.2'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
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: []