google-apis-notebooks_v2 0.36.0 → 0.37.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4cd99f8d0ce86feab3e1c71688da7d2c2fd4845f94f3a45597a04f7cc77e6561
|
|
4
|
+
data.tar.gz: 3939570e4ab83fbea71ff6856cada22042d6c96d3988eefbddc86ff7ded2839f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 218a75ad0806aacf032066b73256d6f1e4b6058667a633270911064fc0fcff7dc9d18417ece2de5ebba2727ab305fad5aa01b7b43eb1dc8421b506651766b184
|
|
7
|
+
data.tar.gz: 7587fc38b1570c375429c752f84fdfc0ba78905e270c42cc12d5a8fa9ec3309b5360d445dcfcb5092d5623c47d6d2dfeeeaf223e3b766035edd1fc661c1d330b
|
data/CHANGELOG.md
CHANGED
|
@@ -2019,6 +2019,14 @@ module Google
|
|
|
2019
2019
|
# @return [String]
|
|
2020
2020
|
attr_accessor :family
|
|
2021
2021
|
|
|
2022
|
+
# Output only. A human-readable description of the image running on the instance
|
|
2023
|
+
# (for example, "Debian 11, Python 3.10"), derived at read time from the image
|
|
2024
|
+
# release configuration (the source of truth). Set to "Custom" for unrecognized
|
|
2025
|
+
# boot-disk images.
|
|
2026
|
+
# Corresponds to the JSON property `imageDescription`
|
|
2027
|
+
# @return [String]
|
|
2028
|
+
attr_accessor :image_description
|
|
2029
|
+
|
|
2022
2030
|
# Optional. Use VM image name to find the image.
|
|
2023
2031
|
# Corresponds to the JSON property `name`
|
|
2024
2032
|
# @return [String]
|
|
@@ -2037,6 +2045,7 @@ module Google
|
|
|
2037
2045
|
# Update properties of this object
|
|
2038
2046
|
def update!(**args)
|
|
2039
2047
|
@family = args[:family] if args.key?(:family)
|
|
2048
|
+
@image_description = args[:image_description] if args.key?(:image_description)
|
|
2040
2049
|
@name = args[:name] if args.key?(:name)
|
|
2041
2050
|
@project = args[:project] if args.key?(:project)
|
|
2042
2051
|
end
|
|
@@ -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.37.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 = "20260812"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -836,6 +836,7 @@ module Google
|
|
|
836
836
|
# @private
|
|
837
837
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
838
838
|
property :family, as: 'family'
|
|
839
|
+
property :image_description, as: 'imageDescription'
|
|
839
840
|
property :name, as: 'name'
|
|
840
841
|
property :project, as: 'project'
|
|
841
842
|
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_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.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.37.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:
|