google-apis-notebooks_v1 0.65.0 → 0.67.0

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: 4d51ac7e8272bba2aedf354a2dddb22644dc329138a38b506497bb0dd927fc5b
4
- data.tar.gz: 36e02fa30de1a865d4a8519c318d68100ad261010108633ce608ca99c59eac26
3
+ metadata.gz: 5fb569ee33562628febd9ac90154e6139defecaf40138ffd6414a4a0c1c6183c
4
+ data.tar.gz: 58f527e45a68fe31523e7377120b81815e3c0415ee3001ff00af4f359307d8dc
5
5
  SHA512:
6
- metadata.gz: ccce35ad20e37bab4409fac029d818a4503a7c56fe28d98fb8089f765a08d53d81a88745db683f12323acd0674d4f915d9c299f33ea6977d2309816a53cff3d9
7
- data.tar.gz: d1af12ee7934fef8c4aad66ac7a5a5c4eb27c91ab14933beae028fc11f81df0d1a9a39f8002e1682fc12f966e4f78ccc11a4707d0dcac8923a0220e58c38306d
6
+ metadata.gz: e6530b79a0e7cc783b9c17b417ccd79fbaee918c842ee23850acd481b075b2973b078095d9574a3e9a80779bc0e6b5823decfc9fe643a251be3be821f0044d5c
7
+ data.tar.gz: da12691e61493f25cffc83e807ce2a1fa2d5229c63d247d0288797c6f0a22716aef0a82192120e8d57842038c4b97633fdcfa95b20de88143ab5a7339e6d86be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-notebooks_v1
2
2
 
3
+ ### v0.67.0 (2026-08-23)
4
+
5
+ * Regenerated from discovery document revision 20260812
6
+
7
+ ### v0.66.0 (2026-06-14)
8
+
9
+ * Regenerated using generator version 0.19.0
10
+
3
11
  ### v0.65.0 (2026-05-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20260521
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/notebooks/docs/) may provid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NotebooksV1
18
18
  # Version of the google-apis-notebooks_v1 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260521"
25
+ REVISION = "20260812"
26
26
  end
27
27
  end
28
28
  end
@@ -31,6 +31,9 @@ module Google
31
31
 
32
32
  # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
+
35
+ # See, edit, configure, and delete your Google Cloud Agent Platform Workbench Instances data and see the email address for your Google Account
36
+ AUTH_NOTEBOOKS = 'https://www.googleapis.com/auth/notebooks'
34
37
  end
35
38
  end
36
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-notebooks_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.65.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.67.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="