google-cloud-eventarc 2.0.1 → 2.0.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: feb0aae2f85c2207e66882ab2aaa6ec02f3ffdb7bb7aead4d2fe6928888a86b9
4
- data.tar.gz: 339552a11425993ae29bbcaf23ee84d1823ecaadfbc6d3f987c16009506c117a
3
+ metadata.gz: 0b67e08dc04ce43d6a089ec0e8ff1eab101d67fde658fae64b325f7db0e33ac2
4
+ data.tar.gz: 1a74d64bdb5c4179042a6c4c8bb9a1538317b175dd1853cbe8a135798dfa5752
5
5
  SHA512:
6
- metadata.gz: 8985299ac7840440e35e087e62e0f7e9f86dcd8a714ddef1cda489be028a8c81e4559a4d2f8c0f8b7cb9f3aa5dbe1a0a8b8df97c63ff5f8e3937401cd700c6b7
7
- data.tar.gz: 3cdb53eb4ccb591ce424b3aa9756bd772cd9e81c6490d437dd6a0d8a7d140b811a4047cb9e3fa8e62320dbcdcc6fcddedeb7d166754c89da3e342303479bbecd
6
+ metadata.gz: 162e6ff81c3ff1bc952960367c862879b82272045bde1dfefb259f5977ca7a057eff65b389d075f5ca1580e04699b31aa248c0e489670af06fc506b769a455ce
7
+ data.tar.gz: 37c88b927ba96da8562d812f60032e007968c4baf9e80a10dd1ca251417af9f01f955214cb7ab778398a6a0b7749ebf828357b8b5e904214789a284278a4caa5
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/eventarc.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/eventarc"
39
+
40
+ client = Google::Cloud::Eventarc.eventarc
41
+ request = ::Google::Cloud::Eventarc::V1::GetTriggerRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_trigger request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  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 Eventarc
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.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-eventarc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 3.6.8
74
+ rubygems_version: 3.6.9
75
75
  specification_version: 4
76
76
  summary: API Client library for the Eventarc API
77
77
  test_files: []