google-cloud-eventarc 2.0.0 → 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: 7140f0e0e39764253284b9681774695aeb99f6d622a6c486d89f49572c0e89ae
4
- data.tar.gz: e415a55e890b5015462b56adc3ffd26aa8d478e94f307d0738e67e327ae4d96f
3
+ metadata.gz: 0b67e08dc04ce43d6a089ec0e8ff1eab101d67fde658fae64b325f7db0e33ac2
4
+ data.tar.gz: 1a74d64bdb5c4179042a6c4c8bb9a1538317b175dd1853cbe8a135798dfa5752
5
5
  SHA512:
6
- metadata.gz: 5ff93f40cdf9844f8bb2995adffc6c271cb64812d2e0e5b6f76fe63bb6a3800b95a0c4e5fd0120e2c8d3bb86ad08357ea57ced8da3b8b119e67780b5fa23f8f8
7
- data.tar.gz: 56f1e4dabf5ffe77b5c474298c0bbbb1cb1c91060aed51b841cc816be0862a94858086bd750ac7f1075123defb54999a2f84971c1c7a198aae4774bfa517327d
6
+ metadata.gz: 162e6ff81c3ff1bc952960367c862879b82272045bde1dfefb259f5977ca7a057eff65b389d075f5ca1580e04699b31aa248c0e489670af06fc506b769a455ce
7
+ data.tar.gz: 37c88b927ba96da8562d812f60032e007968c4baf9e80a10dd1ca251417af9f01f955214cb7ab778398a6a0b7749ebf828357b8b5e904214789a284278a4caa5
data/README.md CHANGED
@@ -7,7 +7,7 @@ Eventarc lets you asynchronously deliver events from Google services, SaaS, and
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-eventarc-v*`.
9
9
  The gem `google-cloud-eventarc` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.0"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-eventarc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.3
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: []