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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a80588188f9cd6c796693487b639d9a27e94d2ec804dac6284a16002a1f7be92
|
4
|
+
data.tar.gz: b45d743eee9fbff14eb869edbc48924938a026ddf5e894cd1e2cc9b38579bd8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 563a17aa9c04707445fd2e42861a5b1433c21d713cf1741d7cc4211821e3fcca2b51f544588a180421ebae56242d9558efe001105efb12cc6f2030ac159bbbf4
|
7
|
+
data.tar.gz: d9d2ede0a3a0b647cf3a6a9e69d61f7ff146d5fc386342e32baa0c5568b48d82c02f3a2069e659109a671d7d853b2fa85e39b6b3a60000e6cd0122138d7a67d0
|
@@ -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
|
83
|
-
# intent to receive events from an event provider. A Channel is
|
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
|
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.
|
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-
|
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.
|
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: []
|