google-cloud-notebooks 3.0.1 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53df30a8d5b22e12ac013cc872a181bb53920641f090cc5633c42dc84c35e688
4
- data.tar.gz: 9d61993f1025062dbe1286a8b29f54cd79fcf8511af4030027ca7734af0c0236
3
+ metadata.gz: 81374a703f83b07609c9fe203ca9f7342a662bd4c3956e5fa223ac35566ff1c8
4
+ data.tar.gz: e73b636ea79bf725bff609ce123d67072f1efd1af652c908f57daa2df9f9cd49
5
5
  SHA512:
6
- metadata.gz: 43584cdb61fb075f4bbb12998f9c0c85bde48c33f62dab64e35a60c7c9f0d2cd1ed9344754907e6cf8bf0e44813c3ca364de1bb058155ac727f68f5ce59d5bdd
7
- data.tar.gz: 0230f2b0673d98a64b06ab74335e5c247c75f0071f4a46c73605f6fa48ec3686420133624938eaf4029d9d24d1e0ad1b61bd77007406d2aedf44b69e71df387b
6
+ metadata.gz: ad4f8b56fdc90e55f78228f718f28c5a4cc6ce32043db93f89b9a4e466d0bcce816d463f7dcf3bec8fb3f3e55ccf10aa78d488b49fbd53d67e881071c6911bef
7
+ data.tar.gz: 82ddc15d1c4dbda5380f575f19f98026c83885befcbe45b902b1fe0436a500d76dc4be1b74c4d1d238097998b5c52a8302b38f732c866af83a1e1c64c065db7a
data/README.md CHANGED
@@ -35,6 +35,14 @@ In order to use this library, you first need to go through the following steps:
35
35
  1. [Enable the API.](https://console.cloud.google.com/apis/library/notebooks.googleapis.com)
36
36
  1. {file:AUTHENTICATION.md Set up authentication.}
37
37
 
38
+ ```ruby
39
+ require "google/cloud/notebooks"
40
+
41
+ client = Google::Cloud::Notebooks.managed_notebook_service
42
+ request = ::Google::Cloud::Notebooks::V1::ListRuntimesRequest.new # (request fields as keyword arguments...)
43
+ response = client.list_runtimes request
44
+ ```
45
+
38
46
  ## Debug Logging
39
47
 
40
48
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Notebooks
23
- VERSION = "3.0.1"
23
+ VERSION = "3.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-notebooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
87
  requirements: []
88
- rubygems_version: 3.6.8
88
+ rubygems_version: 3.6.9
89
89
  specification_version: 4
90
90
  summary: API Client library for the AI Platform Notebooks API
91
91
  test_files: []