google-cloud-eventarc-publishing 1.3.0 → 1.3.1

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: 200567f9e80175ad214f63bbd09e3f4fe0929fe4b72a4a06cce817b9e30349f9
4
- data.tar.gz: 5b93bbeb38f8fa3ba84f174f2b454ff0d67c905b90cd343863d41409ebb5baf1
3
+ metadata.gz: a80588188f9cd6c796693487b639d9a27e94d2ec804dac6284a16002a1f7be92
4
+ data.tar.gz: b45d743eee9fbff14eb869edbc48924938a026ddf5e894cd1e2cc9b38579bd8c
5
5
  SHA512:
6
- metadata.gz: c727b01761d9cedc27d1354da904d0ca04ec3323f2f3a756430bf67a23977b6e3793838e1d83692ff98bcc4318291d83b394a3150bf8cabd734c8b78cfb1f3fd
7
- data.tar.gz: 2b149076a3387ccc6a9e918813cc01f51071ad511f48585e84936f0646d9914f501ad9a06a8c52d0964d3019ffa0c493c6e39062095001ddd83c2a5117dfb169
6
+ metadata.gz: 563a17aa9c04707445fd2e42861a5b1433c21d713cf1741d7cc4211821e3fcca2b51f544588a180421ebae56242d9558efe001105efb12cc6f2030ac159bbbf4
7
+ data.tar.gz: d9d2ede0a3a0b647cf3a6a9e69d61f7ff146d5fc386342e32baa0c5568b48d82c02f3a2069e659109a671d7d853b2fa85e39b6b3a60000e6cd0122138d7a67d0
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Eventarc
23
23
  module Publishing
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -79,16 +79,21 @@ module Google
79
79
  # A subscriber is a GCP customer interested in receiving events.
80
80
  #
81
81
  # Channel is a first-class Eventarc resource that is created and managed
82
- # by the subscriber in their GCP project. A Channel represents a subscriber's
83
- # intent to receive events from an event provider. A Channel is associated with
84
- # exactly one event provider.
82
+ # by the subscriber in their Google Cloud project. A Channel represents a
83
+ # subscriber's intent to receive events from an event provider. A Channel is
84
+ # associated with exactly one event provider.
85
85
  #
86
86
  # ChannelConnection is a first-class Eventarc resource that
87
- # is created and managed by the partner in their GCP project. A
87
+ # is created and managed by the partner in their Google Cloud project. A
88
88
  # ChannelConnection represents a connection between a partner and a
89
89
  # subscriber's Channel. A ChannelConnection has a one-to-one mapping with a
90
90
  # Channel.
91
91
  #
92
+ # Bus is a first-class Eventarc resource that is created and managed in a
93
+ # Google Cloud project. A Bus provides a discoverable endpoint for events and
94
+ # is a router that receives all events published by event providers and
95
+ # delivers them to zero or more subscribers.
96
+ #
92
97
  # Publisher allows an event provider to publish events to Eventarc.
93
98
  #
94
99
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-eventarc-publishing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-03-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.2
80
+ rubygems_version: 3.6.5
81
81
  specification_version: 4
82
82
  summary: API Client library for the Eventarc Publishing API
83
83
  test_files: []