google-cloud-billing 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/billing.rb +2 -2
- data/lib/google/cloud/billing/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: 1717fc83f1658f9e06bd8ea342f248c272b58434c325d4c388126c5d1d38a114
|
4
|
+
data.tar.gz: 15e69c2aa184f918d58448816d1d05c2b1b69956f135aff43332deed59fcb747
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6b80b9d07134778b32aaaf7a7a365e8446079ca7c28192f8e8d8d263f12a2b7cb3f6e4598e506f927b6cf061eed8f643c3a360a4903a448e9cac3e65440758c
|
7
|
+
data.tar.gz: 6040321c8e5d15057f7c87609812491bea3880ac502bc8c474615a1dfed6695cdaa98ca3857d4409f8961ac3f5dd7d771c4f6f0527f532f4f581f74cc2e32095
|
data/lib/google/cloud/billing.rb
CHANGED
@@ -120,8 +120,8 @@ module Google
|
|
120
120
|
# The library version as recorded in instrumentation and logging.
|
121
121
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
122
122
|
# An array of interceptors that are run before calls are executed.
|
123
|
-
# * `timeout` (*type:* `
|
124
|
-
# Default timeout in
|
123
|
+
# * `timeout` (*type:* `Numeric`) -
|
124
|
+
# Default timeout in seconds.
|
125
125
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
126
126
|
# Additional gRPC headers to be sent with the call.
|
127
127
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-billing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-billing-v1
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
rubygems_version: 3.
|
186
|
+
rubygems_version: 3.2.6
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: API Client library for the Billing API
|