google-apis-notebooks_v2 0.35.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/notebooks_v2/classes.rb +24 -15
- data/lib/google/apis/notebooks_v2/gem_version.rb +2 -2
- data/lib/google/apis/notebooks_v2/representations.rb +1 -0
- data/lib/google/apis/notebooks_v2/service.rb +5 -1
- data/lib/google/apis/notebooks_v2.rb +3 -0
- 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: 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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-notebooks_v2
|
|
2
2
|
|
|
3
|
+
### v0.37.0 (2026-08-23)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260812
|
|
6
|
+
|
|
7
|
+
### v0.36.0 (2026-08-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260722
|
|
10
|
+
|
|
3
11
|
### v0.35.0 (2026-06-28)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260610
|
|
@@ -54,11 +54,11 @@ module Google
|
|
|
54
54
|
class AccessConfig
|
|
55
55
|
include Google::Apis::Core::Hashable
|
|
56
56
|
|
|
57
|
-
# An external IP address associated with this instance. Specify an
|
|
58
|
-
# external IP address available to the project or leave this field
|
|
59
|
-
# use an IP from a shared ephemeral IP address pool. If you specify
|
|
60
|
-
# external IP address, it must live in the same region as the zone of
|
|
61
|
-
# instance.
|
|
57
|
+
# Optional. An external IP address associated with this instance. Specify an
|
|
58
|
+
# unused static external IP address available to the project or leave this field
|
|
59
|
+
# undefined to use an IP from a shared ephemeral IP address pool. If you specify
|
|
60
|
+
# a static external IP address, it must live in the same region as the zone of
|
|
61
|
+
# the instance.
|
|
62
62
|
# Corresponds to the JSON property `externalIp`
|
|
63
63
|
# @return [String]
|
|
64
64
|
attr_accessor :external_ip
|
|
@@ -178,8 +178,8 @@ module Google
|
|
|
178
178
|
class BootDisk
|
|
179
179
|
include Google::Apis::Core::Hashable
|
|
180
180
|
|
|
181
|
-
# Optional.
|
|
182
|
-
#
|
|
181
|
+
# Optional. Disk encryption method used on the boot and data disks, defaults to
|
|
182
|
+
# GMEK.
|
|
183
183
|
# Corresponds to the JSON property `diskEncryption`
|
|
184
184
|
# @return [String]
|
|
185
185
|
attr_accessor :disk_encryption
|
|
@@ -196,9 +196,9 @@ module Google
|
|
|
196
196
|
# @return [String]
|
|
197
197
|
attr_accessor :disk_type
|
|
198
198
|
|
|
199
|
-
# Optional.
|
|
200
|
-
#
|
|
201
|
-
#
|
|
199
|
+
# Optional. The KMS key used to encrypt the disks, only applicable if
|
|
200
|
+
# disk_encryption is CMEK. Format: `projects/`project_id`/locations/`location`/
|
|
201
|
+
# keyRings/`key_ring_id`/cryptoKeys/`key_id`` Learn more about using your own
|
|
202
202
|
# encryption keys.
|
|
203
203
|
# Corresponds to the JSON property `kmsKey`
|
|
204
204
|
# @return [String]
|
|
@@ -415,8 +415,8 @@ module Google
|
|
|
415
415
|
class DataDisk
|
|
416
416
|
include Google::Apis::Core::Hashable
|
|
417
417
|
|
|
418
|
-
# Optional.
|
|
419
|
-
#
|
|
418
|
+
# Optional. Disk encryption method used on the boot and data disks, defaults to
|
|
419
|
+
# GMEK.
|
|
420
420
|
# Corresponds to the JSON property `diskEncryption`
|
|
421
421
|
# @return [String]
|
|
422
422
|
attr_accessor :disk_encryption
|
|
@@ -432,9 +432,9 @@ module Google
|
|
|
432
432
|
# @return [String]
|
|
433
433
|
attr_accessor :disk_type
|
|
434
434
|
|
|
435
|
-
# Optional.
|
|
436
|
-
#
|
|
437
|
-
#
|
|
435
|
+
# Optional. The KMS key used to encrypt the disks, only applicable if
|
|
436
|
+
# disk_encryption is CMEK. Format: `projects/`project_id`/locations/`location`/
|
|
437
|
+
# keyRings/`key_ring_id`/cryptoKeys/`key_id`` Learn more about using your own
|
|
438
438
|
# encryption keys.
|
|
439
439
|
# Corresponds to the JSON property `kmsKey`
|
|
440
440
|
# @return [String]
|
|
@@ -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
|
|
@@ -518,7 +518,11 @@ module Google
|
|
|
518
518
|
# reservation_affinity.key` * `gce_setup.reservation_affinity.values` * `
|
|
519
519
|
# gce_setup.tags` * `gce_setup.container_image` * `gce_setup.container_image.
|
|
520
520
|
# repository` * `gce_setup.container_image.tag` * `gce_setup.disable_public_ip` *
|
|
521
|
-
# `disable_proxy_access`
|
|
521
|
+
# `disable_proxy_access` Note: `gce_setup.disable_public_ip` and `
|
|
522
|
+
# disable_proxy_access` are one-way on update -- they can only be used to *
|
|
523
|
+
# disable* the feature (set the field to `true`). Requests that set either field
|
|
524
|
+
# back to `false` (re-enabling the external IP or proxy access) are rejected
|
|
525
|
+
# with `INVALID_ARGUMENT`.
|
|
522
526
|
# @param [String] fields
|
|
523
527
|
# Selector specifying which fields to include in a partial response.
|
|
524
528
|
# @param [String] quota_user
|
|
@@ -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:
|