google-cloud-logging-v2 0.1.2 → 0.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58e6c423e898ff8201ef87f8988e943fa0447ef0eb46842075ff76b62b04a417
|
|
4
|
+
data.tar.gz: 6dc3d9fe8b3bd056902894d714d8483aef854f41e8b266c68845040534a0ed70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f25b16f10e1cb1d30a32ef92d3951202fbe4d64ac113dcbdc8ef37aa3d072be150e0277faf368494d1eabaa429518ef22ef8d24ff48ace12361e407b1d1c68fe
|
|
7
|
+
data.tar.gz: 3d618969930974a5d5d7130180e7424bb6c246450070121edc1b133656f96bd65810e5a1bf5f4e8851436eb3ae2d6dc0161e7eac3d8f8703499099aa2712ebce
|
|
@@ -1554,7 +1554,7 @@ module Google
|
|
|
1554
1554
|
|
|
1555
1555
|
config_attr :endpoint, "logging.googleapis.com", ::String
|
|
1556
1556
|
config_attr :credentials, nil do |value|
|
|
1557
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
1557
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
1558
1558
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
1559
1559
|
allowed.any? { |klass| klass === value }
|
|
1560
1560
|
end
|
|
@@ -727,7 +727,7 @@ module Google
|
|
|
727
727
|
|
|
728
728
|
config_attr :endpoint, "logging.googleapis.com", ::String
|
|
729
729
|
config_attr :credentials, nil do |value|
|
|
730
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
730
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
731
731
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
732
732
|
allowed.any? { |klass| klass === value }
|
|
733
733
|
end
|
|
@@ -624,7 +624,7 @@ module Google
|
|
|
624
624
|
|
|
625
625
|
config_attr :endpoint, "logging.googleapis.com", ::String
|
|
626
626
|
config_attr :credentials, nil do |value|
|
|
627
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
627
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
628
628
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
629
629
|
allowed.any? { |klass| klass === value }
|
|
630
630
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-logging-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|