google-cloud-eventarc-publishing-v1 1.3.2 → 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: dd024ade4b09c48d79544aaaaa333634dc3bd8cb17e435f5cd6e54eaf1c7af2d
4
- data.tar.gz: db4a5f2447827c9d6cdfd34fff1a91293a794b0ede1fb7d431879b1659eaca86
3
+ metadata.gz: a62f9223c9bcba154f1f53dfe814f65ee11c283477b3430f87721bb5385daa39
4
+ data.tar.gz: 742c5015395327b0f5ef8488d5ffd0aff4b45e2099fbbcd32516212f7db0172b
5
5
  SHA512:
6
- metadata.gz: 85520a99b2cabdb3a053883577421253736987e6a0d1b7c22f99a3225bdc775fa21c144ed0983de05c288082a3329c0345ec42474269fbf669b50d0b93a19e58
7
- data.tar.gz: 73b2c97785e100ff3588743761201cdec75f9b6961eec9082fd51aedc0afd5f8295c2d0d398051b1f8e9b0f70cf2e98c043c30c40ab68c3c26a287a4bba217a5
6
+ metadata.gz: 886c544845e456aebbc474eb2f8688021e69dfd7acc6450101a8cde5f63b643583aa40f1f2fb7f8ad0b00629e05a20ff3bbca245bfb918c5dfe5073c3cb0c01d
7
+ data.tar.gz: b9f60ed119709f08b98aa842e8367192e5d350eb86e5e0ccfca2cbe536969162f73561dc7aec0335240de367b09246d4114e9584be6c6b2d2f6467e7af59bb9c
@@ -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
@@ -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
@@ -22,7 +22,7 @@ module Google
22
22
  module Eventarc
23
23
  module Publishing
24
24
  module V1
25
- VERSION = "1.3.2"
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.2
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-13 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: []