google-cloud-billing-v1 0.5.4 → 0.5.5
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: 7296681aeba864309f13264f74f43c860420ea40fd6218d6f23d9be93694cb30
|
|
4
|
+
data.tar.gz: 6269754b3fba188216c2b1f651d5d45c708ec7f6d33a440cea6df810eafa4510
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e258b5f4200d635f26434cfd3d56641a0904e068a1a364f97e005457bb5d7db9ea93493e710c6d3ea8af5f58ef9b03fc71114405e14332d445ffbbd2df1c6a9
|
|
7
|
+
data.tar.gz: b87394a01baf47e17fc9a8338d884d5db9e84135b71ac9115eedccdc5c6d5b005d5e3c6f2f543cbb5ff920bdc944c714ff7d42fc1e0d61cb58e5e9c24a1134a4
|
|
@@ -1066,7 +1066,7 @@ module Google
|
|
|
1066
1066
|
|
|
1067
1067
|
config_attr :endpoint, "cloudbilling.googleapis.com", ::String
|
|
1068
1068
|
config_attr :credentials, nil do |value|
|
|
1069
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
1069
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
1070
1070
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
1071
1071
|
allowed.any? { |klass| klass === value }
|
|
1072
1072
|
end
|
|
@@ -392,7 +392,7 @@ module Google
|
|
|
392
392
|
|
|
393
393
|
config_attr :endpoint, "cloudbilling.googleapis.com", ::String
|
|
394
394
|
config_attr :credentials, nil do |value|
|
|
395
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
395
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
396
396
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
397
397
|
allowed.any? { |klass| klass === value }
|
|
398
398
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-billing-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.5
|
|
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
|