google-cloud-eventarc-publishing-v1 1.3.1 → 1.3.3

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: 8b3c61c75000ceff2eee39f31e258eb41368bdf261f518502df2e9ca44bae6c9
4
- data.tar.gz: 5f2a9712d978187ab1c505ce8ebd34123d5b216b2a08dafa29cc38e2dfd87285
3
+ metadata.gz: a62f9223c9bcba154f1f53dfe814f65ee11c283477b3430f87721bb5385daa39
4
+ data.tar.gz: 742c5015395327b0f5ef8488d5ffd0aff4b45e2099fbbcd32516212f7db0172b
5
5
  SHA512:
6
- metadata.gz: 93ccb8213789edd0853fc2d6ec9368dbb239ff0e9ef475a72bfe9e2ae173fc25599a1e9a383ec2e6a65bd39a715eff53dc8ea244185eaf77a9da041621e364ee
7
- data.tar.gz: 52a03cbbbd409b027fc8b95b48477d994e3c75bc7f16e4f678542a68a24dbe00e2cd50c7ff5eb102d161e89beaa1280663ee806d88d5e157ec740f1cf8634d80
6
+ metadata.gz: 886c544845e456aebbc474eb2f8688021e69dfd7acc6450101a8cde5f63b643583aa40f1f2fb7f8ad0b00629e05a20ff3bbca245bfb918c5dfe5073c3cb0c01d
7
+ data.tar.gz: b9f60ed119709f08b98aa842e8367192e5d350eb86e5e0ccfca2cbe536969162f73561dc7aec0335240de367b09246d4114e9584be6c6b2d2f6467e7af59bb9c
@@ -38,7 +38,7 @@ module Google
38
38
  #
39
39
  # A partner is a third-party event provider that is integrated with Eventarc.
40
40
  #
41
- # A subscriber is a GCP customer interested in receiving events.
41
+ # A subscriber is a Google Cloud customer interested in receiving events.
42
42
  #
43
43
  # Channel is a first-class Eventarc resource that is created and managed
44
44
  # by the subscriber in their Google Cloud project. A Channel represents a
@@ -613,8 +613,8 @@ module Google
613
613
 
614
614
  config_attr :endpoint, nil, ::String, nil
615
615
  config_attr :credentials, nil do |value|
616
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
617
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
616
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
617
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
618
618
  allowed.any? { |klass| klass === value }
619
619
  end
620
620
  config_attr :scope, nil, ::String, ::Array, nil
@@ -40,7 +40,7 @@ module Google
40
40
  #
41
41
  # A partner is a third-party event provider that is integrated with Eventarc.
42
42
  #
43
- # A subscriber is a GCP customer interested in receiving events.
43
+ # A subscriber is a Google Cloud customer interested in receiving events.
44
44
  #
45
45
  # Channel is a first-class Eventarc resource that is created and managed
46
46
  # by the subscriber in their Google Cloud project. A Channel represents a
@@ -576,7 +576,7 @@ module Google
576
576
 
577
577
  config_attr :endpoint, nil, ::String, nil
578
578
  config_attr :credentials, nil do |value|
579
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
579
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
580
580
  allowed.any? { |klass| klass === value }
581
581
  end
582
582
  config_attr :scope, nil, ::String, ::Array, nil
@@ -41,7 +41,7 @@ module Google
41
41
  #
42
42
  # A partner is a third-party event provider that is integrated with Eventarc.
43
43
  #
44
- # A subscriber is a GCP customer interested in receiving events.
44
+ # A subscriber is a Google Cloud customer interested in receiving events.
45
45
  #
46
46
  # Channel is a first-class Eventarc resource that is created and managed
47
47
  # by the subscriber in their Google Cloud project. A Channel represents a
@@ -42,7 +42,7 @@ module Google
42
42
  #
43
43
  # A partner is a third-party event provider that is integrated with Eventarc.
44
44
  #
45
- # A subscriber is a GCP customer interested in receiving events.
45
+ # A subscriber is a Google Cloud customer interested in receiving events.
46
46
  #
47
47
  # Channel is a first-class Eventarc resource that is created and managed
48
48
  # by the subscriber in their Google Cloud project. A Channel represents a
@@ -35,7 +35,7 @@ module Google
35
35
  #
36
36
  # A partner is a third-party event provider that is integrated with Eventarc.
37
37
  #
38
- # A subscriber is a GCP customer interested in receiving events.
38
+ # A subscriber is a Google Cloud customer interested in receiving events.
39
39
  #
40
40
  # Channel is a first-class Eventarc resource that is created and managed
41
41
  # by the subscriber in their Google Cloud project. A Channel represents a
@@ -22,7 +22,7 @@ module Google
22
22
  module Eventarc
23
23
  module Publishing
24
24
  module V1
25
- VERSION = "1.3.1"
25
+ VERSION = "1.3.3"
26
26
  end
27
27
  end
28
28
  end
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.1
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-10 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: 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.5
104
+ rubygems_version: 3.6.8
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: []