google-cloud-billing-budgets 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aec9de19af9c3345bb05c9386e217c417e5aea7dd3615a52fc79fd49f2aa32c3
|
4
|
+
data.tar.gz: 3d7260a2d16ede968cc417eb80b7ad58bbee013c0e3e7fb44f79a1e1954d0471
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b966965faab607f83ed9e2f565b431754cf5a7bb926ee60e68b9990f346235dbf6e79cae96829fac59f76faeadbe7452def47fdd0867e577419174986b610dad
|
7
|
+
data.tar.gz: fe8dfd4bfef23bf67497e034f5087c3d425fad423b62e5c38325f3274f88dee4d470298341780872d84c8d7b5c8a2547ec406c4debce450489962b7c685f5345
|
@@ -90,8 +90,8 @@ module Google
|
|
90
90
|
# The library version as recorded in instrumentation and logging.
|
91
91
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
92
92
|
# An array of interceptors that are run before calls are executed.
|
93
|
-
# * `timeout` (*type:* `
|
94
|
-
# Default timeout in
|
93
|
+
# * `timeout` (*type:* `Numeric`) -
|
94
|
+
# Default timeout in seconds.
|
95
95
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
96
96
|
# Additional gRPC headers to be sent with the call.
|
97
97
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-billing-budgets
|
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-budgets-v1beta1
|
@@ -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 Budgets API
|