google-cloud-eventarc-publishing 1.3.3 → 1.3.4

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: 9cfd6243eca60600f6079a26f07b4bd65ca63bbd482ffc2201afda38c176f207
4
- data.tar.gz: cb2ac1f841e05bcfeb6e8dab6730bf4f1d061d8b204fd7f4663496f9ee9ec5bf
3
+ metadata.gz: 4f1b7773930e8eb55515f5910ded5f8fbe54d91c1e0fedb2c74d39f766f04c8f
4
+ data.tar.gz: 51a3783cb0590c0baeef99e6408ed790a59d89e5f53027751301833adeac94d3
5
5
  SHA512:
6
- metadata.gz: 9c794749aa0f43e54aaac6af607ed7100a506fa0e8d12ea6781cc76c7995a58e08c9dcb94a4c1a4c51eb49a844803f004394fdbb44beadf3c763f059afa9c2a6
7
- data.tar.gz: 43fa7ebd20a02cb493a86696926e907857ccfbe444b18617d6388d13650ac681da4fcd7c6ea9da05d81e576c82f48a35f3239679fa93b4e5f6ce96a5478b7bce
6
+ metadata.gz: 7981ab0b9a99cfb7a1807b209caddd1d2e165a3a67bfc26df7396532207b14badcbcf900173dd1398380336f1656a39fb90da47ef4a2a6afc1a8bcc23c01e0d1
7
+ data.tar.gz: b06bd9384329838c986f3278c1992e63db4830dc4b90c4469376507e65dfacff916fccefb1ca7c25b7837d0c94826fd206d4c50243b03dbfe81045fc81dafe3a
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/eventarcpublishing.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/eventarc/publishing"
39
+
40
+ client = Google::Cloud::Eventarc::Publishing.publisher
41
+ request = ::Google::Cloud::Eventarc::Publishing::V1::PublishChannelConnectionEventsRequest.new # (request fields as keyword arguments...)
42
+ response = client.publish_channel_connection_events request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Eventarc
23
23
  module Publishing
24
- VERSION = "1.3.3"
24
+ VERSION = "1.3.4"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-eventarc-publishing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.8
80
+ rubygems_version: 3.6.9
81
81
  specification_version: 4
82
82
  summary: API Client library for the Eventarc Publishing API
83
83
  test_files: []