google-cloud-functions-v1 2.0.1 → 2.0.2

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: 1e624e4bece73809d6388dfe49d66ec1bf30448bae3f75cefa0349c2ec731b6d
4
- data.tar.gz: d26cb0fe75e8ae6c26582bf1c633eaa7e26c9389ebe86c544c3946afd1ac37be
3
+ metadata.gz: c5daa6f0845c8f2f42bd0fbb20ac1a7dabf92b32de81e1facf761edf50551db2
4
+ data.tar.gz: f8b18d46ad4382c6b86e19c37c0378e13fe42684c48d63c74f80491dc6d7893f
5
5
  SHA512:
6
- metadata.gz: f0cc464c83faea512552e9af631436a8462437eecb26986f15ac795f0416cba61bde7d192a421b423bc40ed7982c4d9da2866aa9b88738dc227f894684217ab8
7
- data.tar.gz: bae9071786a37b911226c629c7f00b00e00165c828b9a2ea1d8bf1cb5155e273202fafa9d5ea2e21046878b1ffb7c011f0fb6d8fba84babcf13510ae603bf603
6
+ metadata.gz: aaef33a3a21c5db61ff4ed1ecf36d5dd2a5c2020e016d22c292605d672df2c8b17b51a5b26ef36d2f80f6f1365c6e8e14d7a0e93125c16e6299074cf64522174
7
+ data.tar.gz: 97edde7a1672560d4b24026bcaec4a7e6bfe9bfd2d440620d8f319d1601b5a1cbb16443cd9f5cc4867d608eb1d8ed99b4581f362ee681de4c4f790c795ad2c23
@@ -1438,8 +1438,8 @@ module Google
1438
1438
 
1439
1439
  config_attr :endpoint, nil, ::String, nil
1440
1440
  config_attr :credentials, nil do |value|
1441
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1442
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1441
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1442
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1443
1443
  allowed.any? { |klass| klass === value }
1444
1444
  end
1445
1445
  config_attr :scope, nil, ::String, ::Array, nil
@@ -693,8 +693,8 @@ module Google
693
693
 
694
694
  config_attr :endpoint, nil, ::String, nil
695
695
  config_attr :credentials, nil do |value|
696
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
697
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
696
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
697
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
698
698
  allowed.any? { |klass| klass === value }
699
699
  end
700
700
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1346,7 +1346,7 @@ module Google
1346
1346
 
1347
1347
  config_attr :endpoint, nil, ::String, nil
1348
1348
  config_attr :credentials, nil do |value|
1349
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1349
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1350
1350
  allowed.any? { |klass| klass === value }
1351
1351
  end
1352
1352
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Functions
23
23
  module V1
24
- VERSION = "2.0.1"
24
+ VERSION = "2.0.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-functions-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 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
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  - !ruby/object:Gem::Version
147
147
  version: '0'
148
148
  requirements: []
149
- rubygems_version: 3.6.5
149
+ rubygems_version: 3.6.8
150
150
  specification_version: 4
151
151
  summary: Manages lightweight user-provided functions executed in response to events.
152
152
  test_files: []