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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03aa7a5ef2b73eff7ebd2fd412410f73a39dc6fab6ee7efe92b3d276878a4bca
4
- data.tar.gz: 7bf6f327f8f009c03a920f86dd963f73f2d6f3708b61466ad2aefda84eb19fc0
3
+ metadata.gz: 1717fc83f1658f9e06bd8ea342f248c272b58434c325d4c388126c5d1d38a114
4
+ data.tar.gz: 15e69c2aa184f918d58448816d1d05c2b1b69956f135aff43332deed59fcb747
5
5
  SHA512:
6
- metadata.gz: dcc3fabd0837c7897100e53939cc46b30a41ce60f84bb87349267959cb5933962788d205b7374d6a245b10c141918288ef87f3db32f4dbc376f498feb04a0d4a
7
- data.tar.gz: b6735bf67bcb27b84986be0eb86717faea72a17b2f88d5e03cae8ad88030a8705efb6dde44e9348582a0ecc690ae1fe33a89efe2af5b12d3b7c10cfe95d5d24d
6
+ metadata.gz: d6b80b9d07134778b32aaaf7a7a365e8446079ca7c28192f8e8d8d263f12a2b7cb3f6e4598e506f927b6cf061eed8f643c3a360a4903a448e9cac3e65440758c
7
+ data.tar.gz: 6040321c8e5d15057f7c87609812491bea3880ac502bc8c474615a1dfed6695cdaa98ca3857d4409f8961ac3f5dd7d771c4f6f0527f532f4f581f74cc2e32095
@@ -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:* `Integer`) -
124
- # Default timeout in milliseconds.
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`) -
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Billing
19
- VERSION = "1.0.0".freeze
19
+ VERSION = "1.0.1".freeze
20
20
  end
21
21
  end
22
22
  end
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.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: 2020-06-25 00:00:00.000000000 Z
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.1.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