google-apis-notebooks_v2 0.23.0 → 0.25.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 +9 -0
- data/lib/google/apis/notebooks_v2/gem_version.rb +3 -3
- data/lib/google/apis/notebooks_v2/service.rb +15 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e42352bc0d0b045e6ce99fd6db9e787fde86055648fce71d14745f53f7169d1
|
4
|
+
data.tar.gz: e1fa35bff86d4b4897effc2a388cc2ef199594c1b04e01d88f3de636ff49aec2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 508c3c882c20356e3aae1a3c4c94e246e86a32bcbbe1c47b5636fc838e74f0f85f827d12e5da4ddb5cd35ec9046f7a583b3f0efa2e37b3efcc05598b76e0588c
|
7
|
+
data.tar.gz: 81221da946b45cabc734db861b1d359bf55b76e23f2cbba13a41a5a81dccc89570df30979666ccf1a2daed60eae47083849aef65a4de0ec6ee271ab64d6d304c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-notebooks_v2
|
2
2
|
|
3
|
+
### v0.25.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250604
|
6
|
+
|
7
|
+
### v0.24.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250528
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.23.0 (2025-05-18)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250507
|
@@ -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.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -297,10 +297,7 @@ module Google
|
|
297
297
|
execute_or_queue_command(command, &block)
|
298
298
|
end
|
299
299
|
|
300
|
-
#
|
301
|
-
# Location is required by CCFE. Although we could bypass it to send location-
|
302
|
-
# less request directly to the backend job, we would need CPE (go/cloud-cpe).
|
303
|
-
# Having the location might also be useful depending on the query.
|
300
|
+
# Returns various configuration parameters.
|
304
301
|
# @param [String] name
|
305
302
|
# Required. Format: `projects/`project_id`/locations/`location``
|
306
303
|
# @param [String] fields
|
@@ -427,7 +424,20 @@ module Google
|
|
427
424
|
# @param [String] request_id
|
428
425
|
# Optional. Idempotent request UUID.
|
429
426
|
# @param [String] update_mask
|
430
|
-
# Required. Mask used to update an instance
|
427
|
+
# Required. Mask used to update an instance. Updatable fields: * `labels` * `
|
428
|
+
# gce_setup.min_cpu_platform` * `gce_setup.metadata` * `gce_setup.machine_type` *
|
429
|
+
# `gce_setup.accelerator_configs` * `gce_setup.accelerator_configs.type` * `
|
430
|
+
# gce_setup.accelerator_configs.core_count` * `gce_setup.gpu_driver_config` * `
|
431
|
+
# gce_setup.gpu_driver_config.enable_gpu_driver` * `gce_setup.gpu_driver_config.
|
432
|
+
# custom_gpu_driver_path` * `gce_setup.shielded_instance_config` * `gce_setup.
|
433
|
+
# shielded_instance_config.enable_secure_boot` * `gce_setup.
|
434
|
+
# shielded_instance_config.enable_vtpm` * `gce_setup.shielded_instance_config.
|
435
|
+
# enable_integrity_monitoring` * `gce_setup.reservation_affinity` * `gce_setup.
|
436
|
+
# reservation_affinity.consume_reservation_type` * `gce_setup.
|
437
|
+
# reservation_affinity.key` * `gce_setup.reservation_affinity.values` * `
|
438
|
+
# gce_setup.tags` * `gce_setup.container_image` * `gce_setup.container_image.
|
439
|
+
# repository` * `gce_setup.container_image.tag` * `gce_setup.disable_public_ip` *
|
440
|
+
# `disable_proxy_access`
|
431
441
|
# @param [String] fields
|
432
442
|
# Selector specifying which fields to include in a partial response.
|
433
443
|
# @param [String] quota_user
|
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.25.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.25.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Notebooks API V2
|
79
79
|
test_files: []
|