google-cloud-bigquery-reservation 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: c8eb03a9f78209781af8c36a43ec940962b10902caf92f92221c8a0abb27e2d2
|
4
|
+
data.tar.gz: c119578bf5aff0fc3f1b1f73799f32500f39d319bc3897437f79549b1f52f764
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c92afe0c5b56e0833bc32d3b2fa36722521ccfd021e40194e21d92ca1e0682d57ef00305e907e9abf176ee64407c5ad5db3d9676127782e79ae6e8fdad1d70af
|
7
|
+
data.tar.gz: 6d1ef25656b0e357a9584ba3f5cffc1fbcc2a5feff834ac2a95e3aab691b32e3e923192bc9361929e236a14855375d5355f890abf93750bc2fe50c09fe2bcfdd
|
@@ -103,8 +103,8 @@ module Google
|
|
103
103
|
# The library version as recorded in instrumentation and logging.
|
104
104
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
105
105
|
# An array of interceptors that are run before calls are executed.
|
106
|
-
# * `timeout` (*type:* `
|
107
|
-
# Default timeout in
|
106
|
+
# * `timeout` (*type:* `Numeric`) -
|
107
|
+
# Default timeout in seconds.
|
108
108
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
109
109
|
# Additional gRPC headers to be sent with the call.
|
110
110
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-reservation
|
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-bigquery-reservation-v1
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
184
184
|
- !ruby/object:Gem::Version
|
185
185
|
version: '0'
|
186
186
|
requirements: []
|
187
|
-
rubygems_version: 3.
|
187
|
+
rubygems_version: 3.2.6
|
188
188
|
signing_key:
|
189
189
|
specification_version: 4
|
190
190
|
summary: API Client library for the BigQuery Reservation API
|