google-apis-notebooks_v1 0.56.0 → 0.58.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: 97ca43d4f0db0d80b9c6775e008007ee0a785df61511a7cb701a7b9c2c600dbb
4
- data.tar.gz: e54e94533ffc30951c5785cefd47aaadcdef1cbd9da6dfcfe05bd1cff64e9ea8
3
+ metadata.gz: 1831c47167395539352b13191b4f16982dae357a9612bcb4cce2a4a3e3dfae98
4
+ data.tar.gz: 9da8d4fcac1084f609d9346d2ccf4953c2254648d6eb764322c925ca1f1bf3bc
5
5
  SHA512:
6
- metadata.gz: ce41bd303ef664f2327703051a97445ed9b68a6d4e2f2bede62ff8d7708bcb7ead3dede7085d1588076d10f5bd44bd83082caeec2565c51292e17093d037a644
7
- data.tar.gz: 285ec520977e6c43a62015da8844211f09f77deacf3c90168659c098e90d9e581235031a0fd4d0e9485564e5df40709b79434a14a839f917437111c89c11780b
6
+ metadata.gz: 7bf32e5f69834afe20820d8fd6c0a3aa493cfe805252f82b66c9a818240d22e84dc7df34dfd144efbadfd7165e03b09e3198a6c660f40d28900c1f1723744fb9
7
+ data.tar.gz: bf6e064d138e652447777ef4fdc71a59e14bfa28a982e763da0f66cb0a66c4990a4b36267a93d8e4f81726ecb89571656f682b898e2f938cd03ecd1bd075ba93
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-notebooks_v1
2
2
 
3
+ ### v0.58.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.57.0 (2024-12-15)
8
+
9
+ * Regenerated from discovery document revision 20241204
10
+
3
11
  ### v0.56.0 (2024-12-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20241106
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 2.7+.
86
+ This library is supported on Ruby 3.1+.
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.56.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241106"
25
+ REVISION = "20241204"
26
26
  end
27
27
  end
28
28
  end
@@ -1322,8 +1322,8 @@ module Google
1322
1322
  # Clients can use Operations.GetOperation or other methods to check whether the
1323
1323
  # cancellation succeeded or whether the operation completed despite cancellation.
1324
1324
  # On successful cancellation, the operation is not deleted; instead, it becomes
1325
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1326
- # corresponding to `Code.CANCELLED`.
1325
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1326
+ # , corresponding to `Code.CANCELLED`.
1327
1327
  # @param [String] name
1328
1328
  # The name of the operation resource to be cancelled.
1329
1329
  # @param [Google::Apis::NotebooksV1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-notebooks_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.56.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.58.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Notebooks API V1
82
79
  test_files: []