google-apis-notebooks_v2 0.34.0 → 0.35.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/notebooks_v2/classes.rb +1 -1
- data/lib/google/apis/notebooks_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57d33f8b26ec3ca56958c4b9fc35bc2d9d55137ca89f5a06709d75ff9212c6f9
|
|
4
|
+
data.tar.gz: 1c870d02cc0a39b6cc7f183290e5bb4ab895e3d51c12a7da4093fa10b8bb8cca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b11c657e19f10aba7811ea33b45785f1ff75d964e3dbc72f2ba46ce12d23c2e4a7955474a8483df40f7b74002fbb09d69a11cd17a3c0f69248b8a6b48b9488ff
|
|
7
|
+
data.tar.gz: 8656ff31da45a5137e1cde3d529e989b153aa5565cebeb4157bf706b2a866458c4d127347ae617f1b276768ea0fca5b3fa5cf5ad34df84f4c8ca68bb245e7c4d
|
data/CHANGELOG.md
CHANGED
|
@@ -427,7 +427,7 @@ module Google
|
|
|
427
427
|
# @return [Fixnum]
|
|
428
428
|
attr_accessor :disk_size_gb
|
|
429
429
|
|
|
430
|
-
# Optional.
|
|
430
|
+
# Optional. Indicates the type of the disk.
|
|
431
431
|
# Corresponds to the JSON property `diskType`
|
|
432
432
|
# @return [String]
|
|
433
433
|
attr_accessor :disk_type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NotebooksV2
|
|
18
18
|
# Version of the google-apis-notebooks_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.35.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260610"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-notebooks_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.35.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_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v2/v0.35.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|