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 +4 -4
- data/lib/google/cloud/functions/v1/cloud_functions_service/client.rb +2 -2
- data/lib/google/cloud/functions/v1/cloud_functions_service/operations.rb +2 -2
- data/lib/google/cloud/functions/v1/cloud_functions_service/rest/client.rb +1 -1
- data/lib/google/cloud/functions/v1/cloud_functions_service/rest/operations.rb +1 -1
- data/lib/google/cloud/functions/v1/version.rb +1 -1
- 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: c5daa6f0845c8f2f42bd0fbb20ac1a7dabf92b32de81e1facf761edf50551db2
|
4
|
+
data.tar.gz: f8b18d46ad4382c6b86e19c37c0378e13fe42684c48d63c74f80491dc6d7893f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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: []
|