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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 960bfb66aaaef6cbb47d248c7c8684bb5d8113eabc21d36a587cd1a7e2141ceb
4
- data.tar.gz: 126b023baefc2a36001dbf4cccded9e6ff1bf12a75a2d1dfdb328dfe1a12432e
3
+ metadata.gz: 8b3c61c75000ceff2eee39f31e258eb41368bdf261f518502df2e9ca44bae6c9
4
+ data.tar.gz: 5f2a9712d978187ab1c505ce8ebd34123d5b216b2a08dafa29cc38e2dfd87285
5
5
  SHA512:
6
- metadata.gz: 1d29c0daf3ec84a638dee18dcc5e21032dc8209c82f33f2f5009094eeb613128579d0bc26b5d5da1976450af454096757b88b95d8b010d0b809d51ba318913ff
7
- data.tar.gz: f9e4531b05f499c972d53f89c29910c836c28c847155d9873592bac669416e468d2435f60dcea7ee877d30212e3b117e18a1427e8060f398ea674f896b248eb7
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 GCP project. A Channel represents a subscriber's
45
- # intent to receive events from an event provider. A Channel is associated with
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 GCP project. A
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 GCP project. A Channel represents a subscriber's
47
- # intent to receive events from an event provider. A Channel is associated with
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 GCP project. A
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 GCP project. A Channel represents a subscriber's
48
- # intent to receive events from an event provider. A Channel is associated with
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 GCP project. A
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 GCP project. A Channel represents a subscriber's
49
- # intent to receive events from an event provider. A Channel is associated with
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 GCP project. A
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 GCP project. A Channel represents a subscriber's
42
- # intent to receive events from an event provider. A Channel is associated with
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 GCP project. A
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
 
@@ -22,7 +22,7 @@ module Google
22
22
  module Eventarc
23
23
  module Publishing
24
24
  module V1
25
- VERSION = "1.3.0"
25
+ VERSION = "1.3.1"
26
26
  end
27
27
  end
28
28
  end
@@ -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.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-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.2
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: []