google-cloud-eventarc-publishing-v1 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 +4 -4
- data/lib/google/cloud/eventarc/publishing/v1/publisher/client.rb +9 -4
- data/lib/google/cloud/eventarc/publishing/v1/publisher/rest/client.rb +9 -4
- data/lib/google/cloud/eventarc/publishing/v1/publisher/rest.rb +9 -4
- data/lib/google/cloud/eventarc/publishing/v1/publisher.rb +9 -4
- data/lib/google/cloud/eventarc/publishing/v1/publisher_services_pb.rb +9 -4
- data/lib/google/cloud/eventarc/publishing/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b3c61c75000ceff2eee39f31e258eb41368bdf261f518502df2e9ca44bae6c9
|
4
|
+
data.tar.gz: 5f2a9712d978187ab1c505ce8ebd34123d5b216b2a08dafa29cc38e2dfd87285
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93ccb8213789edd0853fc2d6ec9368dbb239ff0e9ef475a72bfe9e2ae173fc25599a1e9a383ec2e6a65bd39a715eff53dc8ea244185eaf77a9da041621e364ee
|
7
|
+
data.tar.gz: 52a03cbbbd409b027fc8b95b48477d994e3c75bc7f16e4f678542a68a24dbe00e2cd50c7ff5eb102d161e89beaa1280663ee806d88d5e157ec740f1cf8634d80
|
@@ -41,16 +41,21 @@ module Google
|
|
41
41
|
# A subscriber is a GCP customer interested in receiving events.
|
42
42
|
#
|
43
43
|
# Channel is a first-class Eventarc resource that is created and managed
|
44
|
-
# by the subscriber in their
|
45
|
-
# intent to receive events from an event provider. A Channel is
|
46
|
-
# exactly one event provider.
|
44
|
+
# by the subscriber in their Google Cloud project. A Channel represents a
|
45
|
+
# subscriber's intent to receive events from an event provider. A Channel is
|
46
|
+
# associated with exactly one event provider.
|
47
47
|
#
|
48
48
|
# ChannelConnection is a first-class Eventarc resource that
|
49
|
-
# is created and managed by the partner in their
|
49
|
+
# is created and managed by the partner in their Google Cloud project. A
|
50
50
|
# ChannelConnection represents a connection between a partner and a
|
51
51
|
# subscriber's Channel. A ChannelConnection has a one-to-one mapping with a
|
52
52
|
# Channel.
|
53
53
|
#
|
54
|
+
# Bus is a first-class Eventarc resource that is created and managed in a
|
55
|
+
# Google Cloud project. A Bus provides a discoverable endpoint for events and
|
56
|
+
# is a router that receives all events published by event providers and
|
57
|
+
# delivers them to zero or more subscribers.
|
58
|
+
#
|
54
59
|
# Publisher allows an event provider to publish events to Eventarc.
|
55
60
|
#
|
56
61
|
class Client
|
@@ -43,16 +43,21 @@ module Google
|
|
43
43
|
# A subscriber is a GCP customer interested in receiving events.
|
44
44
|
#
|
45
45
|
# Channel is a first-class Eventarc resource that is created and managed
|
46
|
-
# by the subscriber in their
|
47
|
-
# intent to receive events from an event provider. A Channel is
|
48
|
-
# exactly one event provider.
|
46
|
+
# by the subscriber in their Google Cloud project. A Channel represents a
|
47
|
+
# subscriber's intent to receive events from an event provider. A Channel is
|
48
|
+
# associated with exactly one event provider.
|
49
49
|
#
|
50
50
|
# ChannelConnection is a first-class Eventarc resource that
|
51
|
-
# is created and managed by the partner in their
|
51
|
+
# is created and managed by the partner in their Google Cloud project. A
|
52
52
|
# ChannelConnection represents a connection between a partner and a
|
53
53
|
# subscriber's Channel. A ChannelConnection has a one-to-one mapping with a
|
54
54
|
# Channel.
|
55
55
|
#
|
56
|
+
# Bus is a first-class Eventarc resource that is created and managed in a
|
57
|
+
# Google Cloud project. A Bus provides a discoverable endpoint for events and
|
58
|
+
# is a router that receives all events published by event providers and
|
59
|
+
# delivers them to zero or more subscribers.
|
60
|
+
#
|
56
61
|
# Publisher allows an event provider to publish events to Eventarc.
|
57
62
|
#
|
58
63
|
class Client
|
@@ -44,16 +44,21 @@ module Google
|
|
44
44
|
# A subscriber is a GCP customer interested in receiving events.
|
45
45
|
#
|
46
46
|
# Channel is a first-class Eventarc resource that is created and managed
|
47
|
-
# by the subscriber in their
|
48
|
-
# intent to receive events from an event provider. A Channel is
|
49
|
-
# exactly one event provider.
|
47
|
+
# by the subscriber in their Google Cloud project. A Channel represents a
|
48
|
+
# subscriber's intent to receive events from an event provider. A Channel is
|
49
|
+
# associated with exactly one event provider.
|
50
50
|
#
|
51
51
|
# ChannelConnection is a first-class Eventarc resource that
|
52
|
-
# is created and managed by the partner in their
|
52
|
+
# is created and managed by the partner in their Google Cloud project. A
|
53
53
|
# ChannelConnection represents a connection between a partner and a
|
54
54
|
# subscriber's Channel. A ChannelConnection has a one-to-one mapping with a
|
55
55
|
# Channel.
|
56
56
|
#
|
57
|
+
# Bus is a first-class Eventarc resource that is created and managed in a
|
58
|
+
# Google Cloud project. A Bus provides a discoverable endpoint for events and
|
59
|
+
# is a router that receives all events published by event providers and
|
60
|
+
# delivers them to zero or more subscribers.
|
61
|
+
#
|
57
62
|
# Publisher allows an event provider to publish events to Eventarc.
|
58
63
|
#
|
59
64
|
# To load this service and instantiate a REST client:
|
@@ -45,16 +45,21 @@ module Google
|
|
45
45
|
# A subscriber is a GCP customer interested in receiving events.
|
46
46
|
#
|
47
47
|
# Channel is a first-class Eventarc resource that is created and managed
|
48
|
-
# by the subscriber in their
|
49
|
-
# intent to receive events from an event provider. A Channel is
|
50
|
-
# exactly one event provider.
|
48
|
+
# by the subscriber in their Google Cloud project. A Channel represents a
|
49
|
+
# subscriber's intent to receive events from an event provider. A Channel is
|
50
|
+
# associated with exactly one event provider.
|
51
51
|
#
|
52
52
|
# ChannelConnection is a first-class Eventarc resource that
|
53
|
-
# is created and managed by the partner in their
|
53
|
+
# is created and managed by the partner in their Google Cloud project. A
|
54
54
|
# ChannelConnection represents a connection between a partner and a
|
55
55
|
# subscriber's Channel. A ChannelConnection has a one-to-one mapping with a
|
56
56
|
# Channel.
|
57
57
|
#
|
58
|
+
# Bus is a first-class Eventarc resource that is created and managed in a
|
59
|
+
# Google Cloud project. A Bus provides a discoverable endpoint for events and
|
60
|
+
# is a router that receives all events published by event providers and
|
61
|
+
# delivers them to zero or more subscribers.
|
62
|
+
#
|
58
63
|
# Publisher allows an event provider to publish events to Eventarc.
|
59
64
|
#
|
60
65
|
# @example Load this service and instantiate a gRPC client
|
@@ -38,16 +38,21 @@ module Google
|
|
38
38
|
# A subscriber is a GCP customer interested in receiving events.
|
39
39
|
#
|
40
40
|
# Channel is a first-class Eventarc resource that is created and managed
|
41
|
-
# by the subscriber in their
|
42
|
-
# intent to receive events from an event provider. A Channel is
|
43
|
-
# exactly one event provider.
|
41
|
+
# by the subscriber in their Google Cloud project. A Channel represents a
|
42
|
+
# subscriber's intent to receive events from an event provider. A Channel is
|
43
|
+
# associated with exactly one event provider.
|
44
44
|
#
|
45
45
|
# ChannelConnection is a first-class Eventarc resource that
|
46
|
-
# is created and managed by the partner in their
|
46
|
+
# is created and managed by the partner in their Google Cloud project. A
|
47
47
|
# ChannelConnection represents a connection between a partner and a
|
48
48
|
# subscriber's Channel. A ChannelConnection has a one-to-one mapping with a
|
49
49
|
# Channel.
|
50
50
|
#
|
51
|
+
# Bus is a first-class Eventarc resource that is created and managed in a
|
52
|
+
# Google Cloud project. A Bus provides a discoverable endpoint for events and
|
53
|
+
# is a router that receives all events published by event providers and
|
54
|
+
# delivers them to zero or more subscribers.
|
55
|
+
#
|
51
56
|
# Publisher allows an event provider to publish events to Eventarc.
|
52
57
|
class Service
|
53
58
|
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -409,6 +415,14 @@ module Google
|
|
409
415
|
# @return [::Array<::String>]
|
410
416
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
417
|
# on public client surfaces.
|
418
|
+
# @!attribute [rw] generate_omitted_as_internal
|
419
|
+
# @return [::Boolean]
|
420
|
+
# Setting this to true indicates to the client generators that methods
|
421
|
+
# that would be excluded from the generation should instead be generated
|
422
|
+
# in a way that indicates these methods should not be consumed by
|
423
|
+
# end users. How this is expressed is up to individual language
|
424
|
+
# implementations to decide. Some examples may be: added annotations,
|
425
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
426
|
class SelectiveGapicGeneration
|
413
427
|
include ::Google::Protobuf::MessageExts
|
414
428
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-eventarc-publishing-v1
|
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-10 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
103
|
requirements: []
|
104
|
-
rubygems_version: 3.6.
|
104
|
+
rubygems_version: 3.6.5
|
105
105
|
specification_version: 4
|
106
106
|
summary: Processes events generated by an event provider and delivers them to a subscriber.
|
107
107
|
test_files: []
|