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: addee86b6c86dcdbcf96fbf5a28b065282f4ad7de0c9a9e6d53f1c901b504ca4
4
- data.tar.gz: 0d4fd8ad8562f3c37772b62e2d25860cab70239169c0d3649d81e284152cacf2
3
+ metadata.gz: c457aa0a9d80551e3b62e8d5cd072f9855ab4a5ffd58818363df754f69e64880
4
+ data.tar.gz: 9e99d1c0f9781ae1e2f3c693cbaa03fd3534aa5f46f7630cf84b840ab479dc78
5
5
  SHA512:
6
- metadata.gz: 5d64b4fd3fd2832e61a2674fa2afbf6c090fa27290a3f4ca6dc13c84d62312f509f814f19c7ecd59ead93d2f660428787828c8a71ad2b1bf9edc0ec96017f1d6
7
- data.tar.gz: 83a242287dfb5f77475c46ac3508afe0c4ee1a6da9a8d10852cfdae1224c0686d8537b5dc10ed687e9c6f28dac3c892bde4de033297242fc5c7ccf7d3a1f26f5
6
+ metadata.gz: 8c94513633885ec7beb30382255d03803fbdc62f043348d2dd007de57d6c37ccef7163fb6f714ff4cd0151b3cea15e4a70a0eb96349ca8b81359502003205f41
7
+ data.tar.gz: '0194138446d4bb244dac35e841d234293525ae18a69c0d1897c68008ef99940bd3cbd337a4952b77f28fde50ebe31e8cbf341bda3afad394d3e7aaf6d2c262a7'
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1beta1", "_helpers.rb"
38
+ require "google/cloud/notebooks/v1beta1/_helpers" if ::File.file? helper_path
@@ -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 milliseconds
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 milliseconds
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:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Notebooks
23
23
  module V1beta1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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: 2020-09-24 00:00:00.000000000 Z
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.1.4
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