google-cloud-dataproc 1.1.1 → 1.1.2
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 +4 -4
- data/lib/google/cloud/dataproc.rb +2 -2
- data/lib/google/cloud/dataproc/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: 8943e37f3457adc755f782910a0dcb7cf0439861d33809c05dc043d486f5df3c
|
|
4
|
+
data.tar.gz: 303a9a20524d50f2ee0ea882ecff257090e40a1862cf4751489dbb44e0027fe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13bf49f8e0cb38ee07c98adeb37392b8dc6271e8db98938f760e2546c29ed43c6a46b6fe5ae63d2994fee0dd272d9878b033e2c868feca742231011502307cb1
|
|
7
|
+
data.tar.gz: 8658db6a60ddbac6961ca2ffddbe68f2928437d8f9611c9f9b62d4e2d4632cdb2a9d169e68713608c6026d2198ddad4e3fdac7680411275b0e6a4fbf4120367e
|
|
@@ -181,8 +181,8 @@ module Google
|
|
|
181
181
|
# The library version as recorded in instrumentation and logging.
|
|
182
182
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
|
183
183
|
# An array of interceptors that are run before calls are executed.
|
|
184
|
-
# * `timeout` (*type:* `
|
|
185
|
-
# Default timeout in
|
|
184
|
+
# * `timeout` (*type:* `Numeric`) -
|
|
185
|
+
# Default timeout in seconds.
|
|
186
186
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
|
187
187
|
# Additional gRPC headers to be sent with the call.
|
|
188
188
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dataproc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
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-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
197
|
- !ruby/object:Gem::Version
|
|
198
198
|
version: '0'
|
|
199
199
|
requirements: []
|
|
200
|
-
rubygems_version: 3.
|
|
200
|
+
rubygems_version: 3.2.6
|
|
201
201
|
signing_key:
|
|
202
202
|
specification_version: 4
|
|
203
203
|
summary: API Client library for the Cloud Dataproc API
|