google-cloud-notebooks-v1beta1 0.2.0 → 0.2.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c457aa0a9d80551e3b62e8d5cd072f9855ab4a5ffd58818363df754f69e64880
|
|
4
|
+
data.tar.gz: 9e99d1c0f9781ae1e2f3c693cbaa03fd3534aa5f46f7630cf84b840ab479dc78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c94513633885ec7beb30382255d03803fbdc62f043348d2dd007de57d6c37ccef7163fb6f714ff4cd0151b3cea15e4a70a0eb96349ca8b81359502003205f41
|
|
7
|
+
data.tar.gz: '0194138446d4bb244dac35e841d234293525ae18a69c0d1897c68008ef99940bd3cbd337a4952b77f28fde50ebe31e8cbf341bda3afad394d3e7aaf6d2c262a7'
|
|
@@ -1669,7 +1669,7 @@ module Google
|
|
|
1669
1669
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
1670
1670
|
# the following configuration fields:
|
|
1671
1671
|
#
|
|
1672
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
1672
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
1673
1673
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
1674
1674
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
1675
1675
|
# include the following keys:
|
|
@@ -515,7 +515,7 @@ module Google
|
|
|
515
515
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
516
516
|
# the following configuration fields:
|
|
517
517
|
#
|
|
518
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
518
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
519
519
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
520
520
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
521
521
|
# include the following keys:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-notebooks-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.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-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
205
205
|
- !ruby/object:Gem::Version
|
|
206
206
|
version: '0'
|
|
207
207
|
requirements: []
|
|
208
|
-
rubygems_version: 3.
|
|
208
|
+
rubygems_version: 3.2.6
|
|
209
209
|
signing_key:
|
|
210
210
|
specification_version: 4
|
|
211
211
|
summary: API Client library for the AI Platform Notebooks V1beta1 API
|